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/7282] unrecognizable insn



------- Comment #9 from pinskia at gcc dot gnu dot org  2008-09-15 22:13 -------
I wonder if this changed really with:
  /* Subregs involving floating point modes are not allowed to
     change size.  Therefore (subreg:DI (reg:DF) 0) is fine, but
     (subreg:SI (reg:DF) 0) isn't.  */

In validate_subreg.

Or even:
  /* For hard registers, we already have most of these rules collected in
     subreg_offset_representable_p.  */
Which uses CANNOT_CHANGE_MODE_CLASS.
So this subreg can never show up any more.


-- 


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


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