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
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Wno-c++-compat.c
blob
b1f3cf26f5792321c3684e668a1afe2c9bc92325
1
/* Copyright (C) 2005 Free Software Foundation.
2
3
by Gabriel Dos Reis <gdr@integrable-solutions.net> */
4
5
/* { dg-do compile } */
6
/* { dg-options "-Wno-c++-compat" } */
7
8
extern
const int
foo
=
42
;
/* { dg-error "initialized and declared" } */
9