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]
Other format: [Raw text]

Re: RFHelp: c-decl.c rewrite 2/3


Hi Zack,

> So here's the present state of the second stage of my c-decl.c
> rewrite.

Great!  I tested your patch on h8300-hms.  The result follows.

> FAIL: gcc.c-torture/compile/20011119-2.c, -O1 (test for excess errors)

I also get this on h8300-hms.  There is one more new.

+FAIL: gcc.c-torture/execute/20011114-1.c compilation,  -O2 

I get

20011114-1.c:4: internal compiler error: in find_function_data, at function.c:315

The testcase is reduced to

int
foo (int bar)
{
  return bar;
}

extern int foo (int);

Several testcases that seem to be related to the scope problem are
gone!

-FAIL: gcc.c-torture/compile/20000511-1.c (test for excess errors)
-FAIL: gcc.c-torture/execute/20000412-3.c compilation,  -O3 -g 
-FAIL: gcc.c-torture/execute/921202-1.c compilation,  -O3 -g 
-FAIL: gcc.c-torture/execute/930111-1.c compilation,  -O3 -g 
-FAIL: gcc.c-torture/execute/931009-1.c compilation,  -O3 -g 

> FAIL: gcc.c-torture/compile/20031113-1.c, -O2
> FAIL: gcc.c-torture/compile/900313-1.c, -O2
> FAIL: gcc.c-torture/compile/950618-1.c, -O2

I don't get these on h8300-hms.

For some reason, the testsuite terminated with some strange error, so
I am rerunning the testsuite now to see if that's a reproducible
problem.

Kazu Hirata


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