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]

Re: optimization/5422: powerpc -O2 -fssa -fdce misoptimization


Synopsis: powerpc -O2 -fssa -fdce misoptimization

Responsible-Changed-From-To: unassigned->dje
Responsible-Changed-By: dje
Responsible-Changed-When: Wed Mar 13 14:26:38 2002
Responsible-Changed-Why:
    powerpc
State-Changed-From-To: open->closed
State-Changed-By: dje
State-Changed-When: Wed Mar 13 14:26:38 2002
State-Changed-Why:
    @item -fssa
    @opindex fssa
    Perform optimizations in static single assignment form.  Each function's
    flow graph is translated into SSA form, optimizations are performed, and
    the flow graph is translated back from SSA form.  Users should not
    specify this option, since it is not yet ready for production use.
    
    @item -fdce
    @opindex fdce
    Perform dead-code elimination in SSA form.  Requires @option{-fssa}.  Like
    @option{-fssa}, this is an experimental feature.
    
    The SSA optimizations are experimental and should not be
    used.  The options are known to produce incorrect results.
    Until these options are supported for production use, bug
    reports cannot be addressed.  If you want to help with the
    development of these types of optimizations, please contact
    the developers directly.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5422


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