This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/14058] New: ICE in vt_add_function_parameters


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]