This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Initial criteria.html (was Re: Where's the currentlist of release criteria?)
- To: fw at deneb dot enyo dot de
- Subject: Re: [wwwdocs] Initial criteria.html (was Re: Where's the currentlist of release criteria?)
- From: <guerby at acm dot org>
- Date: Mon, 5 Nov 2001 19:45:25 +0100
- CC: kenner at vlsi1 dot ultra dot nyu dot edu, jsm28 at cam dot ac dot uk, gcc at gcc dot gnu dot org
- References: <10110302017.AA08471@vlsi1.ultra.nyu.edu> <87pu73kadc.fsf@deneb.enyo.de>
- Reply-to: guerby at acm dot org
> 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>