OSDN Git Service

Update regexps for modified error messages
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Apr 2000 01:44:12 +0000 (01:44 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Apr 2000 01:44:12 +0000 (01:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32895 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.dg/cpp-if1.c

index d3b078f..9b7c8d3 100644 (file)
 #if 1.2 /* { dg-error "loating point numbers" "floating point in #if" } */
 #endif
 
-#if 4uu /* { dg-error "(too many|two) `u'" "too many suffixes" } */
+#if 4uu /* { dg-error "too many 'u'" "too many suffixes" } */
 #endif
 
-#if 124123231lll /* { dg-error "too many `l'" "too many suffixes" } */
+#if 124123231lll /* { dg-error "too many 'l'" "too many suffixes" } */
 #endif
 
 #if 099 /* { dg-error "digits beyond the radix" "decimal in octal constant" } */