public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/53155] New: Not parallel: test for -j fails
@ 2012-04-28 21:36 marc.glisse at normalesup dot org
  2012-04-28 21:39 ` [Bug testsuite/53155] Not parallel: test for -j fails with new make pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: marc.glisse at normalesup dot org @ 2012-04-28 21:36 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53155

             Bug #: 53155
           Summary: Not parallel: test for -j fails
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


Hello,

in order to decide whether they should run the testsuite in parallel, the
makefiles in gcc/ and libstdc++-v3/testsuite/ use the following test:

[ "$(filter -j, $(MFLAGS))" = "-j" ]

However, at least with the gnu make 3.81 shipped by debian, MFLAGS merges all
options, so it would normally be something like -wkj, which doesn't match the
filter.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-13  6:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-28 21:36 [Bug testsuite/53155] New: Not parallel: test for -j fails marc.glisse at normalesup dot org
2012-04-28 21:39 ` [Bug testsuite/53155] Not parallel: test for -j fails with new make pinskia at gcc dot gnu.org
2012-04-28 21:50 ` marc.glisse at normalesup dot org
2012-04-28 21:53 ` pinskia at gcc dot gnu.org
2014-09-03  9:30 ` Joost.VandeVondele at mat dot ethz.ch
2021-09-12 21:57 ` pinskia at gcc dot gnu.org
2021-09-13  6:58 ` glisse at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).