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: Update arm32 effective target check


On Wed, 2007-08-15 at 09:19 -0400, Daniel Jacobowitz wrote:
> check_effective_target_arm32 is the only user of the global
> compiler_flags in target-supports.exp, and it shouldn't be using them
> either.  At the point effective target keywords are checked,
> compiler_flags is either the compilation flags for the previous test,
> or empty if there was an earlier dg-skip-if / dg-xfail-if.
> 
> I rewrote it to check for preprocessor macros, the way a number of
> other checks do.  Janis, is this OK?  Paul's already checked that I
> got the condition right.

Yes, this looks good.

Janis


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