This is the mail archive of the gcc-patches@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]

Re: ObjC test (was Re: PATCH: XFAIL tests that aren't regressions)


On Wednesday 02 May 2001 02:54, Stan Shebs wrote:
> Franz Sirl wrote:
> > Well, I just fixed the 73 FAILS for ObjC (if someone OK's the patch),
>
> Really??  Until a couple hours ago, the compiler crashed on the
> formal-protocol-*.m tests.  Are you sure they actually got compiled
> and run when you did them?

I mean compilation failures. Try checking a --enable-shared compiler on a 
non-gcc3 machine and you'll see what I mean. The tests start to work as soon 
as you install the compiler, that's why a lot of developers don't see it. 
This is a fallout of the shared libgcc stuff. The fix is a bit ugly cause 
ObjC, unlike the other frontends, has no own lang_specific_driver() routine, 
but instead shares it with C.

With my patch only the 3 protocol-related FAILs remained, so you are 
partially right, I fixed only 70.

Franz.


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