This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/31854] New: internal compiler error: in cgraph_local_info, at cgraph.c:618
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 May 2007 13:01:59 -0000
- Subject: [Bug c/31854] New: internal compiler error: in cgraph_local_info, at cgraph.c:618
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
This testcase ICEs with current mainline:
--cut here--
_Decimal128 d128;
long double tf;
void foo (void)
{
d128 = tf;
}
--cut here--
gcc -O -std=gnu99
074.c: In function âfooâ:
074.c:6: internal compiler error: in cgraph_local_info, at cgraph.c:618
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gcc -v
gcc version 4.3.0 20070506 (experimental)
--
Summary: internal compiler error: in cgraph_local_info, at
cgraph.c:618
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31854