This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49650] New: MIPS should not use target_flags_explicit in insn conditions
- From: "jsm28 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 5 Jul 2011 19:45:21 +0000
- Subject: [Bug target/49650] New: MIPS should not use target_flags_explicit in insn conditions
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49650
Summary: MIPS should not use target_flags_explicit in insn
conditions
Product: gcc
Version: 4.6.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: jsm28@gcc.gnu.org
Target: mips*-*-*
As explained in http://gcc.gnu.org/ml/gcc-patches/2010-10/msg00215.html MIPS
should not be using target_flags_explicit directly in macros such as
GENERATE_LL_SC and GENERATE_SYNC that are used in insn conditions; it should
only be used as part of initial option processing (no later than the option
override hook) to determine other state that then gets used in insn conditions
and elsewhere to control the code to generate.