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/34831] [4.3 Regression] ICE on gcc.dg/pr34233.c for MIPS



------- Comment #12 from rsandifo at gcc dot gnu dot org  2008-01-19 00:00 -------
Sorry for the delay, been away.  Testing a patch.

As Steven says in comment #10, this is latent mismatch
between the expander and define_insn conditions.  It showed
up when a predicate used in the latter was fixed.

Expanding on what Steven says in comment #9, this only
fails when a MIPS IV or MIPS64 target is chosen, which
is why it didn't show up on my testing.  (I use a
default mips*-linux-gnu configuration, rather than a
--with-arch one.)

Richard


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-01-18 16:50:04         |2008-01-19 00:00:00
               date|                            |


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


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