public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/32792]  New: Assert_Failure sinfo.adb:1730
@ 2007-07-17 11:09 bug63 at freakmail dot de
  2007-07-18  5:16 ` [Bug ada/32792] " bug63 at freakmail dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bug63 at freakmail dot de @ 2007-07-17 11:09 UTC (permalink / raw)
  To: gcc-bugs

--  bug.adb
with Text_IO;
use Text_IO;

procedure Bug is
   type    S is         range   0 .. 1000;
begin
   Put_Line (S'Image (S'Integer_Value (12.8)));
end Bug;

**********************************************
gnat make -gnatf -gnato -gnatv -gnatVa -gnatwa -gnaty bug.adb
gcc-4.1 -c -gnatf -gnato -gnatv -gnatVa -gnatwa -gnaty bug.adb

GNAT 4.1.2 20061115 (prerelease) (Debian 4.1.1-22)
Copyright 1992-2005 Free Software Foundation, Inc.

Compiling: bug.adb (source file time stamp: 2007-07-17 11:05:32)
+===========================GNAT BUG DETECTED==============================+
| 4.1.2 20061115 (prerelease) (Debian 4.1.1-22) (i486-pc-linux-gnu)        |
| Assert_Failure sinfo.adb:1730                                            |
| Error detected at bug.adb:7:24                                           |
...

bug.adb

 8 lines: No errors
compilation abandoned
gnatmake: "bug.adb" compilation error
make: *** [bug] Fehler 4


-- 
           Summary: Assert_Failure sinfo.adb:1730
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bug63 at freakmail dot de


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


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

* [Bug ada/32792] Assert_Failure sinfo.adb:1730
  2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
@ 2007-07-18  5:16 ` bug63 at freakmail dot de
  2007-11-28 20:46 ` sam at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bug63 at freakmail dot de @ 2007-07-18  5:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bug63 at freakmail dot de  2007-07-18 05:15 -------
*** Bug 32802 has been marked as a duplicate of this bug. ***


-- 


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


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

* [Bug ada/32792] Assert_Failure sinfo.adb:1730
  2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
  2007-07-18  5:16 ` [Bug ada/32792] " bug63 at freakmail dot de
@ 2007-11-28 20:46 ` sam at gcc dot gnu dot org
  2007-11-28 20:49 ` sam at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-11-28 20:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from sam at gcc dot gnu dot org  2007-11-28 20:46 -------
Subject: Bug 32792

Author: sam
Date: Wed Nov 28 20:46:18 2007
New Revision: 130497

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130497
Log:
    gcc/ada/
        PR ada/32792
        * sem_attr.adb (Analyze_Attribute, Attribute_Integer_Value clause):
        Signal an error when attribute argument is a fixed-point value of
        an unknown type.

    gcc/testsuite/
        PR ada/32792
        * gnat.dg/specs/integer_value.ads: New test.

Added:
    trunk/gcc/testsuite/gnat.dg/specs/integer_value.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/sem_attr.adb
    trunk/gcc/testsuite/ChangeLog


-- 


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


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

* [Bug ada/32792] Assert_Failure sinfo.adb:1730
  2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
                   ` (2 preceding siblings ...)
  2007-11-28 20:49 ` sam at gcc dot gnu dot org
@ 2007-11-28 20:49 ` sam at gcc dot gnu dot org
  2007-12-05 12:08 ` sam at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-11-28 20:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from sam at gcc dot gnu dot org  2007-11-28 20:49 -------
Fixed in SVN trunk


-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


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

* [Bug ada/32792] Assert_Failure sinfo.adb:1730
  2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
  2007-07-18  5:16 ` [Bug ada/32792] " bug63 at freakmail dot de
  2007-11-28 20:46 ` sam at gcc dot gnu dot org
@ 2007-11-28 20:49 ` sam at gcc dot gnu dot org
  2007-11-28 20:49 ` sam at gcc dot gnu dot org
  2007-12-05 12:08 ` sam at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-11-28 20:49 UTC (permalink / raw)
  To: gcc-bugs



-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |sam at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-11-28 20:49:02
               date|                            |


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


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

* [Bug ada/32792] Assert_Failure sinfo.adb:1730
  2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
                   ` (3 preceding siblings ...)
  2007-11-28 20:49 ` sam at gcc dot gnu dot org
@ 2007-12-05 12:08 ` sam at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: sam at gcc dot gnu dot org @ 2007-12-05 12:08 UTC (permalink / raw)
  To: gcc-bugs



-- 

sam at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.3.0


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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-17 11:09 [Bug ada/32792] New: Assert_Failure sinfo.adb:1730 bug63 at freakmail dot de
2007-07-18  5:16 ` [Bug ada/32792] " bug63 at freakmail dot de
2007-11-28 20:46 ` sam at gcc dot gnu dot org
2007-11-28 20:49 ` sam at gcc dot gnu dot org
2007-11-28 20:49 ` sam at gcc dot gnu dot org
2007-12-05 12:08 ` sam 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).