* g++.dg/ext/utf-cvt-char8_t.C: Pass -fsigned-char.

From-SVN: r267942
This commit is contained in:
Jason Merrill 2019-01-15 13:26:00 -05:00
parent 99063eeecb
commit f60026c5a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* Contributed by Kris Van Hees <kris.van.hees@oracle.com> */
/* Test the char8_t promotion rules. */
/* { 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 fsc (signed char);