cvs commit: src/tools/regression/lib/msun test-lround.c

David Schultz das at FreeBSD.org
Sun Dec 9 12:16:48 PST 2007


das         2007-12-09 20:16:48 UTC

  FreeBSD src repository

  Modified files:
    tools/regression/lib/msun test-lround.c 
  Log:
  gcc 4 does some overzealous constant folding, and since it doesn't
  support FENV_ACCESS, that was causing this test to fail. Use a volatile
  to avoid the constant folding.
  
  Revision  Changes    Path
  1.2       +6 -1      src/tools/regression/lib/msun/test-lround.c


More information about the cvs-src mailing list