public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/14058] New: ICE in vt_add_function_parameters
@ 2004-02-07  2:57 amodra at bigpond dot net dot au
  2004-02-07  4:13 ` [Bug debug/14058] [3.5 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: amodra at bigpond dot net dot au @ 2004-02-07  2:57 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-02-10 20:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-07  2:57 [Bug debug/14058] New: ICE in vt_add_function_parameters amodra at bigpond dot net dot au
2004-02-07  4:13 ` [Bug debug/14058] [3.5 Regression] " pinskia at gcc dot gnu dot org
2004-02-07  8:23 ` zlomek at gcc dot gnu dot org
2004-02-08 12:00 ` amodra at bigpond dot net dot au
2004-02-09  6:57 ` zlomek at gcc dot gnu dot org
2004-02-10 15:42 ` zlomek at gcc dot gnu dot org
2004-02-10 20:39 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).