[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #6 from H.J. Lu --- How is GCC configured for i386-pc-solaris2.10? i386 won't use SSE instructions by default.

[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 --- Comment #5 from Richard Biener --- Reduced testcase, compile with -m32 -msse -O2 -fno-omit-frame-pointer (works on a x86_64-linux host, no 32bit host available right now): struct md5_ctx { unsigned int A; unsigned int B; unsigned int C

[Bug target/61949] [4.10 regression] SEGV compiling gcc.dg/pch/import-[12].c

2014-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61949 Richard Biener changed: What|Removed |Added CC||hjl.tools at gmail dot com Com