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 middle-end/21528] [4.0 Regression] Boost shared_ptr_test.cpp fails with -O3


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-12 13:38 -------
Also the other major difference is:
mainline:
-  #   pi_503 = V_MAY_DEF <pi_504>;
-  pi.pn.pi_ = this_45;

4.0.0:
+  #   TMT.242_3 = V_MAY_DEF <TMT.242_66>;
+  pi.pn.pi_ = this_99;

See how we used a TMT in 4.0.0 case and pi on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnovillo at gcc dot gnu dot
                   |                            |org


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


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