This is the mail archive of the gcc-patches@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]

Re: [PATCH,testsuite] PR36285 Fixes for compat tests


On Mon, 2008-06-09 at 17:50 -0400, Andy H wrote:
> > dg-require-effective-target works when used in *_main.c of these
> > tests.  I looked at enabling dg-skip-if for those tests but it
> > won't be trivial.
> >   
> 
> Yes, but there is not relevant effective type for these tests. But I 
> suppose I could add one?

Sorry for not being more clear, that's what I meant.

In gcc/lib/target-supports.dg, add check_effective_target_xxx
where xxx is your new effective-target keyword.  The existing
check_effective_target_* procs should be good examples and if
not, let me know.

> I'm am hoping that our code size will reduce and problem goes away. We 
> are about 20% over.

We could also split the tests that are too big into multiple
pieces so each one will work.

Janis


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