[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-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 c/30595] gcc3.4.6 generates incorrect ppc32 code for combination of bitfields and shifts

2007-07-04 Thread clemens dot koller at anagramm dot de
--- Comment #1 from clemens dot koller at anagramm dot de 2007-07-04 10:34 --- Cannot reproduce this problem on PPC32 with gcc-4.2.0. The result is with all -Ox correct: 234500 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30595

[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=13573&action=view) preprocessed file It's just big. :-( -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31979

[Bug c/31979] New: ICE compiling openssl-0.9.8e/apps/ocsp.c

2007-05-17 Thread clemens dot koller at anagramm dot de
Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: clemens dot koller at anagramm dot de GCC build triplet: ppc e500 GNU/Linux GCC host triplet: ppc e500 GNU/Linux GCC target triplet: ppc e500 GNU/Linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31979

[Bug target/26504] compute_frame_pointer_to_cfa_displacement error for avr target with --with-dwarf2

2006-08-28 Thread clemens dot koller at anagramm dot de
--- Comment #11 from clemens dot koller at anagramm dot de 2006-08-28 15:37 --- Same bug occures with 4.1.1 too, verified on an x86 and ppc host, cross compiling for Atmel AVR: configure --target=avr --with-dwarf2 triggers the bug. -- clemens dot koller at anagramm dot de changed