Commit bad3c76d by Zack Weinberg

Update regexps for modified error messages

From-SVN: r32895
parent 6719cc92
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
#if 1.2 /* { dg-error "loating point numbers" "floating point in #if" } */ #if 1.2 /* { dg-error "loating point numbers" "floating point in #if" } */
#endif #endif
#if 4uu /* { dg-error "(too many|two) `u'" "too many suffixes" } */ #if 4uu /* { dg-error "too many 'u'" "too many suffixes" } */
#endif #endif
#if 124123231lll /* { dg-error "too many `l'" "too many suffixes" } */ #if 124123231lll /* { dg-error "too many 'l'" "too many suffixes" } */
#endif #endif
#if 099 /* { dg-error "digits beyond the radix" "decimal in octal constant" } */ #if 099 /* { dg-error "digits beyond the radix" "decimal in octal constant" } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment