This is the mail archive of the gcc-bugs@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]

[Bug target/32753] [4.2 Regression] building a crosscompiler for arm-elf fails because of an error in cirrus.md



------- Comment #4 from pbrook at gcc dot gnu dot org  2007-07-16 01:04 -------
Builds fine for me.

The bogus constraint is in a pattern that is never used - the predicate is
"TARGET_ARM && TARGET_HARD_FLOAT && TARGET_MAVERICK && 0 [...]"

gen* are clever enough to eliminate it before it causes problems.
My guess is you broke genconditions by overriding CFLAGS.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32753


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