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
* c-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.oliva
/
friend1.C
blob
63626078021ea1b7d9815da30d07a18823d4ba3b
1
// { dg-do assemble }
2
3
// Copyright (C) 2001 Free Software Foundation
4
5
// by Alexandre Oliva <aoliva@redhat.com>
6
7
// We shouldn't warn about bar referring to a non-template in this case.
8
9
template <typename T>
10
class foo {
11
friend int bar(int);
12
};