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: [PATCH] Adding warning for constexpr's


On Jun 15, 2015, at 12:55 PM, Andres Tiraboschi <andres.tiraboschi@tallertechnologies.com> wrote:
> 
> Hi, do you know where is the .exp file for the tests in
> .../gcc/testsuite/g++.dg/warn?
> I can't find it.

find srcdir -name \*.exp -print will show you all of them.  You’ll discover that a .exp file can run the entire tree under it.  In this case, look in the parent directory.


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