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
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error3.C
blob
cf01dbe6da4a3930153af5b9a376ec1c8d6576cc
1
// { dg-options "-fshow-column" }
2
// PR c++/10779
3
4
static void InstantiateConstraint(const float&, unsigned,
5
void(*AddFunction)(const TYPE&,bool&,
6
char*, char*,
7
unsigned*));
8
// { dg-error "60: 'TYPE' does not name a type" "does not" { target *-*-* } 5 }