public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux
@ 2003-11-01 16:25 debian-gcc at lists dot debian dot org
  2003-11-02 21:54 ` [Bug ada/12871] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-11-01 16:25 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug ada/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
@ 2003-11-02 21:54 ` pinskia at gcc dot gnu dot org
  2003-11-02 21:56 ` pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-02 21:54 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |build


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug ada/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
  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
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-02 21:56 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-02 21:56 -------
Some how related to bug 8010?


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug ada/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
  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
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-11-03 22:13 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-11-03 22:13 -------
Created an attachment (id=5050)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5050&action=view)
differing object files


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug ada/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  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
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-11-03 22:15 UTC (permalink / raw)
  To: gcc-bugs

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



------- Additional Comments From debian-gcc at lists dot debian dot org  2003-11-03 22:15 -------
uhh, bugzilla bug? anyway, these belong to PR12371.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug ada/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  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
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2003-11-03 22:16 UTC (permalink / raw)
  To: gcc-bugs

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


debian-gcc at lists dot debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5050 is|0                           |1
           obsolete|                            |


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug middle-end/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2003-11-03 22:16 ` debian-gcc at lists dot debian dot org
@ 2003-11-21 15:33 ` charlet at gcc dot gnu dot org
  2004-01-21 18:09 ` dhazeghi at yahoo dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: charlet at gcc dot gnu dot org @ 2003-11-21 15:33 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2003-11-21 15:33 -------
Seems like a middle or back-end issue, recategorizing.

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|ada                         |middle-end


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug middle-end/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-21 18:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-21 18:09 -------
Is this still occurring? Is constructing a C testcase possible? Thanks.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug optimization/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2004-01-21 18:09 ` dhazeghi at yahoo dot com
@ 2004-02-14 20:00 ` debian-gcc at lists dot debian dot org
  2004-02-14 21:22 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-02-14 20:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-02-14 20:00 -------
Reproduced with gcc-3.4 20040214, in another file:

../../xgcc -B../../ -c -g -O2      -W -Wall -gnatpg  s-imgdec.adb -o s-imgdec.o
+===========================GNAT BUG DETECTED==============================+
| 3.4.0 20040214 (prerelease) (m68k-unknown-linux-gnu) GCC error:          |
| in instantiate_virtual_regs_lossage, at function.c:3741                  |
| Error detected at s-imgdec.adb:335: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).                   |
+==========================================================================+

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|                            |1


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug optimization/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (7 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-02-14 21:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-02-14 21:22 -------
Thanks. Do you by any chance know if this is reproducible via cross-compiler?

-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug optimization/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (8 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: doko at cs dot tu-berlin dot de @ 2004-02-14 23:11 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From doko at cs dot tu-berlin dot de  2004-02-14 23:11 -------
Subject: Re:  ICE building gnat for native m68k-linux on i486-linux

dhazeghi at yahoo dot com writes:
> 
> ------- Additional Comments From dhazeghi at yahoo dot com  2004-02-14 21:22 -------
> Thanks. Do you by any chance know if this is reproducible via cross-compiler?

hmm, I don't understand ... this _is_ a cross compiler (--target=m68k-linux).

	Matthias


-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug optimization/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (9 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-02-15  0:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-02-15 00:36 -------
Sorry, I completely misread the title.

-- 


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug rtl-optimization/12871] ICE building gnat for native m68k-linux on i486-linux
  2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
                   ` (10 preceding siblings ...)
  2004-02-15  0:38 ` dhazeghi at yahoo dot com
@ 2004-06-25 23:53 ` pinskia at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-25 23:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-25 23:46 -------
*** Bug 14499 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjohns at cybertec dot com
                   |                            |dot au


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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2004-06-25 23:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-01 16:25 [Bug ada/12871] New: ICE building gnat for native m68k-linux on i486-linux debian-gcc at lists dot debian dot org
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

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