[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-10 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added GCC target triplet||i?86-*-* Keywords||build,

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2008-08-07 13:20 --- *** Bug 37045 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2008-08-07 13:21 --- It also happens on Linux/ia32. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37048

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2008-08-07 13:47 --- [EMAIL PROTECTED] prev-gcc]$ cat ../zlib/x.c typedef struct gz_stream { char *inbuf; long offset; } gz_stream; void *malloc(__SIZE_TYPE__ size); long foo (void * file, long offset) { gz_stream *s =

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread jh at suse dot cz
--- Comment #4 from jh at suse dot cz 2008-08-07 14:30 --- Subject: Re: [4.4 Regression] Revision 138835 breaks bootstrap Hi, thanks for testcase, for some reason it does not reproduce on our testing setup, probably due to ancient glibc that still has memcpy/memset inlines. This

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-08-07 14:52 --- (In reply to comment #4) Subject: Re: [4.4 Regression] Revision 138835 breaks bootstrap Hi, thanks for testcase, for some reason it does not reproduce on our testing setup, probably due to ancient glibc that

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2008-08-07 14:56 --- Subject: Bug 37048 Author: hubicka Date: Thu Aug 7 14:55:32 2008 New Revision: 138841 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=138841 Log: PR target/37048 * i386.md (single stringop

[Bug target/37048] [4.4 Regression] Revision 138835 breaks bootstrap

2008-08-07 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2008-08-07 17:23 --- Fixed. -- hjl dot tools at gmail dot com changed: What|Removed |Added