public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18817] New: ACATS c380004 fails at run time
@ 2004-12-03 22:11 laurent at guerby dot net
  2004-12-23 21:53 ` [Bug ada/18817] " laurent at guerby dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2004-12-03 22:11 UTC (permalink / raw)
  To: gcc-bugs

No analysis yet, fails on both x86 and x86_64.

,.,. C380004 ACATS 2.5 04-12-03 22:14:45
---- C380004 Check evaluation of discriminant expressions when the
                constraint depends on a discriminant, and the
                discriminants have defaults -
                discriminant-dependententry families and protected
                components.
   - C380004 Discriminant-dependent entry families for task types.
   * C380004 Unexpected exception raised - 2.
   * C380004 Discriminant values not correct - 3.
   * C380004 Unexpected exception.
**** C380004 FAILED ****************************.

-- 
           Summary: ACATS c380004 fails at run time
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P2
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent at guerby dot net
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
  2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
@ 2004-12-23 21:53 ` laurent at guerby dot net
  2005-01-07 21:17 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2004-12-23 21:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2004-12-23 21:53 -------
Richard Kenner in:
http://gcc.gnu.org/ml/gcc-patches/2004-12/msg01832.html

<<
Note that C380004 "doesn't count" and should be made a XFAIL because it
raises a complex implementation issue with arrays of protected types that's
extremely unlikely to affect any real program and thus won't be fixed soon.
It'll fail with every GCC version: which targets it fails on depends on
word-size and overflow-handling issues.
>>

-- 


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
  2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
  2004-12-23 21:53 ` [Bug ada/18817] " laurent at guerby dot net
@ 2005-01-07 21:17 ` laurent at guerby dot net
  2005-01-09 19:01 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2005-01-07 21:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-01-07 21:17 -------
>From Robert Dewar:

<<
we should probably just reject such a large array of entries as being
a capacity limitation. It's plain silly to spend time on this :-)
>>

-- 


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
  2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
  2004-12-23 21:53 ` [Bug ada/18817] " laurent at guerby dot net
  2005-01-07 21:17 ` laurent at guerby dot net
@ 2005-01-09 19:01 ` pinskia at gcc dot gnu dot org
  2005-01-14 12:10 ` laurent at guerby dot net
  2005-02-20 21:58 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-09 19:01 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-09 19:01 -------
Confirmed, via the testsuite run and moving to minor as this is a off in left field case.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-09 19:01:45
               date|                            |


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
  2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2005-01-09 19:01 ` pinskia at gcc dot gnu dot org
@ 2005-01-14 12:10 ` laurent at guerby dot net
  2005-02-20 21:58 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2005-01-14 12:10 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2005-01-14 12:10 -------
Note that this test has been deactivated vi testsuite/ada/acats/norun.lst
so it doesn't show up in testresults anymore.

-- 


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
  2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2005-01-14 12:10 ` laurent at guerby dot net
@ 2005-02-20 21:58 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-02-20 21:58 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-02-20 15:29 -------
Until after it is removed from the norun.lst file.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
       [not found] <bug-18817-7210@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2006-09-15  8:59 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-15  9:03 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-15  9:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from ebotcazou at gcc dot gnu dot org  2006-09-15 09:03 -------
Fixed on mainline.


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2006-
                   |                            |09/msg00581.html
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.2.0


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
       [not found] <bug-18817-7210@http.gcc.gnu.org/bugzilla/>
  2006-03-05 11:10 ` laurent at guerby dot net
  2006-06-05 14:08 ` ebotcazou at gcc dot gnu dot org
@ 2006-09-15  8:59 ` ebotcazou at gcc dot gnu dot org
  2006-09-15  9:03 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-09-15  8:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from ebotcazou at gcc dot gnu dot org  2006-09-15 08:59 -------
Subject: Bug 18817

Author: ebotcazou
Date: Fri Sep 15 08:59:02 2006
New Revision: 116964

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116964
Log:
        PR ada/18817
        * utils.c (max_size): Perform constant folding of (A ? B : C) - D
        into A ? B - D : C - D when calculating the size of a MINUS_EXPR.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/utils.c
    trunk/gcc/testsuite/ada/acats/norun.lst


-- 


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
       [not found] <bug-18817-7210@http.gcc.gnu.org/bugzilla/>
  2006-03-05 11:10 ` laurent at guerby dot net
@ 2006-06-05 14:08 ` ebotcazou at gcc dot gnu dot org
  2006-09-15  8:59 ` ebotcazou at gcc dot gnu dot org
  2006-09-15  9:03 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 10+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2006-06-05 14:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from ebotcazou at gcc dot gnu dot org  2006-06-05 14:06 -------
Investigating Roger's patch again:
http://gcc.gnu.org/ml/gcc-patches/2004-05/msg01249.html


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|SUSPENDED                   |ASSIGNED
   Last reconfirmed|2005-10-02 21:00:55         |2006-06-05 14:06:39
               date|                            |


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


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

* [Bug ada/18817] ACATS c380004 fails at run time
       [not found] <bug-18817-7210@http.gcc.gnu.org/bugzilla/>
@ 2006-03-05 11:10 ` laurent at guerby dot net
  2006-06-05 14:08 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: laurent at guerby dot net @ 2006-03-05 11:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from laurent at guerby dot net  2006-03-05 11:10 -------
Still fails as of 4.2.0 20060304


-- 


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


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

end of thread, other threads:[~2006-09-15  9:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-03 22:11 [Bug ada/18817] New: ACATS c380004 fails at run time laurent at guerby dot net
2004-12-23 21:53 ` [Bug ada/18817] " laurent at guerby dot net
2005-01-07 21:17 ` laurent at guerby dot net
2005-01-09 19:01 ` pinskia at gcc dot gnu dot org
2005-01-14 12:10 ` laurent at guerby dot net
2005-02-20 21:58 ` ebotcazou at gcc dot gnu dot org
     [not found] <bug-18817-7210@http.gcc.gnu.org/bugzilla/>
2006-03-05 11:10 ` laurent at guerby dot net
2006-06-05 14:08 ` ebotcazou at gcc dot gnu dot org
2006-09-15  8:59 ` ebotcazou at gcc dot gnu dot org
2006-09-15  9:03 ` ebotcazou 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).