This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/14058] New: ICE in vt_add_function_parameters
- From: "amodra at bigpond dot net dot au" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Feb 2004 02:57:29 -0000
- Subject: [Bug debug/14058] New: ICE in vt_add_function_parameters
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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