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"

Reply via email to