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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-10-19
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
I have my own:

$ ls ~/src/gcc/extra_tests/clang-smoke-test/
Makefile        atomic.cc     constexpr.o    functional.o  link_string    
memory.o  random.cc  ranges.o  srcloc.cc      stdatomic.cc   stop_token.o
all_headers.cc  atomic.o      depr.cc        is_same.cc    link_string.cc 
net.cc    random.o   span.cc   srcloc.o       stdatomic.o    variant.cc
all_headers.o   constexpr.cc  functional.cc  is_same.o     memory.cc      
net.o     ranges.cc  span.o    stacktrace.cc  stop_token.cc  variant.o

I just forget to run them.

To add this to the testsuite we'll need DG directive or effective target that
checks whether clang++ is in the PATH and is usable.

Reply via email to