This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] gcc/java/except.c does not build
Pop Sébastian <pop@gauvain.u-strasbg.fr> writes:
> On Tue, Aug 05, 2003 at 10:43:34AM +0300, Linus Sjöberg wrote:
> > Current version of gcc/java/except.c in tree-ssa-branch does not build:
> > ../../gcc/gcc/java/except.c: In function `expand_end_java_handler':
> > ../../gcc/gcc/java/except.c:401: syntax error before `outer'
>
> Could you try this patch:
> * except.c (expand_end_java_handler): Move declarations
> on the beginning of the scope.
That patch seems to solve the problem, the file compiles fine after
applying it.
/LS