[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-10-09 Thread roederja at cs dot washington dot edu
--- Comment #10 from roederja at cs dot washington dot edu 2007-10-09 07:00 --- Well this doesn't fix the bug in GCC. An ICE shouldn't happen, even with invalid code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31979

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-10-08 Thread clemens dot koller at anagramm dot de
--- Comment #9 from clemens dot koller at anagramm dot de 2007-10-08 15:11 --- The next release of OpenSSL will have this problem fixed. Verified already on the latest snapshot: openssl-0.9.8-stable-SNAP-20071008 builds fine now. -- clemens dot koller at anagramm dot de changed:

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-08-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2007-08-13 18:52 --- One should note that this is undefined code anyways and most likely will not work once compiled with this version of GCC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31979

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-08-10 Thread clemens dot koller at anagramm dot de
--- Comment #7 from clemens dot koller at anagramm dot de 2007-08-10 10:40 --- exactly the same openssl behaviour on embedded PowerPC e500 (gcc-4.2.1, openssl-0.9.8e, glibc-2.3.6) $ gcc -v Using built-in specs. Target: powerpc-unknown-linux-gnu Configured with: ../gcc-4.2.1/configure

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-08-08 Thread jim dot turnquist at qlogic dot com
--- Comment #6 from jim dot turnquist at qlogic dot com 2007-08-08 21:44 --- I am seeing the same thing on powerpc405, gcc=4.2.1, openssl-0.9.8e. I confirmed what Jann had noticed. Fails with -O3 -O2. Finishes with -O1 With -O3: jturnquist

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-07-26 Thread drs at nrao dot edu
--- Comment #5 from drs at nrao dot edu 2007-07-26 14:48 --- I have exactly the same problem with gcc 4.2.1 on a powerpc osx system: oz:~/bug root# gcc -DMONOLITH -I. -fPIC -fno-common -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -DB_ENDIAN -c -o

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-06-15 Thread roederja at cs dot washington dot edu
--- Comment #4 from roederja at cs dot washington dot edu 2007-06-15 22:31 --- Created an attachment (id=13710) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13710action=view) Testcase Compile this file with -O2 or higher to trigger the bug, no other flags necessary. With -O1 it

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-06-14 Thread roederja at cs dot washington dot edu
--- Comment #3 from roederja at cs dot washington dot edu 2007-06-14 22:19 --- I get the same error (internal compiler error: in move_insn, at haifa-sched.c:1963) when trying to compile EiffelStudio on Mac OS X PPC, also GCC 4.2 . However it's hard to tell where it fails exactly

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-05-17 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-05-17 18:39 --- This code is undefined as the warning points out. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/31979] ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-05-17 Thread clemens dot koller at anagramm dot de
--- Comment #2 from clemens dot koller at anagramm dot de 2007-05-17 18:41 --- Created an attachment (id=13573) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13573action=view) preprocessed file It's just big. :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31979