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
+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.
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 }