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] Fix alpha and arm bootstrap failures


On Tue, Feb 25, 2003 at 12:18:37PM -0700, Roger Sayle wrote:
> My controversial approach is that the code below that attaches
> REG_EQUAL notes to libcalls with the intent of allowing them to
> be CSE'd is incorrect and inappropriate.

I disagree strongly.  If you make this change you'll
completely disable __attribute__((const)) and ((pure)).

We do what we do with EXPR_LIST so that we can represent
any arbitrary function call.  Your code in GCSE will
just have to deal with that.


r~


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