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
Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
expr
/
call3.C
blob
13bca7170d6a8b18288ad4ee99939df5f2459f48
1
// PR c++/26036
2
// Origin: <ben@pc-doctor.com>
3
// { dg-do compile }
4
5
struct A
6
{
7
int i;
8
};
9
10
A foo(int); /* { dg-message "note: declared here" } */
11
12
int j = foo().i; // { dg-error "too few arguments" }