This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

[lto][testsuite]: Handling multi-language test cases?


I need to compile a multi-file test case where each file needs to use
a different front end to generate IL.  This is to process the test
case I posted with http://gcc.gnu.org/ml/gcc/2009-03/msg00316.html.

I partially succeeded by putting the files in g++.dg/lto and using '-x
c' on the second file, but the harness uses -nostdinc++ which is not
understood by the C front end.

Janis, is there an easy way around this?


Thanks.  Diego.


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