public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c/4415
@ 2001-09-28  4:56 Reichelt
  0 siblings, 0 replies; only message in thread
From: Reichelt @ 2001-09-28  4:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c/4415; it has been noted by GNATS.

From: Reichelt <reichelt@igpm.rwth-aachen.de>
To: gcc-gnats@gcc.gnu.org, z0001@zorzella.com, gcc-bugs@gcc.gnu.org
Cc:  
Subject: Re: c/4415
Date: Fri, 28 Sep 2001 13:55:12 +0200

 Hi,
 
 after some editing (the original testcase got corrupted somehow)
 I was able to reproduce the problem on an i686-pc-linux-gnu with
 gcc 3.0.2 20010924 (prerelease).
 
 Here is a smaller testcase that does the same trick (ICE):
 
 void f (int, ...);
 
 int g (int i)
 {
     if (i) i=1; else i=0;
     f(0);
     return i;
 }
 
 Just compile with "gcc -O2 -march=k6 -c <filename>".
 
 Greetings,
 Volker Reichelt
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4415&database=gcc
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-28  4:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-28  4:56 c/4415 Reichelt

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).