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] |
On Fri, Jun 11, 2004 at 05:41:31PM +0100, Andrew Haley wrote: > case INDIRECT_REF: > + { > + tree t = TREE_OPERAND (expr, 0); > + return (TREE_THIS_NOTRAP (t) == false); So the NOTRAP bit is on the pointer and not the INDIRECT_REF? This seems likely to get lost during gimplification, unless you're taking extra special care... r~
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |