public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/66621] New: [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/
@ 2015-06-22  5:37 jakub at gcc dot gnu.org
  2015-06-22 10:12 ` [Bug testsuite/66621] " jakub at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-06-22  5:37 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621

            Bug ID: 66621
           Summary: [4.9/5/6 Regression] Mistakenly unsupported tests in
                    g++.dg/torture/
           Product: gcc
           Version: 5.1.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: testsuite
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
                CC: jason at gcc dot gnu.org
  Target Milestone: ---

I've noticed that since r208416 a lot of g++.dg/torture/* tests use
{ target c++11 } which makes all of them UNSUPPORTED, because g++.dg/torture/
does not cycle through c++98/c++11/c++14 options.

grep
'\(vshuf.*\|pr\(40991\|47559\|49770\|51598\|53161\|53602\|55260-1\|56768\|59295\)\)\.C'
g++.sum  | grep -v ^UNSUPPORTED | wc -l
0

Thus, either all those tests should be changed back to use e.g. // {
dg-additional-options "-std=c++11" }
or g++.dg/torture/ needs to cycle through the options too.


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

end of thread, other threads:[~2015-06-30 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-22  5:37 [Bug testsuite/66621] New: [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/ jakub at gcc dot gnu.org
2015-06-22 10:12 ` [Bug testsuite/66621] " jakub at gcc dot gnu.org
2015-06-22 11:24 ` rguenth at gcc dot gnu.org
2015-06-22 12:01 ` rguenth at gcc dot gnu.org
2015-06-22 17:25 ` jason at gcc dot gnu.org
2015-06-26 20:19 ` jakub at gcc dot gnu.org
2015-06-26 20:39 ` jakub at gcc dot gnu.org
2015-06-30 11:03 ` [Bug testsuite/66621] [4.9/5 " rguenth 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).