This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/72840] New: PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc
- From: "thopre01 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Aug 2016 16:01:25 +0000
- Subject: [Bug testsuite/72840] New: PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72840
Bug ID: 72840
Summary: PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: testsuite
Assignee: unassigned at gcc dot gnu.org
Reporter: thopre01 at gcc dot gnu.org
CC: redi at gcc dot gnu.org
Target Milestone: ---
Hi,
2 error checks have stopped being run in
20_util/ratio/cons/cons_overflow_neg.cc due to syntax error on the dg-error
line.
Indeed, the dg-error directives at lines 40 and 46 are missing the closing
curly braces:
l40
std::ratio<1, INTMAX_MIN> r1 __attribute__((unused)); // { dg-error "required
from here"
l46
std::ratio<1,0> r1 __attribute__((unused)); // { dg-error "required from
here"