public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "debian-gcc at lists dot debian dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux
Date: Sat, 01 Nov 2003 16:25:00 -0000	[thread overview]
Message-ID: <20031101162452.12871.debian-gcc@lists.debian.org> (raw)

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: ICE building gnat for native m68k-linux on i486-linux
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: gcc-bugs at gcc dot gnu dot org

This is HEAD 20031030 configured with --build=i486-linux --host=m68k-linux
--target=m68k-linux
m68k-linux-gcc -c -g -O2      -gnatpg -gnata -I- -I. -Iada
-I../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch3.adb -o ada/exp_ch3.o
+===========================GNAT BUG DETECTED==============================+
| 3.4 20031030 (experimental) (m68k-unknown-linux-gnu) GCC error:          |
| in instantiate_virtual_regs_lossage, at function.c:3710                  |
| Error detected at exp_ch3.adb:2442:8                                     |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Include the entire contents of this bug box in the report.               |
| Include the exact gcc or gnatmake command that you entered.              |
| Also include sources listed below in gnatchop format                     |
| (concatenated together with no headers between files).                   |
+==========================================================================+

Please include these source files with error report
Note that list may not be accurate in some cases, 
so please double check that the problem can still 
be reproduced with the set of files listed.

../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch3.adb
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch3.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/types.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/elists.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/atree.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/alloc.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sinfo.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/uintp.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/table.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/urealp.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/einfo.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/snames.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/checks.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/errout.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/err_vars.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/erroutc.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/hostparm.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_aggr.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch4.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch7.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch9.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_ch11.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_disp.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_dist.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_smem.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_strm.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_tss.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/exp_util.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/rtsfind.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/freeze.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/nlists.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/nmake.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/opt.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/gnatvsn.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/restrict.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/rident.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_ch3.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_ch8.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_eval.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_mech.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_res.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/sem_util.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/stand.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/namet.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/tbuild.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/ttypes.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/get_targ.ads
../../../gcc/snap/gcc-snapshot-20031030/src/gcc/ada/validsw.ads


             reply	other threads:[~2003-11-01 16:25 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-01 16:25 debian-gcc at lists dot debian dot org [this message]
2003-11-02 21:54 ` [Bug ada/12871] " pinskia at gcc dot gnu dot org
2003-11-02 21:56 ` pinskia at gcc dot gnu dot org
2003-11-03 22:13 ` debian-gcc at lists dot debian dot org
2003-11-03 22:15 ` debian-gcc at lists dot debian dot org
2003-11-03 22:16 ` debian-gcc at lists dot debian dot org
2003-11-21 15:33 ` [Bug middle-end/12871] " charlet at gcc dot gnu dot org
2004-01-21 18:09 ` dhazeghi at yahoo dot com
2004-02-14 20:00 ` [Bug optimization/12871] " debian-gcc at lists dot debian dot org
2004-02-14 21:22 ` dhazeghi at yahoo dot com
2004-02-14 23:11 ` doko at cs dot tu-berlin dot de
2004-02-15  0:38 ` dhazeghi at yahoo dot com
2004-06-25 23:53 ` [Bug rtl-optimization/12871] " 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=20031101162452.12871.debian-gcc@lists.debian.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).