public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/10472
@ 2003-04-29  0:56 Wolfgang Bangerth
  0 siblings, 0 replies; only message in thread
From: Wolfgang Bangerth @ 2003-04-29  0:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: Wolfgang Bangerth <bangerth@ices.utexas.edu>
To: Giovanni Bajo <giovannibajo@libero.it>
Cc: gcc-gnats@gcc.gnu.org, <gcc-bugs@gcc.gnu.org>
Subject: Re: bootstrap/10472
Date: Mon, 28 Apr 2003 19:54:55 -0500 (CDT)

 > about PR/10472, maybe you can give me a hand: I have attacched to this mail
 > the precompiled file that triggers the ICE. Can you try compiling this with
 > a recent 3.4 (assuming you have one available) and see if you can reproduce
 > the ICE? The full command line is written in the PR.
 
 Yes, this triggers it:
 ----------------------
 void * mempcpy (void *, const void *, unsigned);
 static char *stpcpy (char *dest, const char *src);
 
 void foo() {
   stpcpy (mempcpy (stpcpy (stpcpy (0,0), 0), 0, 1), 0);
 }
 ----------------------
 
 g/y> ~/bin/gcc-3.4-pre/bin/gcc -O0 -c dcigettext.i
 dcigettext.i:2: warning: `stpcpy' used but never defined
 g/y> ~/bin/gcc-3.4-pre/bin/gcc -O -c dcigettext.i
 dcigettext.i: In function `foo':
 dcigettext.i:6: internal compiler error: in 
 instantiate_virtual_regs_lossage, at function.c:3782
 
 I'll change the synopsis of the bug report shortly, to indicate that it is 
 not a bootstrap problem, but a problem in the middle-end.
 
 W.
 
 -------------------------------------------------------------------------
 Wolfgang Bangerth              email:            bangerth@ices.utexas.edu
                                www: http://www.ices.utexas.edu/~bangerth/
 
 


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

only message in thread, other threads:[~2003-04-29  0:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-29  0:56 bootstrap/10472 Wolfgang Bangerth

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