This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Adding warning for constexpr's
- From: Mike Stump <mikestump at comcast dot net>
- To: Andres Tiraboschi <andres dot tiraboschi at tallertechnologies dot com>
- Cc: Joseph Myers <joseph at codesourcery dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 15 Jun 2015 17:36:21 -0700
- Subject: Re: [PATCH] Adding warning for constexpr's
- Authentication-results: sourceware.org; auth=none
- References: <1434143128-13785-1-git-send-email-andres dot tiraboschi at tallertechnologies dot com> <alpine dot DEB dot 2 dot 10 dot 1506122133340 dot 17561 at digraph dot polyomino dot org dot uk> <CAJZwEL=akue+uiwsjnNFY650DwEVLUa_C_rNpAEWwXPeG4zHXQ at mail dot gmail dot com>
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.