public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/22387] New: GCC Ada compiler crash.
@ 2005-07-09 18:52 ramsgar-gccbug at yahoo dot com
  2005-07-09 19:19 ` [Bug ada/22387] " ramsgar-gccbug at yahoo dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ramsgar-gccbug at yahoo dot com @ 2005-07-09 18:52 UTC (permalink / raw)
  To: gcc-bugs

After compiling the attached file, the compilers shows this message.

+===========================GNAT BUG DETECTED==============================+
| 4.0.0 (i686-pc-linux-gnu) Program_Error exp_ch5.adb:1160 duplicated entry address|
| Error detected at bug_descriptor.ads:43: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.
 
list may be incomplete
 
raised SYSTEM.ASSERTIONS.ASSERT_FAILURE : namet.adb:599
gnatmake: "bug_descriptor.ads" compilation error

-- 
           Summary: GCC Ada compiler crash.
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ramsgar-gccbug at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
 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=22387


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

* [Bug ada/22387] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
@ 2005-07-09 19:19 ` ramsgar-gccbug at yahoo dot com
  2005-07-10 19:37 ` [Bug ada/22387] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ramsgar-gccbug at yahoo dot com @ 2005-07-09 19:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ramsgar-gccbug at yahoo dot com  2005-07-09 18:52 -------
Created an attachment (id=9235)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9235&action=view)
Source files tiggering the bug


-- 


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


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

* [Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
  2005-07-09 19:19 ` [Bug ada/22387] " ramsgar-gccbug at yahoo dot com
@ 2005-07-10 19:37 ` pinskia at gcc dot gnu dot org
  2005-07-10 20:41 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-10 19:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-10 19:34 -------
Confirmed.
3.3 gave the following error:
descriptor.ads:43:08: expected type "Type_T" defined at line 2
descriptor.ads:43:08: found type "Standard.Boolean"

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|i686-pc-linux-gnu           |
   GCC host triplet|i686-pc-linux-gnu           |
 GCC target triplet|i686-pc-linux-gnu           |
            Summary|GCC Ada compiler crash.     |[4.0/4.1 Regression] GCC Ada
                   |                            |compiler crash.
   Target Milestone|---                         |4.1.0


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


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

* [Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
  2005-07-09 19:19 ` [Bug ada/22387] " ramsgar-gccbug at yahoo dot com
  2005-07-10 19:37 ` [Bug ada/22387] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
@ 2005-07-10 20:41 ` pinskia at gcc dot gnu dot org
  2005-07-10 22:59 ` ramsgar-gccbug at yahoo dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-10 20:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-07-10 20:26:14
               date|                            |


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


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

* [Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
                   ` (2 preceding siblings ...)
  2005-07-10 20:41 ` pinskia at gcc dot gnu dot org
@ 2005-07-10 22:59 ` ramsgar-gccbug at yahoo dot com
  2005-07-10 23:22 ` ramsgar-gccbug at yahoo dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ramsgar-gccbug at yahoo dot com @ 2005-07-10 22:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ramsgar-gccbug at yahoo dot com  2005-07-10 22:23 -------
The problem also happens with GCC 3.4.1

-- 


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


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

* [Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
                   ` (3 preceding siblings ...)
  2005-07-10 22:59 ` ramsgar-gccbug at yahoo dot com
@ 2005-07-10 23:22 ` ramsgar-gccbug at yahoo dot com
  2005-08-22  3:46 ` mmitchel at gcc dot gnu dot org
  2005-09-06 14:09 ` [Bug ada/22387] " charlet at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ramsgar-gccbug at yahoo dot com @ 2005-07-10 23:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ramsgar-gccbug at yahoo dot com  2005-07-10 22:59 -------
Regression?

The behaviour with GCC 3.3 is bogus as well. There should be no error message.
In addition, both the error message with GCC 3.3 and the crash with GCC 3.4/4.0
go away by commenting the representation clauses
for base'size use 64
for base use record
....
end record;

As you probably noticed, this code attempts to represent in Ada the descriptor
of a segment in the x86 architecture.

-- 


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


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

* [Bug ada/22387] [4.0/4.1 Regression] GCC Ada compiler crash.
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
                   ` (4 preceding siblings ...)
  2005-07-10 23:22 ` ramsgar-gccbug at yahoo dot com
@ 2005-08-22  3:46 ` mmitchel at gcc dot gnu dot org
  2005-09-06 14:09 ` [Bug ada/22387] " charlet at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2005-08-22  3:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-08-22 03:45 -------
Ada is not release-critical; removing target milestone.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


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


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

* [Bug ada/22387] GCC Ada compiler crash
  2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
                   ` (5 preceding siblings ...)
  2005-08-22  3:46 ` mmitchel at gcc dot gnu dot org
@ 2005-09-06 14:09 ` charlet at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: charlet at gcc dot gnu dot org @ 2005-09-06 14:09 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From charlet at gcc dot gnu dot org  2005-09-06 14:08 -------
I agree that this is not a regression. If you could put less generic summary
line, that would be really helpful. Imagine that everyone getting a compiler crash
used the same summary: things would get very confused...

Arno

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1 Regression] GCC Ada|GCC Ada compiler crash
                   |compiler crash.             |


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


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

end of thread, other threads:[~2005-09-06 14:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-09 18:52 [Bug ada/22387] New: GCC Ada compiler crash ramsgar-gccbug at yahoo dot com
2005-07-09 19:19 ` [Bug ada/22387] " ramsgar-gccbug at yahoo dot com
2005-07-10 19:37 ` [Bug ada/22387] [4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-07-10 20:41 ` pinskia at gcc dot gnu dot org
2005-07-10 22:59 ` ramsgar-gccbug at yahoo dot com
2005-07-10 23:22 ` ramsgar-gccbug at yahoo dot com
2005-08-22  3:46 ` mmitchel at gcc dot gnu dot org
2005-09-06 14:09 ` [Bug ada/22387] " charlet 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).