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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash15.C
blob
afad4c1fe592da267808c254438c8f6d58ba6544
1
// { dg-do compile }
2
3
// Copyright (C) 2001 Free Software Foundation, Inc.
4
// Contributed by Nathan Sidwell 29 Jun 2004 <nathan@codesourcery.com>
5
6
// Origin: Volker Reichelt <reichelt@gcc.gnu.org>
7
// Bug 16260. ICE
8
9
template<typename T> int foo() { return T::X::Y; }