repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
obj-c++.dg
/
const-str-2.mm
blob
c406665c57617aec1e68376c575876ffba2e9a5c
1
/* Test the -fconstant-string-class flag error. */
2
/* { dg-do compile } */
3
/* { dg-options "-fconstant-string-class=" } */
4
5
{ dg-error "no class name specified|missing argument" "" { target *-*-* } 0 }
6
7
void foo () {}