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]

gcc/java/parse.y


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


=====
Weiqi Gao
weiqigao@yahoo.com



__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/


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