This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug java/20312] No warning on bad method


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-03-04 15:04 -------
Confirmed, reduced self contained testcase:
class t
{
  public String toString()  throws java.io.IOException
  {return "";}
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |accepts-invalid
      Known to fail|                            |4.1.0
   Last reconfirmed|0000-00-00 00:00:00         |2005-03-04 15:04:44
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20312


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