public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/52728] New: Assert_Failure sinfo.adb
@ 2012-03-26 18:14 oka.sux at gmail dot com
  2012-12-16 12:07 ` [Bug ada/52728] " ebotcazou at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: oka.sux at gmail dot com @ 2012-03-26 18:14 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52728
           Summary: Assert_Failure sinfo.adb
    Classification: Unclassified
           Product: gcc
           Version: 4.6.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: oka.sux@gmail.com


localhost: gnatmake -gnatd.n -Wall -Wextra bug_test.adb
gcc -c -gnatd.n -Wall -Wextra bug_test.adb
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/system.ads
bug_test.adb
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/ada.ads
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/a-comlin.ads
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/s-vallli.ads
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/s-secsta.ads
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/s-stoele.ads
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/s-stoele.adb
/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/adainclude/a-unccon.ads
+===========================GNAT BUG DETECTED==============================+
| 4.6.3 (i686-pc-linux-gnu) Assert_Failure sinfo.adb:1072                  |
| Error detected at bug_test.adb:7:27                                      |
| 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).

bug_test.adb

compilation abandoned
gnatmake: "bug_test.adb" compilation error
localhost: cat bug_test.adb 
with Ada.Command_Line; use Ada.Command_Line;

procedure Bug_Test is
  Arg_Array  : array (1 .. 5) of Integer;

begin
  for I in Argument_Count loop
    Arg_Array (I) := Integer'Value (Argument (I));
  end loop;
end Bug_Test;

localhost: gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/4.6.3/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /build/src/gcc-4.6.3/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch
--enable-libstdcxx-time --enable-gnu-unique-object --enable-linker-build-id
--with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold
--enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --disable-multilib
--disable-libssp --enable-checking=release
Thread model: posix
gcc version 4.6.3 (GCC)


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

* [Bug ada/52728] Assert_Failure sinfo.adb
  2012-03-26 18:14 [Bug ada/52728] New: Assert_Failure sinfo.adb oka.sux at gmail dot com
@ 2012-12-16 12:07 ` ebotcazou at gcc dot gnu.org
  0 siblings, 0 replies; 2+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2012-12-16 12:07 UTC (permalink / raw)
  To: gcc-bugs


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

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |ebotcazou at gcc dot
                   |                            |gnu.org
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.0

--- Comment #1 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2012-12-16 12:07:03 UTC ---
Fixed in the 4.7.x series, the compiler now issues:
  p.adb:7:27: invalid prefix in call


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

end of thread, other threads:[~2012-12-16 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-26 18:14 [Bug ada/52728] New: Assert_Failure sinfo.adb oka.sux at gmail dot com
2012-12-16 12:07 ` [Bug ada/52728] " ebotcazou at gcc dot gnu.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).