public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "rguenth at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/60174] [4.9 regression] ICE on ACATS cc3305a
Date: Tue, 18 Feb 2014 13:33:00 -0000	[thread overview]
Message-ID: <bug-60174-4-Z60Kiosrxu@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-60174-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #17 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Eric Botcazou from comment #14)
> > Unfortunately that's always telling me
> > 
> > error: "gnat1drv.adb" must be recompiled ("system.ads" has been modified)
> > error: "s-stalib.adb" must be recompiled ("system.ads" has been modified)
> > error: "a-except.adb" must be recompiled ("system.ads" has been modified)
> 
> I don't see how this can happen if you strictly follow the guidelines (when
> I write "compile", I mean issue the command line just below).

Then I cannot reproduce it, but I have to alter the commandline as

/abuild/rguenther/trunk-g> ./gcc/xgcc -Bgcc -S cc3305a.adb -O2 
fatal error, run-time library not installed correctly
cannot locate file system.ads
compilation abandoned

thus I add -I gcc/

> ./gcc/xgcc -Bgcc -S cc3305a.adb -O2  -I gcc/
cc3305a.adb:74:11: run-time library configuration error
cc3305a.adb:74:11: file s-soflin.ads not found
cc3305a.adb:74:11: entity "System.Soft_Links.Abort_Undefer" not available
compilation abandoned

at which point I need to add -I gcc/ada/rts but then the testcase works.

/abuild/rguenther/trunk-g> ./gcc/xgcc -Bgcc -S cc3305a.adb -O2  -I gcc/ -I
gcc/ada/rts
/abuild/rguenther/trunk-g>


  parent reply	other threads:[~2014-02-18 13:33 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-60174-4@http.gcc.gnu.org/bugzilla/>
2014-02-13 13:06 ` [Bug ada/60174] " rguenth at gcc dot gnu.org
2014-02-13 13:28 ` mikpelinux at gmail dot com
2014-02-13 14:22 ` rguenth at gcc dot gnu.org
2014-02-13 14:33 ` bernd.edlinger at hotmail dot de
2014-02-13 14:42 ` rguenth at gcc dot gnu.org
2014-02-13 15:02 ` bernd.edlinger at hotmail dot de
2014-02-13 16:36 ` [Bug tree-optimization/60174] [4.9 regression] " ebotcazou at gcc dot gnu.org
2014-02-13 16:40 ` law at redhat dot com
2014-02-13 16:42 ` ebotcazou at gcc dot gnu.org
2014-02-18 10:18 ` rguenth at gcc dot gnu.org
2014-02-18 10:22 ` bernd.edlinger at hotmail dot de
2014-02-18 10:46 ` ebotcazou at gcc dot gnu.org
2014-02-18 10:51 ` ebotcazou at gcc dot gnu.org
2014-02-18 12:18 ` ebotcazou at gcc dot gnu.org
2014-02-18 13:33 ` rguenth at gcc dot gnu.org [this message]
2014-02-18 13:34   ` Arnaud Charlet
2014-02-18 13:35 ` charlet at adacore dot com
2014-02-18 13:47 ` rguenth at gcc dot gnu.org
2014-02-18 14:02   ` Arnaud Charlet
2014-02-18 14:03 ` charlet at adacore dot com
2014-02-18 15:50 ` ebotcazou at gcc dot gnu.org
2014-02-18 15:54 ` jakub at gcc dot gnu.org
2014-02-18 23:16 ` ebotcazou at gcc dot gnu.org
2014-02-18 23:17 ` ebotcazou at gcc dot gnu.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=bug-60174-4-Z60Kiosrxu@http.gcc.gnu.org/bugzilla/ \
    --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).