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/42898] [4.3/4.4/4.5 Regression] volatile structures and compound literal initializers



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-01-30 18:08 -------
Martin - we recently regressed here due to SRA.  Even for f2 we now decompose
the assigment to *ptr, even though that will create extra volatile accesses.

I have a patch for the gimplifier bits (to be attached).


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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