This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix g++.dg/ext/visibility/lambda1.C test on 32-bit hppa-hpux


The test requires visibility support.

Committed to trunk.

Dave
-- 
John David Anglin  dave.anglin@bell.net

2019-03-09  John David Anglin  <dave.anglin@bell.net>

	* g++.dg/ext/visibility/lambda1.C: Require visibility.

Index: g++.dg/ext/visibility/lambda1.C
===================================================================
--- g++.dg/ext/visibility/lambda1.C	(revision 269535)
+++ g++.dg/ext/visibility/lambda1.C	(working copy)
@@ -1,5 +1,6 @@
 // PR c++/85646
 // { dg-do compile { target c++11 } }
+// { dg-require-visibility "" }
 // { dg-additional-options -fvisibility=hidden }

 template<typename T>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]