Commit f9657322 by Thomas Preud'homme Committed by Thomas Preud'homme

re PR testsuite/72840 (PASS->NA: 20_util/ratio/cons/cons_overflow_neg.cc)

2016-08-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    PR libstdc++/72840
    * testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Fix dg-error
    syntax.

From-SVN: r239463
parent 66088065
2016-08-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
PR libstdc++/72840
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Fix dg-error
syntax.
2016-08-11 Ville Voutilainen <ville.voutilainen@gmail.com>
Implement C++17 make_from_tuple.
......
......@@ -37,13 +37,13 @@ test02()
void
test03()
{
std::ratio<1, INTMAX_MIN> r1 __attribute__((unused)); // { dg-error "required from here"
std::ratio<1, INTMAX_MIN> r1 __attribute__((unused)); // { dg-error "required from here" }
}
void
test04()
{
std::ratio<1,0> r1 __attribute__((unused)); // { dg-error "required from here"
std::ratio<1,0> r1 __attribute__((unused)); // { dg-error "required from here" }
}
// { dg-error "denominator cannot be zero" "" { target *-*-* } 265 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment