--- 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
--- 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:
--- 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
--- 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 -
--- 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>
/usr/local/itasca/buildtools/26/devtoo
--- 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
--- 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=13710&action=view)
Testcase
Compile this file with -O2 or higher to trigger the bug, no other flags
necessary. With -O1 it
--- 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 becau
--- 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
--- 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
---
10 matches
Mail list logo