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/23305] [4.0/4.1/4.2 Regression] Inlining related regression for gcc-4.x



------- Comment #6 from pinskia at gcc dot gnu dot org  2006-06-04 19:58 -------
This was a P2 before P3 became the default.(In reply to comment #4)
>   first$current$current$current.506 = first$current$current$current.506 + 8B;
>   D.34505 = D.34505 + first$current$current$current->value;

If we swaped around those two statements at the tree level, out of SSA would
not have produced an extra assignment.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3


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


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