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: GCC build of HEAD failed for native with your patch on 2004-10-14T18:10:20Z.



On Oct 14, 2004, at 5:08 PM, GCC regression checker wrote:


With your recent patch, GCC HEAD does not compile on:
 native
Attached is build output for those targets.

The build failures are new.

For more information, see http://gcc.gnu.org/regtest/.

<ChangeLog.diff><native-log.txt>--
Geoffrey Keating <geoffk@apple.com>

This was caused by: +2004-10-14 Dhruv Matani <dhruvbird@gmx.net> + + * ext/bitmap_allocator.h: Clean-up add/remove functions. + * src/bitmap_allocator.cc: New file. Contains the out-of-line + function definitions, static initialization of variables, and + explicit instantiations needed for the allocator. + * src/Makefile.am: Add. + * src/Makefile.in: Regenerate. + * config/linker.map.gnu: Add the necessary symbols.

The problem is __unused must be defined to be something different:
        char __unused[aligned_size<sizeof(value_type), 8>::value];

Please fix this problem?

-- Pinski


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