public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/25844]  New: ICE (Regression) on overloaded renames
@ 2006-01-18 14:31 holmana at adsmr dot co dot za
  2006-01-18 14:34 ` [Bug ada/25844] " holmana at adsmr dot co dot za
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: holmana at adsmr dot co dot za @ 2006-01-18 14:31 UTC (permalink / raw)
  To: gcc-bugs

Output of gcc -v:
-------------------------------------------------------------
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.1-20060113/configure --disable-nls
--enable-languages=c,ada
--prefix=/disc/gbcc/home/chrisp/GNAT/koala/gcc4/native-20060113 --enable-libada
Thread model: posix
gcc version 4.1.0 20060113 (prerelease)
--------------------------------------------------------------

gnatmake command entered and its output:

--------------------------------------------------------
[allan@allan t]# gnatmake x-toolkit
gcc -c x-toolkit.adb
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20060113 (prerelease) (i686-pc-linux-gnu) Assert_Failure atree.adb:812|
| Error detected at x-toolkit.ads:1369:7                                   |
| Please submit a bug report; see http://gcc.gnu.org/bugs.html.            |
| Use a subject line meaningful to you and us to track the bug.            |
| 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.

x-toolkit.adb
x-toolkit.ads
x.ads
tgx.ads
tgx-lists.ads
x-resource_manager.ads
x-data_resources.ads
x-dtrs.ads
x-toolkit_names.ads
x-basics.ads
x-toolkit-classes.ads

compilation abandoned
gnatmake: "x-toolkit.adb" compilation error
----------------------------------------------------------


Expected Behaviour:

GNAT compiles x-toolkit.ad[bs] to .ali and .o

Actual Behaviour:

GNAT experiences an internal compiler error and presents the bug box given
above.


-- 
           Summary: ICE (Regression) on overloaded renames
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: holmana at adsmr dot co dot za
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


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

* [Bug ada/25844] ICE (Regression) on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
@ 2006-01-18 14:34 ` holmana at adsmr dot co dot za
  2006-01-18 18:49 ` [Bug ada/25844] [4.1/4.2 regression] Ada " laurent at guerby dot net
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: holmana at adsmr dot co dot za @ 2006-01-18 14:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from holmana at adsmr dot co dot za  2006-01-18 14:34 -------
Created an attachment (id=10669)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10669&action=view)
Files listed in bugbox, concatenated (suitable for gnatchop) (gzipped)


-- 


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


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

* [Bug ada/25844] [4.1/4.2 regression] Ada ICE (Regression) on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
  2006-01-18 14:34 ` [Bug ada/25844] " holmana at adsmr dot co dot za
@ 2006-01-18 18:49 ` laurent at guerby dot net
  2006-03-08 16:03 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: laurent at guerby dot net @ 2006-01-18 18:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from laurent at guerby dot net  2006-01-18 18:49 -------
With 4.0.2:
$ gcc -c x-toolkit.adb
x-toolkit.ads:590:04: this instantiation requires "Tgx.Lists (body)"
x-toolkit.ads:590:04: but file "tgx-lists.adb" was not found

With 4.1:
$ gcc -c x-toolkit.adb
+===========================GNAT BUG DETECTED==============================+
| 4.1.0 20060116 (prerelease) (i686-pc-linux-gnu) Assert_Failure atree.adb:812|
| Error detected at x-toolkit.ads:1369:7                                   |

With 4.2:
$ gcc -c x-toolkit.adb
+===========================GNAT BUG DETECTED==============================+
| 4.2.0 20060112 (experimental) (i686-pc-linux-gnu) Assert_Failure
atree.adb:812|
| Error detected at x-toolkit.ads:1369:7                                   |


-- 

laurent at guerby dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2006-01-18 18:49:05
               date|                            |
            Summary|ICE (Regression) on         |[4.1/4.2 regression] Ada ICE
                   |overloaded renames          |(Regression) on overloaded
                   |                            |renames


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


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

* [Bug ada/25844] [4.1/4.2 regression] Ada ICE (Regression) on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
  2006-01-18 14:34 ` [Bug ada/25844] " holmana at adsmr dot co dot za
  2006-01-18 18:49 ` [Bug ada/25844] [4.1/4.2 regression] Ada " laurent at guerby dot net
@ 2006-03-08 16:03 ` pinskia at gcc dot gnu dot org
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-03-08 16:03 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
   Target Milestone|---                         |4.1.1


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


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

* [Bug ada/25844] [4.1/4.2 regression] Ada ICE (Regression) on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (2 preceding siblings ...)
  2006-03-08 16:03 ` pinskia at gcc dot gnu dot org
@ 2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
  2006-09-14  6:19 ` [Bug ada/25844] [4.1/4.2 regression] ICE " ebotcazou at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-05-25  2:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from mmitchel at gcc dot gnu dot org  2006-05-25 02:36 -------
Will not be fixed in 4.1.1; adjust target milestone to 4.1.2.


-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.1                       |4.1.2


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


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

* [Bug ada/25844] [4.1/4.2 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (3 preceding siblings ...)
  2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
@ 2006-09-14  6:19 ` ebotcazou at gcc dot gnu dot org
  2007-02-14  9:37 ` [Bug ada/25844] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-14  6:19 UTC (permalink / raw)
  To: gcc-bugs



-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
            Summary|[4.1/4.2 regression] Ada ICE|[4.1/4.2 regression] ICE on
                   |(Regression) on overloaded  |overloaded renames
                   |renames                     |


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


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

* [Bug ada/25844] [4.1/4.2/4.3 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (4 preceding siblings ...)
  2006-09-14  6:19 ` [Bug ada/25844] [4.1/4.2 regression] ICE " ebotcazou at gcc dot gnu dot org
@ 2007-02-14  9:37 ` mmitchel at gcc dot gnu dot org
  2008-07-04 20:18 ` [Bug ada/25844] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug ada/25844] [4.2/4.3/4.4 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (5 preceding siblings ...)
  2007-02-14  9:37 ` [Bug ada/25844] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
@ 2008-07-04 20:18 ` jsm28 at gcc dot gnu dot org
  2008-11-17 20:29 ` sam at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 20:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2008-07-04 20:17 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 regression]|[4.2/4.3/4.4 regression] ICE
                   |ICE on overloaded renames   |on overloaded renames
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug ada/25844] [4.2/4.3/4.4 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (6 preceding siblings ...)
  2008-07-04 20:18 ` [Bug ada/25844] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2008-11-17 20:29 ` sam at gcc dot gnu dot org
  2009-03-31 19:07 ` [Bug ada/25844] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sam at gcc dot gnu dot org @ 2008-11-17 20:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from sam at gcc dot gnu dot org  2008-11-17 20:28 -------
% gcc -c x-toolkit.adb
+===========================GNAT BUG DETECTED==============================+
| 4.4.0 20081116 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure
atree.adb:886|
| Error detected at x-toolkit.ads:1369:7                                   |
          |


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|4.0.2                       |4.0.2 4.4.0
   Last reconfirmed|2006-01-18 18:49:05         |2008-11-17 20:28:10
               date|                            |


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


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

* [Bug ada/25844] [4.3/4.4/4.5 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (7 preceding siblings ...)
  2008-11-17 20:29 ` sam at gcc dot gnu dot org
@ 2009-03-31 19:07 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:33 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:22 ` [Bug ada/25844] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 19:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from jsm28 at gcc dot gnu dot org  2009-03-31 19:07 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 regression]|[4.3/4.4/4.5 regression] ICE
                   |ICE on overloaded renames   |on overloaded renames
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug ada/25844] [4.3/4.4/4.5 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (8 preceding siblings ...)
  2009-03-31 19:07 ` [Bug ada/25844] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:33 ` rguenth at gcc dot gnu dot org
  2010-05-22 18:22 ` [Bug ada/25844] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2009-08-04 12:27 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug ada/25844] [4.3/4.4/4.5/4.6 regression] ICE on overloaded renames
  2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
                   ` (9 preceding siblings ...)
  2009-08-04 12:33 ` rguenth at gcc dot gnu dot org
@ 2010-05-22 18:22 ` rguenth at gcc dot gnu dot org
  10 siblings, 0 replies; 12+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from rguenth at gcc dot gnu dot org  2010-05-22 18:10 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-18 14:31 [Bug ada/25844] New: ICE (Regression) on overloaded renames holmana at adsmr dot co dot za
2006-01-18 14:34 ` [Bug ada/25844] " holmana at adsmr dot co dot za
2006-01-18 18:49 ` [Bug ada/25844] [4.1/4.2 regression] Ada " laurent at guerby dot net
2006-03-08 16:03 ` pinskia at gcc dot gnu dot org
2006-05-25  2:47 ` mmitchel at gcc dot gnu dot org
2006-09-14  6:19 ` [Bug ada/25844] [4.1/4.2 regression] ICE " ebotcazou at gcc dot gnu dot org
2007-02-14  9:37 ` [Bug ada/25844] [4.1/4.2/4.3 " mmitchel at gcc dot gnu dot org
2008-07-04 20:18 ` [Bug ada/25844] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-11-17 20:29 ` sam at gcc dot gnu dot org
2009-03-31 19:07 ` [Bug ada/25844] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:33 ` rguenth at gcc dot gnu dot org
2010-05-22 18:22 ` [Bug ada/25844] [4.3/4.4/4.5/4.6 " rguenth 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).