Why does testsuite/17_intro/freestanding.cc set dg-options "-x c ..." ?

Jonathan Wakely jwakely@redhat.com
Thu Jul 28 12:03:00 GMT 2016


The dg-options come after the test filename on the command-line, so
putting -x there doesn't do anything.

But that file is a C++ source anyway.

Is it there for some subtle reason I'm missing, or is it just a typo?




More information about the Libstdc++ mailing list