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]Fix tree-ssa tests for target with no-delete-null-pointer-checks


On Wed, 2008-06-18 at 22:02 -0400, Andy H wrote:
> Here is patch again revised now to use a new target effective keyword
> 
>     keeps_null_pointer_checks
> 
> which is set true if target should not have any null pointer checks 
> discarded after dereferencing.
> 
> target-supports.exp has been modified accordingly to introduce new keyword.
> This is set true for avr-*-* target or any target with it defined in 
> target_info struct
> 
> (The name is a bit long but accurate)
> 
> Tested on AVR and i686 targets. No regressions.
> 
> Ok for 4.4 mainline?

OK.

Please don't top-post, it gets confusing when it's not the convention
for the mailing list.

Janis


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