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: New flag: TREE_THIS_NOTRAP


On Wed, Jun 09, 2004 at 01:44:05PM +0100, Andrew Haley wrote:
> 	* tree.h (TREE_THIS_NOTRAP): New.

Oh, please also check for this in tree_could_trap_p.
And it probably only needs to apply to INDIRECT_REF;
VAR_DECLs and such already cannot trap.


r~


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