public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
@ 2004-11-24 21:52 laurent at guerby dot net
  2004-11-27 18:43 ` [Bug ada/18660] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2004-11-24 21:52 UTC (permalink / raw)
  To: gcc-bugs

Present on x86 and x86_64, a priori ACATS code is valid, so no error should occur.
The code is quite complicated.

-- 
           Summary: ACATS spurious front-end error c432003.adb:134:21: too
                    few discriminants given in constraint
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: rejects-valid
          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,laurent at guerby dot
                    net


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


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

* [Bug ada/18660] ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
  2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
@ 2004-11-27 18:43 ` pinskia at gcc dot gnu dot org
  2004-12-03 22:42 ` laurent at guerby dot net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-27 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-27 18:43 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-11-27 18:43:51
               date|                            |


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


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

* [Bug ada/18660] ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
  2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
  2004-11-27 18:43 ` [Bug ada/18660] " pinskia at gcc dot gnu dot org
@ 2004-12-03 22:42 ` laurent at guerby dot net
  2004-12-14 22:17 ` chrisp_42 at bigpond dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2004-12-03 22:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2004-12-03 22:42 -------
Forgot the error message:

c432003.adb:134:21: too few discriminants given in constraint
compilation abandoned due to previous error
gnatmake: "c432003.adb" compilation error


-- 


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


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

* [Bug ada/18660] ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
  2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
  2004-11-27 18:43 ` [Bug ada/18660] " pinskia at gcc dot gnu dot org
  2004-12-03 22:42 ` laurent at guerby dot net
@ 2004-12-14 22:17 ` chrisp_42 at bigpond dot com
  2004-12-15  8:17 ` laurent at guerby dot net
  2004-12-15  9:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: chrisp_42 at bigpond dot com @ 2004-12-14 22:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From chrisp_42 at bigpond dot com  2004-12-14 22:17 -------
This test has recently started passing on x86-linux:

gcc version 4.0.0 20041213 (experimental)
                === acats Summary ===
# of expected passes            2307
# of unexpected failures        15
*** FAILURES: c32001e c380004 c43214c c52011a c64105b c95086b c953002 c953003
c980002 cc1221d cd10002 cd2b11a cd2b11b cdd2a02 cxa5012

Not sure exactly which patch corrected this, but it has been ok for 2 days now.

-- 


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


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

* [Bug ada/18660] ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
  2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
                   ` (2 preceding siblings ...)
  2004-12-14 22:17 ` chrisp_42 at bigpond dot com
@ 2004-12-15  8:17 ` laurent at guerby dot net
  2004-12-15  9:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: laurent at guerby dot net @ 2004-12-15  8:17 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From laurent at guerby dot net  2004-12-15 08:16 -------
I confirm this was fixed on x86 and x86_64 between

LAST_UPDATED: Sun Dec 12 23:01:52 UTC 2004
LAST_UPDATED: Wed Dec 15 00:00:09 UTC 2004

Since no Ada changes were made, I assume as someone suggested that it was a code
generation problem that caused miscompilation of some part of the front-end.

-- 


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


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

* [Bug ada/18660] ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint
  2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
                   ` (3 preceding siblings ...)
  2004-12-15  8:17 ` laurent at guerby dot net
@ 2004-12-15  9:54 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-15  9:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-15 09:54 -------
So lets close it as fixed then.

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


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


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

end of thread, other threads:[~2004-12-15  9:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-24 21:52 [Bug ada/18660] New: ACATS spurious front-end error c432003.adb:134:21: too few discriminants given in constraint laurent at guerby dot net
2004-11-27 18:43 ` [Bug ada/18660] " pinskia at gcc dot gnu dot org
2004-12-03 22:42 ` laurent at guerby dot net
2004-12-14 22:17 ` chrisp_42 at bigpond dot com
2004-12-15  8:17 ` laurent at guerby dot net
2004-12-15  9:54 ` pinskia 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).