This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

Re: gcc/java/parse.y


Weiqi Gao wrote:

> While building gcc-20010514, I encountered several
> problems:
>
> 1. A bison flag of "--name-prefix=java_" is used which
> tripped bison 1.22 which understood "-p java_" but not
> the long command line.
>
> 2. After I passed that, I encountered three
> redeclarations in gcc/java/parse.y:
>
> unary_expression_not_plus_minus
> class_member_declaration
> interface_type_list

Maybe you need a newer bison. My linux distribution comes with v1.28.

regards

  [ bryce ]



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