public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/24186]  New: interface and extends does not cause us to reject invalid code
@ 2005-10-03 23:53 pinskia at gcc dot gnu dot org
  2005-10-30 23:22 ` [Bug java/24186] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-03 23:53 UTC (permalink / raw)
  To: gcc-bugs

interface a
{
  void f();
}

class b
{
  void f(){}
}
class d extends b implements a
{
 void f(){}
  static public void main(String args[])
  {
    d eee = new d();
    eee.f();
  }
}


-- 
           Summary: interface and extends does not cause us to reject
                    invalid code
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org


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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-09 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-03 23:53 [Bug java/24186] New: interface and extends does not cause us to reject invalid code pinskia at gcc dot gnu dot org
2005-10-30 23:22 ` [Bug java/24186] [3.4/4.0/4.1 Regression] " pinskia at gcc dot gnu dot org
2005-11-12  5:50 ` pinskia at gcc dot gnu dot org
2006-02-28 20:40 ` [Bug java/24186] [3.4/4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2006-05-25  2:46 ` [Bug java/24186] [4.0/4.1/4.2 " mmitchel at gcc dot gnu dot org
2007-01-09 20:54 ` [Bug java/24186] [4.0/4.1/4.2/4.3 " tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).