From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1307 invoked by alias); 30 Jun 2005 05:21:03 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 1285 invoked by uid 48); 30 Jun 2005 05:21:02 -0000 Date: Thu, 30 Jun 2005 05:21:00 -0000 Message-ID: <20050630052102.1284.qmail@sourceware.org> From: "tromey at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20050303173059.20302.steve@netfuel.com> References: <20050303173059.20302.steve@netfuel.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/20302] Problem with sub classes with contructors with exceptions X-Bugzilla-Reason: CC X-SW-Source: 2005-q2/txt/msg00877.txt.bz2 List-Id: ------- 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 not be rejected. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-06-30 05:21:01 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20302