re PR java/12866 (gcj checks `throws' clause on artificial method)
authorJeff Sturm <jsturm@one-point.com>
Mon, 3 Nov 2003 03:58:50 +0000 (03:58 +0000)
committerJeff Sturm <jsturm@gcc.gnu.org>
Mon, 3 Nov 2003 03:58:50 +0000 (03:58 +0000)
commit9bcdf7352caa4c4c929fb3cb5699564358cb8772
tree693c37bd0b2829bca5f844560b0d400e36f360a2
parent043022f253be2b1ae926e4745108df0532fded10
re PR java/12866 (gcj checks `throws' clause on artificial method)

Fixes PR java/12866.
* parse.y (resolve_qualified_expression_name): Move test
for outer field access methods from here...
(check_thrown_exceptions) ...to here.

From-SVN: r73210
gcc/java/ChangeLog
gcc/java/parse.y