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/56854] [4.9 Regression] error: non-decl/MEM_REF LHS in clobber statement


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|c++                         |tree-optimization
   Target Milestone|---                         |4.9.0
            Summary|error: non-decl/MEM_REF LHS |[4.9 Regression] error:
                   |in clobber statement        |non-decl/MEM_REF LHS in
                   |                            |clobber statement

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-08 11:09:28 UTC ---
It's very likely forwprop that does this.  We should probably disallow
any forwprop into CLOBBER lhs.  CCP will do everything that is allowed.


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