[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2011-01-10 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25359

Iain Sandoe  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #10 from Iain Sandoe  2011-01-10 20:21:51 
UTC ---
fixed on trunk


[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-04 Thread developer at sandoe-acoustics dot co dot uk


--- Comment #9 from developer at sandoe-acoustics dot co dot uk  2010-04-04 
08:47 ---
indeed, my comment #6 is probably wrong for this PR.

(There are a number of m64 structure size fails across the powerpc compiler -
but that issue could well be different from the objc one which also happens at
m32 for -fgnu-runtime)

Does the problem you identified, Andrew, also account for the
objc/execute/bf-*.m fails for gnu-runtime?

(these are also structure-size issues, but m64-only - therefore, possibly part
of the wider issue).


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread pinskia at gcc dot gnu dot org


--- Comment #8 from pinskia at gcc dot gnu dot org  2010-04-03 18:15 ---
This is just a library side issue.  I have a fix on a branch which rewrites the
library not to use the back-end header files.  But I have not had time to work
on it recently.


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread mrs at gcc dot gnu dot org


--- Comment #7 from mrs at gcc dot gnu dot org  2010-04-03 18:06 ---
The Apple gcc-4.2 tree had a few fixes that improved these tests as I recall. 
I think if we pull the code from darwin_rs6000_special_round_type_align it will
fix this.


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread developer at sandoe-acoustics dot co dot uk


--- Comment #6 from developer at sandoe-acoustics dot co dot uk  2010-04-03 
16:40 ---
(In reply to comment #4)
> These failures...

> FAIL: objc.dg-struct-layout-encoding-1/t024_main.m execution test
> 
> still exist in current gcc trunk on powerpc-apple-darwin9.

these discrepancies in the computation of structure sizes are probably the main
difference in error counts between powerpc and i686 apple-darwin*.

I think this extends across the compiler - and is NOT just an objc problem.


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread howarth at nitro dot med dot uc dot edu


--- Comment #5 from howarth at nitro dot med dot uc dot edu  2010-04-03 
16:37 ---
powerpc64-unknown-linux-gnu doesn't exhibit this problem at either -m32 or
-m64...

http://gcc.gnu.org/ml/gcc-testresults/2010-04/msg00232.html


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread howarth at nitro dot med dot uc dot edu


--- Comment #4 from howarth at nitro dot med dot uc dot edu  2010-04-03 
16:34 ---
These failures...

FAIL: objc.dg-struct-layout-encoding-1/t001_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t005_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t009_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t010_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t013_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t014_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t016_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t017_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t018_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t019_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t020_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t021_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t023_main.m execution test
FAIL: objc.dg-struct-layout-encoding-1/t024_main.m execution test

still exist in current gcc trunk on powerpc-apple-darwin9.


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2010-04-03 Thread howarth at nitro dot med dot uc dot edu


--- Comment #3 from howarth at nitro dot med dot uc dot edu  2010-04-03 
16:32 ---
Created an attachment (id=20303)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20303&action=view)
objc.log with exact failing objc.dg-struct-layout-encoding-1 tests listed 

This is from r157950...

Target: powerpc-apple-darwin9.8.0
Configured with: ../gcc-4.5-20100402/configure --prefix=/sw
--prefix=/sw/lib/gcc4.5 --mandir=/sw/share/man --infodir=/sw/share/info
--enable-languages=
c,c++,fortran,objc,obj-c++,java --with-gmp=/sw --with-libiconv-prefix=/sw
--with-ppl=/sw --with-cloog=/sw --with-mpc=/sw --with-system-zlib --x-include
s=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --enable-checking=release
--disable-libjava-multilib
Thread model: posix
gcc version 4.5.0 20100402 (experimental) (GCC) 
/sw/src/fink.build/gcc45-4.4.999-20100402/darwin_objdir/gcc/xgcc  version 4.5.0
20100402 (experimental) (GCC) 


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2006-10-29 Thread pinskia at gcc dot gnu dot org


--- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-30 06:21 ---
Note I xfailed these testcases.


-- 


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



[Bug libobjc/25359] some objc.dg-struct-layout-encoding-1 failures

2005-12-11 Thread pinskia at gcc dot gnu dot org


--- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-12 05:51 ---
Mine, I am working on this via PR 24775.


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |pinskia at gcc dot gnu dot
   |dot org |org
 Status|UNCONFIRMED |ASSIGNED
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-12-12 05:51:27
   date||


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