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]

Re: [wwwdocs] Initial criteria.html (was Re: Where's the currentlist of release criteria?)


> Are there C test cases which consist of multiple compilation units?

Yes. To be pedantic, all C tests are technically consisting of
multiple compilation units since they all use the report package
tools.

All of C tests can be built and run with "gnatmake -Isupport main;
main", very few need additional compilation flags (-gnato for overflow
tests, -gnatE for dynamic elaboration checks), some Annex B tests
(inter language tests) need a few foreign objects build and link
flags, some Annex H tests (safety) need "-a -f" to rebuild part of the
RTS.

-- 
Laurent Guerby <guerby@acm.org>


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