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]
Other format: [Raw text]

Re: V3 PATCH: numeric_limits<> support, fix PR/3865


This patch causes problems building x86 cross v850-elf, and arm-elf toolchains
which both fail with

/usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:56: error: excess elements
   in aggregate initializer
/usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:58: error: excess elements
   in aggregate initializer
/usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:60: error: excess elements
   in aggregate initializer
/usr/local/src/uberbaum/libstdc++-v3/src/limits.cc:62: error: excess elements
   in aggregate initializer

I suspect that other ports are also affected.

Graham



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