[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
14:32 ---
I think I see the same thing at -O2 on a couple of tests on ppc-darwin.

Is the execution a missing symbol?

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
15:31 ---
This fails on PPC-darwin also.

-- 
   What|Removed |Added

 GCC target triplet|mmix-knuth-mmixware |mmix-knuth-mmixware,
   ||powerpc-darwin


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
15:34 ---
I wonder why this does not fail on i686-pc-linux-gnu.

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
15:39 ---
=== objc Summary ===

# of expected passes1309
# of unexpected failures328
# of unresolved testcases   3
# of unsupported tests  1

Those are what I get on ppc-darwin, bad, very bad.

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-26 
15:52 ---
I think libobjc is also being miscompiled which is why some fails at -O0.

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-26 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2005-07-26 20:10 
---
Not sure it if matters, but for the record.  I can't really parse the question 
in
comment #5, but from the log quote in the description; objc runtime: cannot
find class Object I guess the answer is yes.  (It's an execution failure, not
a link failure.)

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-04 Thread hp at gcc dot gnu dot org

--- 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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-07-04 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-04 
23:32 ---
(In reply to comment #3)
 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:

That is the date which unit-at-a-time was enabled at -O1.  So it looks like it 
was Jan's change which 
caused it.  Though I don't know why it passes on i686-pc-linux-gnu.

-- 


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


[Bug middle-end/21992] [4.1 regression] testsuite failure: many objc execution tests fail, first objc/execute/_cmd.m execution

2005-06-18 Thread hp at gcc dot gnu dot org

--- Additional Comments From hp at gcc dot gnu dot org  2005-06-18 16:10 
---
Also observed on cris-elf and cris-axis-linux-gnu, same timeframe and ever
since.


-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-06-18 16:10:15
   date||
Summary|[4.1 regression] mmix-knuth-|[4.1 regression] testsuite
   |mmixware testsuite failure: |failure: many objc execution
   |many objc execution tests   |tests fail, first
   |fail, first |objc/execute/_cmd.m
   |objc/execute/_cmd.m |execution
   |execution   |


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