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/38405] [4.4 Regression] (silent failure) handling bitfield in ternary



------- Comment #12 from rguenth at gcc dot gnu dot org  2008-12-07 18:52 -------
We now get

  D.1254 = BIT_FIELD_REF <*rfp, 8, 0>;
  D.1255 = D.1254 & 1;
  D.1253 = D.1255 != 0;

which causes missed optimizations.  Jakub - can you disable the bit-field-ref
folding for single tests like this?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu dot org


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


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