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 tree-optimization/38885] missed FRE with BIT_FIELD_REF and vectors


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-09-24 18:38:58 UTC ---
  global_res = { 0.0, 0.0, 0.0, 2.0e+0 };
  x.0_4 = BIT_FIELD_REF <global_res, 32, 0>;
  x = x.0_4;
  return 0;

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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