[Bug java/20302] Problem with sub classes with contructors with exceptions

2007-01-09 Thread tromey at gcc dot gnu dot org
--- Comment #6 from tromey at gcc dot gnu dot org 2007-01-09 20:47 --- All gcj front end bugs have been fixed by the gcj-eclipse branch merge. I'm mass-closing the affected PRs. If you believe one of these was closed in error, please reopen it with a note explaining why. Thanks. -- t

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-06-29 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-06-30 05:21 --- Note that Test2.java actually is invalid code. Unlike anonymous constructors, implicit constructors are not given any special treatment when it comes to 'throws' clauses. Test.java is valid code and should n

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-03-03 Thread steve at netfuel dot com
--- Additional Comments From steve at netfuel dot com 2005-03-03 19:31 --- I have looked for this bug and did not see one. 15501 is similar but is not the same problem or is a subset of the problems defined in my report. As my bug also affects any Extends with Exceptions defined in the

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-03-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-03 18:42 --- I think this is a dup of another bug, but I am too lazy to find the bug right now. -- What|Removed |Added ---

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-03-03 Thread steve at netfuel dot com
-- What|Removed |Added Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20302

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-03-03 Thread steve at netfuel dot com
--- Additional Comments From steve at netfuel dot com 2005-03-03 17:33 --- Created an attachment (id=8318) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8318&action=view) Straigt sub class test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20302

[Bug java/20302] Problem with sub classes with contructors with exceptions

2005-03-03 Thread steve at netfuel dot com
--- Additional Comments From steve at netfuel dot com 2005-03-03 17:32 --- Created an attachment (id=8317) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8317&action=view) Inner class test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20302