2019-07-16 Martin Liska <mliska@suse.cz>
PR testsuite/91175
* g++.old-deja/g++.pt/instantiate4.C: Do not use -Werror.
From-SVN: r273521
+2019-07-16 Martin Liska <mliska@suse.cz>
+
+ PR testsuite/91175
+ * g++.old-deja/g++.pt/instantiate4.C: Do not use -Werror.
+
2019-07-15 Martin Liska <mliska@suse.cz>
PR c++/91125
// { dg-do link }
-// { dg-options "-frepo -Werror" }
+// { dg-options "-frepo" }
// { dg-require-host-local "" }
// { dg-skip-if "dkms are not final links" { vxworks_kernel } }
-// { dg-error "is deprecated and will be removed in a future release" "" { target *-*-* } 0 }
+// { dg-warning "is deprecated and will be removed in a future release" "" { target *-*-* } 0 }
// Submitted by Melissa O'Neill <oneill@cs.sfu.ca>