Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: gcc/gcc/testsuite/gcc.dg/utf-cvt.c

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/utf-array.c ('k') | gcc/gcc/testsuite/gcc.dg/utf32-2.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/utf-cvt.c
diff --git a/gcc/gcc/testsuite/gcc.dg/utf-cvt.c b/gcc/gcc/testsuite/gcc.dg/utf-cvt.c
index 4c82dda2f7d4d9b845780bd8d834c71c8b588e6e..7f51179eeb47d624393df3c705bbda6b9cf1e037 100644
--- a/gcc/gcc/testsuite/gcc.dg/utf-cvt.c
+++ b/gcc/gcc/testsuite/gcc.dg/utf-cvt.c
@@ -44,11 +44,11 @@ void m (char16_t c0, char32_t c1)
f_c (c1); /* { dg-warning "alter its value" } */
fsc (c1); /* { dg-warning "alter its value" } */
fuc (c1); /* { dg-warning "alter its value" } */
- f_s (c1); /* { dg-warning "alter its value" "" { target { ! "avr-*-*" } } } */
- fss (c1); /* { dg-warning "alter its value" "" { target { ! "avr-*-*" } } } */
- fus (c1); /* { dg-warning "alter its value" "" { target { ! "avr-*-*" } } } */
- f_i (c1); /* { dg-warning "change the sign" } */
- fsi (c1); /* { dg-warning "change the sign" } */
+ f_s (c1); /* { dg-warning "alter its value" } */
+ fss (c1); /* { dg-warning "alter its value" } */
+ fus (c1); /* { dg-warning "alter its value" } */
+ f_i (c1); /* { dg-warning "change the sign" "" { target { ! int16 } } } */
+ fsi (c1); /* { dg-warning "change the sign" "" { target { ! int16 } } } */
fui (c1);
f_l (c1); /* { dg-warning "change the sign" "" { target { llp64 || ilp32 } } } */
fsl (c1); /* { dg-warning "change the sign" "" { target { llp64 || ilp32 } } } */
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/utf-array.c ('k') | gcc/gcc/testsuite/gcc.dg/utf32-2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698