51 GCC HEAD regressions, 40 new, with your patch on 2005-10-14T21:55:43Z.

Mark Mitchell mark@codesourcery.com
Sun Oct 16 17:29:00 GMT 2005


Paolo Carlini wrote:

> Will look into it, maybe a #pragma GCC system_header is missing and the
> warning was wrongly not emitted because of the bug...

If that is not the problem, let me know, and I will investigate.

(You could of course do this portably by using template specializations
based on the size of size_t;

  template <>
  struct __the_value<8> {
    static const long long = ...;
  }

and so forth....)

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304



More information about the Gcc-regression mailing list