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/30930] [4.3 Regression] vector can cause to create an extra variable, DECL_GIMPLE_REG_P not recomputed



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-01-13 14:46 -------
It indeed works on the 4.2 branch where the loads magically disappear with the
first may_alias pass.  Possibly because it doesn't pay attention to whether
DECL_GIMPLE_REG is set or not.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |missed-optimization
      Known to work|                            |4.2.3
   Last reconfirmed|0000-00-00 00:00:00         |2008-01-13 14:46:12
               date|                            |
            Summary|[4.3 Regression] vector can |[4.3 Regression] vector can
                   |cause to create an extra    |cause to create an extra
                   |variable                    |variable, DECL_GIMPLE_REG_P
                   |                            |not recomputed


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


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