[Bug middle-end/21273] New: gensupport.c:collect_insn_data doesn't consider the constraints of match_scratch
hp at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Apr 28 22:58:00 GMT 2005
collect_insn_data is supposed to figure out the max number of constraints, but
doesn't look at the constraints of match_scratch (only match_operand).
Though match_scratch is unlikely to be the only specified constraint in a
pattern (and so unlikely to affect any target), it's nevertheless a bug.
--
Summary: gensupport.c:collect_insn_data doesn't consider the
constraints of match_scratch
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: hp at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: any
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21273
More information about the Gcc-bugs
mailing list