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/17064] -falias-noargument-global doesn't eliminate dead stores/loads



------- Comment #17 from steven at gcc dot gnu dot org  2010-07-13 10:21 -------
>From common.opt r161963:

fargument-alias
Common
Does nothing. Preserved for backward compatibility.

fargument-noalias
Common
Does nothing. Preserved for backward compatibility.

fargument-noalias-global
Common
Does nothing. Preserved for backward compatibility.

fargument-noalias-anything
Common
Does nothing. Preserved for backward compatibility.

This was changed in http://gcc.gnu.org/viewcvs?view=revision&revision=158060


The test case of comment #1 is now optimized on GIMPLE at -O2.


Richi, what should be done with this bug report, now that the flag doesn't even
exist anymore?


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|NEW                         |WAITING


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


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