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]

Re: [C++ Patch] PR 67160 ("static_assert feature test macro")


Hi,

On 08/18/2015 04:07 PM, Jason Merrill wrote:
On 08/18/2015 08:54 AM, Paolo Carlini wrote:
+// { dg-do compile { target c++1z } }

This doesn't work; you need to use dg-options for C++1z currently.
The test is simply skipped. The funny thing is that I noticed that a few weeks ago and fixed an existing testcase ;)
OK with that change.
Thanks.

Paolo.


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