This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Testsuite bugs (corrected)



  In message <199903171726.MAA12089@blastula.phys.columbia.edu>you write:
  > On 17 Mar 1999 10:40:50 +0100, Andreas Schwab wrote:
  > >This fixes the tests gcc.dg/cpp-if1.c and gcc.dg/cpp-if3.c for real so
  > >that they don't spuriously fail.  The last patch i sent was not uptodate,
  > >unfortunately.
  > 
  > ...
  > 
  > >-#if U_MAX == ULL_MAX || LL_MIN == 0 || LL_MAX == -1
  > >+#if U_MAX == ULL_MAX || LL_MIN == 0 || LL_MAX == -1 /* { dg-error "too ma
  > ny `
  > >l'" "too many suffixes" } */
  > 
  > This line should not be generating an error message.  C9x allows two
  > `l' suffixes on an integer constant, and when I tested it both cccp
  > and cpplib got this right.
Zack/Andreas -- I'm going to leave this stuff in your hands.

Zack, when you're happy with these changes, you can approve/install them.

Thanks,
Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]