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/38964] New: TBAA side-effects of C++ new still missing


The TBAA side-effects of C++ operator/expression new are still not properly
(read: conservatively correct) handled.  The current implementation idea of
dealing with that in a flow-insensitive way is going to severely pessimize
optimization.

See http://gcc.gnu.org/ml/gcc-patches/2009-01/msg01212.html and followups.


-- 
           Summary: TBAA side-effects of C++ new still missing
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Keywords: wrong-code, alias
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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