public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "belyshev at depni dot sinp dot msu dot ru" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/16045] ICE fold check: original tree changed by fold
Date: Wed, 15 Jun 2005 10:42:00 -0000	[thread overview]
Message-ID: <20050615104233.29077.qmail@sourceware.org> (raw)
In-Reply-To: <20040618045848.16045.belyshev@depni.sinp.msu.ru>


------- Additional Comments From belyshev at depni dot sinp dot msu dot ru  2005-06-15 10:42 -------
Ada frontend fails to bootstrap with --enable-checking=fold:

stage1/xgcc -Bstage1/ -B/usr/x86_64-linux/bin/ -c   -g -O2 -DIN_GCC   -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes     -fno-common  
-DHAVE_CONFIG_H    -I. -Iada -I../../src/gcc -I../../src/gcc/ada
-I../../src/gcc/../include -I../../src/gcc/../libcpp/include 
../../src/gcc/ada/adaint.c -o ada/adaint.o
../../src/gcc/ada/adaint.c: In function '__gnat_locate_exec':
../../src/gcc/ada/adaint.c:2018: internal compiler error: fold check: original
tree changed by fold

testcase:
------------------------------------------------------------------------------
char *strstr (const char *, const char *);

char *__gnat_locate_exec (char *exec_name)
{
  return strstr (exec_name, "");
}
------------------------------------------------------------------------------

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16045


  parent reply	other threads:[~2005-06-15 10:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20040618045848.16045.belyshev@depni.sinp.msu.ru>
2005-03-24 15:12 ` pinskia at gcc dot gnu dot org
2005-06-15  3:17 ` pinskia at gcc dot gnu dot org
2005-06-15 10:42 ` belyshev at depni dot sinp dot msu dot ru [this message]
2005-06-15 18:23 ` belyshev at depni dot sinp dot msu dot ru
2005-07-04 19:17 ` pinskia at gcc dot gnu dot org
2005-08-18  5:02 ` [Bug middle-end/16045] " pinskia at gcc dot gnu dot org
2005-08-18  5:03 ` cvs-commit at gcc dot gnu dot org
2004-06-18  4:58 [Bug tree-optimization/16045] New: " belyshev at lubercy dot com
2004-06-18  5:19 ` [Bug tree-optimization/16045] " pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050615104233.29077.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).