public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/48918] New: GNAT Bug Box with Assert_Failure with einfo.adb:2661
@ 2011-05-06 22:28 anhvofrcaus at gmail dot com
  2012-02-21  8:12 ` [Bug ada/48918] " coopht at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: anhvofrcaus at gmail dot com @ 2011-05-06 22:28 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: GNAT Bug Box with Assert_Failure with einfo.adb:2661
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: anhvofrcaus@gmail.com


Created attachment 24201
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24201
Ada source triggers the GNAT Bug Box

$ gcc -c -gnat12 buffers.ads
+===========================GNAT BUG DETECTED==============================+
| 4.6.0 (i686-pc-mingw32) Assert_Failure einfo.adb:2661                    |
| Error detected at buffers.ads:3:58                                       |
| 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.
Consider also -gnatd.n switch (see debug.adb).

buffers.ads

compilation abandoned


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

* [Bug ada/48918] GNAT Bug Box with Assert_Failure with einfo.adb:2661
  2011-05-06 22:28 [Bug ada/48918] New: GNAT Bug Box with Assert_Failure with einfo.adb:2661 anhvofrcaus at gmail dot com
@ 2012-02-21  8:12 ` coopht at gmail dot com
  2015-01-03  5:41 ` aoliva at gcc dot gnu.org
  2015-01-03 17:19 ` anhvofrcaus at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: coopht at gmail dot com @ 2012-02-21  8:12 UTC (permalink / raw)
  To: gcc-bugs

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

Alexander Basov <coopht at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |coopht at gmail dot com

--- Comment #1 from Alexander Basov <coopht at gmail dot com> 2012-02-21 06:41:46 UTC ---
Confirmed on trunk:

gcc -c -gnat12 buffers.ads
+===========================GNAT BUG DETECTED==============================+
| 4.7.0 20120221 (experimental) (x86_64-unknown-linux-gnu) Assert_Failure
einfo.adb:2742|
| Error detected at buffers.ads:3:58                                       |
| 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).                   |
+==========================================================================+

gnat version:

/opt/gcc-trunk/bin/gnatmake -v

GNATMAKE 4.7.0 20120221 (experimental)
Copyright (C) 1995-2012, Free Software Foundation, Inc.


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

* [Bug ada/48918] GNAT Bug Box with Assert_Failure with einfo.adb:2661
  2011-05-06 22:28 [Bug ada/48918] New: GNAT Bug Box with Assert_Failure with einfo.adb:2661 anhvofrcaus at gmail dot com
  2012-02-21  8:12 ` [Bug ada/48918] " coopht at gmail dot com
@ 2015-01-03  5:41 ` aoliva at gcc dot gnu.org
  2015-01-03 17:19 ` anhvofrcaus at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: aoliva at gcc dot gnu.org @ 2015-01-03  5:41 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48918

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |aoliva at gcc dot gnu.org
         Resolution|---                         |FIXED

--- Comment #2 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
GCC versions from 4.8 on print this error instead:

$ ./xgcc -B./ -Iada/rts/ -c -gnat12
/l/tmp/build/gcc/trunk/obj-x86_64-linux-gnu/gcc/buffers.ads
buffers.ads:3:09: missing full declaration for private type "Buffer"


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

* [Bug ada/48918] GNAT Bug Box with Assert_Failure with einfo.adb:2661
  2011-05-06 22:28 [Bug ada/48918] New: GNAT Bug Box with Assert_Failure with einfo.adb:2661 anhvofrcaus at gmail dot com
  2012-02-21  8:12 ` [Bug ada/48918] " coopht at gmail dot com
  2015-01-03  5:41 ` aoliva at gcc dot gnu.org
@ 2015-01-03 17:19 ` anhvofrcaus at gmail dot com
  2 siblings, 0 replies; 4+ messages in thread
From: anhvofrcaus at gmail dot com @ 2015-01-03 17:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48918

--- Comment #3 from Anh Vo <anhvofrcaus at gmail dot com> ---
Great. Thank you for your effort.


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

end of thread, other threads:[~2015-01-03 17:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-06 22:28 [Bug ada/48918] New: GNAT Bug Box with Assert_Failure with einfo.adb:2661 anhvofrcaus at gmail dot com
2012-02-21  8:12 ` [Bug ada/48918] " coopht at gmail dot com
2015-01-03  5:41 ` aoliva at gcc dot gnu.org
2015-01-03 17:19 ` anhvofrcaus at gmail dot com

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