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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.old-deja/] [g++.other/] [crash32.C] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do assemble }
2
// Origin: Jakub Jelinek 
3
 
4
struct foo
5
{
6
  enum e
7
  {
8
    not                         // { dg-error "" }
9
  }; // { dg-bogus "" }
10
  ~foo(); // { dg-bogus "" "" { xfail *-*-* } }
11
  void x (foo *&a, bool b = (unsigned char)0);
12
}; // { dg-bogus "" "" { xfail *-*-* } }
13
 
14
namespace N
15
{
16
  struct bar;
17
 
18
  template
19
  struct baz
20
  {
21
    baz(T *p);
22
  };
23
 
24
  typedef baz c;
25
}
26
 
27
{
28
  int a;
29
};

powered by: WebSVN 2.1.0

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