[committed] libstdc++: Remove duplicate test

2024-06-26 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- We currently have 808590.cc which only runs for C++98 mode, and 808590-cxx11.cc which only runs for C++11 and later, but have almost identical content (except for a defaulted special member in the C++11 one, to suppress a -Wdeprecated-copy warning).

Remove duplicate test

2018-08-04 Thread Andreas Schwab
The test for type:cvip was being run twice. Committed as obvious. Andreas. * gcc.dg/guality/const-volatile.c: Remove duplicate test "type:cvip". diff --git a/gcc/testsuite/gcc.dg/guality/const-volatile.c b/gcc/testsuite/gcc.dg/guality/const-volatile.c index