repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash29.C
blob
29ede042b9f9b7c94070d15af523bb832d1cab0e
1
// Copyright (C) 2005 Free Software Foundation, Inc.
2
// Contributed by Nathan Sidwell 23 Aug 2005 <nathan@codesourcery.com>
3
4
// PR 22454: ICE
5
// Origin: Volker Reichelt reichelt@gcc.gnu.org
6
7
template<int> struct A
8
{
9
A(void* = &operator new);
10
};