This is the mail archive of the gcc-regression@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]
Other format: [Raw text]

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


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


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