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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error-column.C
blob
18dc4633a5d33b8df46c940a99f2b256094d5a0d
1
// { dg-do compile }
2
// Make sure column information is correctly shown in error reporting
3
// { dg-options "-fshow-column" }
4
5
6
void foo ()
7
{
8
cout << "blah"; // { dg-error "3:'cout'" }
9
}