public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "seurer at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/108321] [13 regression] g++.dg/contracts/contracts-tmpl-spec2.C fails after r13-4160-g2efb237ffc68ec
Date: Thu, 18 May 2023 21:58:14 +0000	[thread overview]
Message-ID: <bug-108321-4-zms1AoVIDX@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-108321-4@http.gcc.gnu.org/bugzilla/>

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

seurer at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED
   Last reconfirmed|                            |2023-05-18
     Ever confirmed|0                           |1

--- Comment #3 from seurer at gcc dot gnu.org ---
The problem with g++.dg/contracts/contracts-tmpl-spec2.C has never been fixed
as far as I can tell.  It definitely occurs with the current r13.

I believe the "This is fixed after r13-4290-g138ee8f7453ffd" was referring to
the other mentioned issue.


g:f48c546902802cf640c4f2802543acfdc702404f, r13-7354-gf48c546902802c
make  -k check-gcc
RUNTESTFLAGS="dg.exp=g++.dg/contracts/contracts-tmpl-spec2.C"
FAIL: g++.dg/contracts/contracts-tmpl-spec2.C   output pattern test
# of expected passes            2
# of unexpected failures        1


FAIL: g++.dg/contracts/contracts-tmpl-spec2.C   output pattern test
Output was:
contract violation in function body<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:9: a > 0
[continue:on]
-2
contract violation in function body<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:17: a > 1
[continue:on]
-3
contract violation in function none<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:25: a > 0
[continue:on]
1
contract violation in function none<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:32: a > 1
[continue:on]
-101
contract violation in function arg0<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:39: t > 0
[continue:on]
-9
contract violation in function arg0<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:46: t > 1
[continue:on]
11
contract violation in function arg1<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:53: a > 0
[continue:on]
contract violation in function arg1<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:54: t > 0
[continue:on]
-3
contract violation in function arg1<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:61: a > 1
[continue:on]
contract violation in function arg1<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:62: t > 1
[continue:on]
14
contract violation in function ret<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:69: a > 0
[continue:on]
1
contract violation in function ret<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:76: a > 1
[continue:on]
3
contract violation in function ret<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:76: a > 1
[continue:on]
3.300000
contract violation in function g1<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:83: t > 0
[continue:on]
-1
-1
contract violation in function g2<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:97: t > 0
[continue:on]
-1
contract violation in function g2<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:107: t < 0
[continue:on]
1
contract violation in function g2<char> at
g++.dg/contracts/contracts-tmpl-spec2.C:114: t < 'c'
[continue:on]
100
contract violation in function G3<double, double>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:124: t > 0
[continue:on]
contract violation in function G3<double, double>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:125: s > 0
[continue:on]
G3 general T S
contract violation in function G3<int, int>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:139: t > 1
[continue:on]
contract violation in function G3<int, int>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:140: s > 1
[continue:on]
G3 partial int S
contract violation in function G3<int, double>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:147: t > 2
[continue:on]
contract violation in function G3<int, double>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:148: s > 2
[continue:on]
G3 full int double
G3 general T S
contract violation in function G3<int, char>::f at
g++.dg/contracts/contracts-tmpl-spec2.C:139: t > 1
[continue:on]
G3 partial int S
G3 full int C
G3 full int C
contract violation in function G4<int, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:173: t > 0
[continue:on]
contract violation in function G4<int, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:174: s > 0
[continue:on]
G4 general T S
contract violation in function G4<int, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:175: x > 0
[continue:on]
G4 full double double
contract violation in function G4<double, char>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:206: a > 0
[continue:on]
contract violation in function G4<double, char>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:207: b > 'b'
[continue:on]
G4 full double char
contract violation in function G4<double, char>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:208: x > 1
[continue:on]
contract violation in function G4<char, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:187: t > 'c'
[continue:on]
contract violation in function G4<char, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:188: s > 3
[continue:on]
G4 partial char S
contract violation in function G4<char, int>::G4 at
g++.dg/contracts/contracts-tmpl-spec2.C:189: x2 > 3
[continue:on]
contract violation in function G5<int, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:220: t > 0
[continue:on]
contract violation in function G5<int, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:221: s > 0
[continue:on]
contract violation in function G5<int, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:222: r > 0
[continue:on]
G5 gen T S, f gen R
contract violation in function G5<int, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:220: t > 0
[continue:on]
contract violation in function G5<int, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:221: s > 0
[continue:on]
contract violation in function G5<int, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:222: r > 0
[continue:on]
G5 gen T S, f gen R
contract violation in function G5<char, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:233: x > 'z'
[continue:on]
contract violation in function G5<char, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:234: y > 1
[continue:on]
contract violation in function G5<char, int>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:235: z > 1
[continue:on]
G5 partial char S, f gen R
contract violation in function G5<char, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:233: x > 'z'
[continue:on]
contract violation in function G5<char, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:234: y > 1
[continue:on]
contract violation in function G5<char, int>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:235: z > 1
[continue:on]
G5 partial char S, f gen R
contract violation in function G5<double, double>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:244: a > 2
[continue:on]
contract violation in function G5<double, double>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:245: b > 2
[continue:on]
contract violation in function G5<double, double>::f<int> at
g++.dg/contracts/contracts-tmpl-spec2.C:246: c > 2
[continue:on]
G5 full double double, f gen R
contract violation in function G5<double, double>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:244: a > 2
[continue:on]
contract violation in function G5<double, double>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:245: b > 2
[continue:on]
contract violation in function G5<double, double>::f<double> at
g++.dg/contracts/contracts-tmpl-spec2.C:246: c > 2
[continue:on]
G5 full double double, f gen R

  parent reply	other threads:[~2023-05-18 21:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-06 23:26 [Bug c++/108321] New: " seurer at gcc dot gnu.org
2023-01-09 10:02 ` [Bug c++/108321] " marxin at gcc dot gnu.org
2023-01-10  7:11 ` rguenth at gcc dot gnu.org
2023-01-10  7:11 ` rguenth at gcc dot gnu.org
2023-05-18 21:58 ` seurer at gcc dot gnu.org [this message]
2023-05-18 22:00 ` seurer at gcc dot gnu.org
2023-11-03 21:19 ` ewlu at rivosinc dot com
2023-11-24  1:43 ` pinskia at gcc dot gnu.org
2023-11-24  1:54 ` [Bug c++/108321] " pinskia at gcc dot gnu.org
2023-11-26  3:01 ` cvs-commit at gcc dot gnu.org
2023-11-26  3:02 ` pinskia at gcc dot gnu.org
2024-02-07 17:35 ` cvs-commit at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-108321-4-zms1AoVIDX@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).