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/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution


------- Additional Comments From hp at gcc dot gnu dot org  2005-07-04 23:21 -------
There was a change of behavior between
LAST_UPDATED "Sun Jun 19 20:05:45 UTC 2005" and "Mon Jun 27 21:26:27 UTC 2005";
some tests now fail at -O1.  So whatever pass now runs at -O1 that used to run
at -O2 and higher seems the culprit.  With "Mon Jul  4 10:24:52 UTC 2005" these
tests still fail.  Complete list of new objc failures introduced between the two
first dates:
objc/execute/accessing_ivars.m execution,  -O1
objc/execute/bycopy-2.m execution,  -O1
objc/execute/bycopy-3.m execution,  -O1
objc/execute/cascading-1.m execution,  -O1
objc/execute/class-1.m execution,  -O1
objc/execute/class-10.m execution,  -O1
objc/execute/class-11.m execution,  -O1
objc/execute/class-12.m execution,  -O1
objc/execute/class-13.m execution,  -O1
objc/execute/class-14.m execution,  -O1
objc/execute/class-2.m execution,  -O1
objc/execute/class-3.m execution,  -O1
objc/execute/class-4.m execution,  -O1
objc/execute/class-5.m execution,  -O1
objc/execute/class-6.m execution,  -O1
objc/execute/class-7.m execution,  -O1
objc/execute/class-8.m execution,  -O1
objc/execute/class-9.m execution,  -O1
objc/execute/compatibility_alias.m execution,  -O1
objc/execute/enumeration-1.m execution,  -O1
objc/execute/enumeration-2.m execution,  -O1
objc/execute/formal_protocol-1.m execution,  -O1
objc/execute/formal_protocol-2.m execution,  -O1
objc/execute/formal_protocol-3.m execution,  -O1
objc/execute/formal_protocol-4.m execution,  -O1
objc/execute/formal_protocol-7.m execution,  -O1
objc/execute/function-message-1.m execution,  -O1
objc/execute/no_clash.m execution,  -O1
objc/execute/object_is_class.m execution,  -O1
objc/execute/object_is_meta_class.m execution,  -O1


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-06-18 16:10:15         |2005-07-04 23:21:14
               date|                            |


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


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