public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/38009] Assert_Failure sinfo.adb:1002
       [not found] <bug-38009-4@http.gcc.gnu.org/bugzilla/>
@ 2014-10-15  5:54 ` sworley at chkno dot net
  0 siblings, 0 replies; 2+ messages in thread
From: sworley at chkno dot net @ 2014-10-15  5:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Scott Worley <sworley at chkno dot net> ---
Update for 4.6.4:

$ gnatmake assert_failure_sinfo_1002.adb
gnatgcc -c assert_failure_sinfo_1002.adb
+===========================GNAT BUG DETECTED==============================+
| 4.6.4 (x86_64-pc-linux-gnu) Assert_Failure sinfo.adb:1061                |
| Error detected at assert_failure_sinfo_1002.adb:11:10                    |
| 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).

/usr/lib64/gnat-gcc/x86_64-pc-linux-gnu/4.6/adainclude/system.ads
assert_failure_sinfo_1002.adb

compilation abandoned
gnatmake: "assert_failure_sinfo_1002.adb" compilation error



$ nl --body-numbering=all
/usr/src/debug/dev-lang/gnat-gcc-4.6.4/gcc-4.6.4/gcc/ada/sinfo.adb
...
  1056     function End_Span
  1057        (N : Node_Id) return Uint is
  1058     begin
  1059        pragma Assert (False
  1060          or else NT (N).Nkind = N_Case_Statement
  1061          or else NT (N).Nkind = N_If_Statement);
  1062        return Uint5 (N);
  1063     end End_Span;
...


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

* [Bug ada/38009] Assert_Failure sinfo.adb:1002
  2008-11-04  8:36 [Bug ada/38009] New: " sworley at chkno dot net
@ 2008-11-04  8:38 ` sworley at chkno dot net
  0 siblings, 0 replies; 2+ messages in thread
From: sworley at chkno dot net @ 2008-11-04  8:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from sworley at chkno dot net  2008-11-04 08:36 -------
Created an attachment (id=16622)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16622&action=view)
A source file that triggers the sinfo.adb:1002 assert failure


-- 


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


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

end of thread, other threads:[~2014-10-15  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-38009-4@http.gcc.gnu.org/bugzilla/>
2014-10-15  5:54 ` [Bug ada/38009] Assert_Failure sinfo.adb:1002 sworley at chkno dot net
2008-11-04  8:36 [Bug ada/38009] New: " sworley at chkno dot net
2008-11-04  8:38 ` [Bug ada/38009] " sworley at chkno dot net

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