mirror of git://gcc.gnu.org/git/gcc.git
* g++.dg/ext/utf-cvt-char8_t.C: Pass -fsigned-char.
From-SVN: r267942
This commit is contained in:
parent
99063eeecb
commit
f60026c5a9
|
|
@ -1,7 +1,7 @@
|
||||||
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
|
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
|
||||||
/* Test the char8_t promotion rules. */
|
/* Test the char8_t promotion rules. */
|
||||||
/* { dg-do compile { target c++11 } } */
|
/* { dg-do compile { target c++11 } } */
|
||||||
/* { dg-options "-fchar8_t -Wall -Wconversion -Wsign-conversion -Wsign-promo" } */
|
/* { dg-options "-fchar8_t -fsigned-char -Wall -Wconversion -Wsign-conversion -Wsign-promo" } */
|
||||||
|
|
||||||
extern void f_c (char);
|
extern void f_c (char);
|
||||||
extern void fsc (signed char);
|
extern void fsc (signed char);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue