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
* g++.dg/cpp1z/cplusplus.C: Test that __cplusplus is equal to 201703L.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg6.C
blob
827b605b77eca670af45ca654ac5731220b68302
1
// { dg-do compile }
2
3
// Origin: Falk Hueffner <falk@debian.org>
4
5
// PR c++/13166: ICE default function argument for friend declaration.
6
7
namespace sc_dt {
8
class sc_length_param {
9
friend int compare_unsigned(int if_v_signed = 0) {}
10
};
11
}