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/19061] IA64 GCC pointer confusion results in optimization error



------- Comment #5 from ebotcazou at gcc dot gnu dot org  2005-11-11 18:06 -------
I think basereg_operand should not look inside SUBREGs.  Here's an excerpt from
PA's deprecated basereg_operand:

  return (GET_CODE (op) == REG
          && REG_POINTER (op)
          && register_operand (op, mode));

I'm going to attach the proposed fix.


-- 


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


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