[Bug debug/14058] New: ICE in vt_add_function_parameters
amodra at bigpond dot net dot au
gcc-bugzilla@gcc.gnu.org
Sat Feb 7 02:57:00 GMT 2004
ICE on powerpc64-linux -mlong-double-128 glibc build, testcase extracted
cat >/tmp/complex.c <<EOF
extern int print_screen_max_error (int ok, int xfail);
void
print_complex_max_error (const char *func_name, __complex__ float allowed,
__complex__ int xfail)
{
int ok = 0;
if (print_screen_max_error (ok, xfail))
printf ("foo");
}
EOF
gcc/xgcc -Bgcc/ -m64 -mlong-double-128 -O2 -g /tmp/complex.c
/tmp/complex.c: In function `print_complex_max_error':
/tmp/complex.c:10: internal compiler error: in vt_add_function_parameters, at
var-tracking.c:2390
--
Summary: ICE in vt_add_function_parameters
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: debug
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: amodra at bigpond dot net dot au
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: powerpc64-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14058
More information about the Gcc-bugs
mailing list