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]

[patch committed] Fix IA64 bootstrap failure


Hi,

The IA64 bootstrap failure was caused by the recent CALL_EXPR
representation changes due to ia64_expand_builtin not being updated to
use the new accessor macros for accessing the different operands of
the input expression. This resulted in the ICE reported by Grigory
Zagorodnev earlier today in this message:
http://gcc.gnu.org/ml/gcc/2007-02/msg00404.html

The simple patch attached has been committed under the obvious rule
after receiving confirmation from Grigory that it fixes the bootstrap
failure in the thread linked to above.

Cheers,
Lee.

Attachment: patch.txt
Description: Text document


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