[Bug testsuite/72840] New: PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc
thopre01 at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 8 16:01:00 GMT 2016
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"
More information about the Gcc-bugs
mailing list