This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/10137: -m128bit-long-double leads to coredump building glibc (snippet contained)
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, hagan at cih dot com, nobody at gcc dot gnu dot org
- Date: 20 Mar 2003 01:56:58 -0000
- Subject: Re: c/10137: -m128bit-long-double leads to coredump building glibc (snippet contained)
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, hagan at cih dot com, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: -m128bit-long-double leads to coredump building glibc (snippet contained)
State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Thu Mar 20 01:56:58 2003
State-Changed-Why:
Confirmed. This ICEs with 3.0 through present mainline:
--------------------
unsigned long long i;
double f;
void foo () {
f = i;
}
----------------------
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -c x.c -m128bit-long-double
x.c: In function `foo':
x.c:5: internal compiler error: Segmentation fault
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10137