OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [other/] [java1.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-options "-w -ansi -pedantic" }
2
 
3
// Copyright (C) 2003 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 23 Oct 2003 
5
 
6
extern "Java" {
7
  class One
8
  {
9
    ~One (); // { dg-error "cannot have a destructor" "" }
10
    One ();
11
  };
12
 
13
  class Two {};
14
 
15
  class Three : One {}; // { dg-error "cannot have an implicit" "" }
16
 
17
  class Four : Two {};
18
 
19
  class Five : Two, Four {}; //  { dg-error "cannot have multiple bases" "" }
20
 
21
  class Six : virtual Two {}; // { dg-error "cannot have virtual base" "" }
22
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.