public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/50502] New: GNAT fails to compile a modification of B37101A ACATS test
@ 2011-09-24  7:05 tero.koskinen at iki dot fi
  2023-10-17 13:52 ` [Bug ada/50502] " simon at pushface dot org
  2023-10-17 16:23 ` ebotcazou at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: tero.koskinen at iki dot fi @ 2011-09-24  7:05 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 50502
           Summary: GNAT fails to compile a modification of B37101A ACATS
                    test
    Classification: Unclassified
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tero.koskinen@iki.fi


GNAT shows its bug box when one tries to compile following procedure:
-- b37101a.adb
PROCEDURE B37101A IS

    TYPE ACC_STRING IS ACCESS string;

    FUNCTION F (S : acc_string) RETURN INTEGER IS
    BEGIN
         RETURN 1;
    END F;

    TYPE S IS RECORD
         C2 : INTEGER RANGE 1 .. F (NEW STRING (1 .. 3) );
    END RECORD;
BEGIN
   null;
END B37101A;

The above procedure is a modified version of B37101A ACATS test.

The error below:
$ gnatmake b37101a.adb 
gcc -c b37101a.adb
+===========================GNAT BUG DETECTED==============================+
| 4.6.0 20110603 (Red Hat 4.6.0-10) (i686-redhat-linux-gnu) Assert_Failure
atree.adb:794|
| Error detected at b37101a.adb:11:37                                      |
| 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).

b37101a.adb

compilation abandoned
gnatmake: "b37101a.adb" compilation error
$


Extra info:
This is what happens with GNAT GPL 2011 (on Fedora Linux 15/i386):

$ gnatmake b37101a.adb
gcc -c b37101a.adb
b37101a.adb:11:37: subtype mark required in this context
b37101a.adb:11:37: found "S3B" declared at line 11
gnatmake: "b37101a.adb" compilation error
$

Janus/Ada can compile the code without errors (as expected).


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

* [Bug ada/50502] GNAT fails to compile a modification of B37101A ACATS test
  2011-09-24  7:05 [Bug ada/50502] New: GNAT fails to compile a modification of B37101A ACATS test tero.koskinen at iki dot fi
@ 2023-10-17 13:52 ` simon at pushface dot org
  2023-10-17 16:23 ` ebotcazou at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: simon at pushface dot org @ 2023-10-17 13:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from simon at pushface dot org ---
The sample compiles without error with GCC 13.1.0 and 14.0.0 20231008.

Close as fixed?

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

* [Bug ada/50502] GNAT fails to compile a modification of B37101A ACATS test
  2011-09-24  7:05 [Bug ada/50502] New: GNAT fails to compile a modification of B37101A ACATS test tero.koskinen at iki dot fi
  2023-10-17 13:52 ` [Bug ada/50502] " simon at pushface dot org
@ 2023-10-17 16:23 ` ebotcazou at gcc dot gnu.org
  1 sibling, 0 replies; 3+ messages in thread
From: ebotcazou at gcc dot gnu.org @ 2023-10-17 16:23 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |13.0
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Indeed, thanks for spotting it.

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

end of thread, other threads:[~2023-10-17 16:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-24  7:05 [Bug ada/50502] New: GNAT fails to compile a modification of B37101A ACATS test tero.koskinen at iki dot fi
2023-10-17 13:52 ` [Bug ada/50502] " simon at pushface dot org
2023-10-17 16:23 ` 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).