repo.or.cz
/
official-gcc
/
alias-decl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* config/bfin/bfin.c (effective_address_32bit_p): Return true for
[official-gcc/alias-decl.git]
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
crash6.C
blob
0e49324bf273cbfa31cb26ec736cbf957afff494
1
// { dg-do compile }
2
3
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
4
5
// PR c++/18652: ICE redeclaring variable as template.
6
7
int A; // { dg-error "previous declaration" }
8
template<int> struct A; // { dg-error "different kind of symbol" }