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/52752] GNAT bug box on instantiation of subprogram with "not null"-qualified named access type


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

Georg Bauhaus <bauhaus at futureapps dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bauhaus at futureapps dot
                   |                            |de

--- Comment #1 from Georg Bauhaus <bauhaus at futureapps dot de> 2012-03-29 22:16:30 UTC ---
Linux VD72386 2.6.32-5-686 #1 SMP Mon Mar 26 05:20:33 UTC 2012 i686 GNU/Linux
$ gnatmake -v test.adb

GNATMAKE 4.8.0 20120329 (experimental)
Copyright (C) 1995-2012, Free Software Foundation, Inc.
  "test.ali" being checked ...
  -> "test.ali" missing.
gcc -c test.adb
+===========================GNAT BUG DETECTED==============================+
| 4.8.0 20120329 (experimental) (i686-pc-linux-gnu) GCC error:             |
| in gnat_to_gnu_entity, at ada/gcc-interface/decl.c:4268                  |
| Error detected at test_nk.ada:17:4 [test_nk.ada:38:4]                    |
| 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).                   |
+==========================================================================+

$ gcc -v

Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/GCC/libexec/gcc/i686-pc-linux-gnu/4.8.0/lto-wrapper
Target: i686-pc-linux-gnu
Configured with: /opt/src/GCC/configure --disable-nls --enable-languages=c,ada
--disable-bootstrap --disable-libstdcxx-pch --prefix=/opt/GCC
Thread model: posix
gcc version 4.8.0 20120329 (experimental) (GCC)


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