]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Do not use -Werror in a test that has -frepo warning (PR testsuite/91175).
authorMartin Liska <mliska@suse.cz>
Tue, 16 Jul 2019 10:21:57 +0000 (12:21 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 16 Jul 2019 10:21:57 +0000 (10:21 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.pt/instantiate4.C

index f93d42a0234fee444cad214594b78a7138123c85..0b3484147fd3ae004036ebf522730e3d2e48e2a5 100644 (file)
@@ -1,3 +1,8 @@
+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
index 97838689d380f96d54cb2012c271db0ea83b07cb..071a64be441c1079734c8a4971bcc74f91026859 100644 (file)
@@ -1,8 +1,8 @@
 // { 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>