https://gcc.gnu.org/ml/gcc-patches/2018-02/msg01022.html
* g++.old-deja/g++.jason/scoping15.C: Fix dg-warning.
From-SVN: r257756
+2018-02-16 Nathan Sidwell <nathan@acm.org>
+
+ * g++.old-deja/g++.jason/scoping15.C: Fix dg-warning.
+
2018-02-16 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/70023
class FComplex {
public:
- friend float imag(const FComplex& a); // { dg-warning "is visible"
+ friend float imag(const FComplex& a); // { dg-warning "is visible" }
};
void
int imag;
::imag( cx[0] );
}
-// { dg-warning "ffriend-injection.* is deprecated" "" { target *-*-* } cc1plus: }
+// { dg-warning "ffriend-injection.* is deprecated" "cc1plus:" { target *-*-* } 0 }