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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr61854-c94.c
blob
64f1e1845c7a476febb0b913d376571aed6d88d3
1
/* PR c/61854 */
2
/* { dg-do preprocess } */
3
/* { dg-options "-std=iso9899:199409" } */
4
5
void
6
foo
(
void
)
7
{
8
// 1st
9
/* { dg-error "C\\+\\+ style comments are not allowed in ISO C90" "comments" { target *-*-*} 8 } */
10
/* { dg-error "reported only once" "" { target *-*-*} 8 } */
11
// 2nd
12
// 3rd
13
}