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 c++/27826] [4.0/4.1 Regression] ICE in copy_to_mode_reg



------- Comment #17 from rguenth at gcc dot gnu dot org  2007-01-05 13:06 -------
But of course at least after SRA we miss a NOP_EXPR on the initialization:

  intD.2 SR.40D.1798;
  short intD.12 SR.39D.1797;
  short intD.12 test$typeD.1796;
  short intD.12 D.1745;
  short intD.12 D.1744;

  SR.39D.1797_10 = SR.40D.1798_9;
  D.1744_4 = SR.39D.1797_10;
  D.1745_6 = test$typeD.1796_11;


-- 


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


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