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