This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]