On Sat, Feb 9, 2013 at 3:49 PM, Jay K wrote:
> problems compiling 4.7, with Solaris cc and/or Solaris CC (C++)
>
>
> 1) ENUM_BITFIELD is not portable. I've reported this before.
>
>
> It should be more like:
>
>
> #ifdef __cplusplus
> #define ENUM_BITFIELD(TYPE, NAME, SIZE) enum TYPE NAME :
On 9 February 2013 23:49, Jay K wrote:
> problems compiling 4.7, with Solaris cc and/or Solaris CC (C++)
>
>
> 1) ENUM_BITFIELD is not portable. I've reported this before.
Have you reported it to bugzilla?
> It is likely that in 4.8 this is moot, as the C++ case will be the only one
> remaining
problems compiling 4.7, with Solaris cc and/or Solaris CC (C++)
1) ENUM_BITFIELD is not portable. I've reported this before.
It should be more like:
#ifdef __cplusplus
#define ENUM_BITFIELD(TYPE, NAME, SIZE) enum TYPE NAME : SIZE
#elif (GCC_VERSION > 2000)
#define ENUM_BITFI
Snapshot gcc-4.7-20130209 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/4.7-20130209/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 4.7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches