public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/13370] New: 'constant String' with 'pragma Machine_Attribute' triggers ICE
@ 2003-12-09 16:24 berndtrog at yahoo dot com
  2003-12-10  8:00 ` [Bug ada/13370] " dhazeghi at yahoo dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: berndtrog at yahoo dot com @ 2003-12-09 16:24 UTC (permalink / raw)
  To: gcc-bugs

How-To-Repeat:

gcc -c gimme_bug_box.adb

+===========================GNAT BUG DETECTED==============================+
| 3.4 20031209 (experimental) (i686-pc-linux-gnu) Storage_Error stack overflow
(or erroneous memory access)|
| Error detected at system.ads:150:5                                       |
| 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).                   |
+==========================================================================+



procedure Gimme_Bug_Box 
is
   procedure Null_Proc;

   Foo : constant String := "bite me";

   pragma Machine_Attribute (Entity         => Null_Proc,
                             Attribute_Name => Foo);

   procedure Null_Proc
   is
   begin
      null;
   end;
   
begin
   null;
end;



Configured with: ../gcc/configure --prefix=/build/gcc34-20031209
--enable-languages=ada,c --disable-nls

-- 
           Summary: 'constant String' with 'pragma Machine_Attribute'
                    triggers ICE
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: berndtrog at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu


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


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

end of thread, other threads:[~2007-12-13 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-13370-283@http.gcc.gnu.org/bugzilla/>
2006-03-19  5:41 ` [Bug ada/13370] 'constant String' with 'pragma Machine_Attribute' triggers ICE pinskia at gcc dot gnu dot org
2007-12-13 13:55 ` sam at gcc dot gnu dot org
2003-12-09 16:24 [Bug ada/13370] New: " berndtrog at yahoo dot com
2003-12-10  8:00 ` [Bug ada/13370] " dhazeghi at yahoo dot com
2004-10-29 13:49 ` pinskia at gcc dot gnu dot org
2005-02-25  6:18 ` bosch 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).