This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/25844] New: ICE (Regression) on overloaded renames


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]