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 middle-end/19331] [4.0 Regression] Inefficient code generated for bitfield assignment


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-01 00:32 -------
This changed between 20040708 and 20040709.
Which means that it was most likely caused by:
2004-07-08  Joseph S. Myers  <jsm@polyomino.org.uk>
            Neil Booth  <neil@daikokuya.co.uk>

        PR c/2511
        PR c/3325

Which is what I thought as we get optimial code from the C++ front-end for x86 though on ppc we get 
the same optimial code for both the C and C++ front-ends.

-- 


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


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