URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [ptrmem2.C] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 2 Dec 2004 <nathan@codesourcery.com>
// PR 18782: ICE with ptr-to-member
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
namespace A {}
int A::* p; // { dg-error "is a namespace" "" }
Go to most recent revision | Compare with Previous | Blame | View Log