projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d7b65
)
* gcc.dg/cpp/if-2.c: Fix bogus update.
author
Neil Booth
<neil@gcc.gnu.org>
Thu, 11 Jan 2001 08:11:29 +0000
(08:11 +0000)
committer
Neil Booth
<neil@gcc.gnu.org>
Thu, 11 Jan 2001 08:11:29 +0000
(08:11 +0000)
From-SVN: r38897
gcc/testsuite/gcc.dg/cpp/if-2.c
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gcc.dg/cpp/if-2.c
b/gcc/testsuite/gcc.dg/cpp/if-2.c
index 4b9d28821adb223cc205119cd62a564452a48d6a..9a0096042b2e62e35530e1726f0c9601ea15859e 100644
(file)
--- a/
gcc/testsuite/gcc.dg/cpp/if-2.c
+++ b/
gcc/testsuite/gcc.dg/cpp/if-2.c
@@
-14,7
+14,7
@@
#endif
#if L'\x1234' != 0x1234
-#error 0x
feed /* { dg-bogus "error" "wide charconst recognition 2
" } */
+#error 0x
1234 /* { dg-bogus "error" "wide charconst recognition 3
" } */
#endif
#if 'abcd' /* { dg-warning "multi-character character constant" "multi-character charconst" } */