This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2006 23:50:25 -0000
- Subject: [Bug other/29639] [4.3 regression] ext/bitmap_allocator/check_allocate_max_size.cc execution test
- References: <bug-29639-133@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #32 from bkoz at gcc dot gnu dot org 2006-11-06 23:50 -------
Dunno. However, this bit is the same for gcc and gcc-4_2-branch on my system.
There are, however, other differences between the gcc and gcc-4_2-branch files:
%diff gcc/auto-host.h ../gcc-4_2-branch/gcc/auto-host.h
*** gcc/auto-host.h 2006-11-06 09:23:47.000000000 +0100
--- ../gcc-4_2-branch/gcc/auto-host.h 2006-11-05 12:00:38.000000000 +0100
***************
*** 204,216 ****
#endif
- /* Define if your assembler supports the subtraction of symbols in different
- sections. */
- #ifndef USED_FOR_TARGET
- #define HAVE_AS_IX86_DIFF_SECT_DELTA 1
- #endif
-
-
/* Define if your assembler supports the ffreep mnemonic. */
#ifndef USED_FOR_TARGET
#define HAVE_AS_IX86_FFREEP 1
--- 204,209 ----
***************
*** 241,264 ****
#endif
- /* Define if your assembler supports mffgpr and mftgpr. */
- #ifndef USED_FOR_TARGET
- /* #undef HAVE_AS_MFPGPR */
- #endif
-
-
/* Define if your assembler supports the -no-mul-bug-abort option. */
#ifndef USED_FOR_TARGET
/* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
#endif
- /* Define if the assembler understands -mno-shared. */
- #ifndef USED_FOR_TARGET
- /* #undef HAVE_AS_NO_SHARED */
- #endif
-
-
/* Define if your assembler supports offsetable %lo(). */
#ifndef USED_FOR_TARGET
/* #undef HAVE_AS_OFFSETABLE_LO10 */
--- 234,245 ----
***************
*** 903,915 ****
/* Define if your linker supports --eh-frame-hdr option. */
#define HAVE_LD_EH_FRAME_HDR 1
- /* Define if your linker supports garbage collection of sections in presence
- of EH frames. */
- #ifndef USED_FOR_TARGET
- #define HAVE_LD_EH_GC_SECTIONS 1
- #endif
-
-
/* Define if your PowerPC64 linker only needs function descriptor syms. */
#ifndef USED_FOR_TARGET
/* #undef HAVE_LD_NO_DOT_SYMS */
--- 884,889 ----
***************
*** 1280,1286 ****
/* Define to PREFIX/include if cpp should also search that directory. */
#ifndef USED_FOR_TARGET
! #define PREFIX_INCLUDE_DIR "/mnt/share/bld/H-x86-gcc/include"
#endif
--- 1254,1260 ----
/* Define to PREFIX/include if cpp should also search that directory. */
#ifndef USED_FOR_TARGET
! #define PREFIX_INCLUDE_DIR "/mnt/share/bld/H-x86-gcc-4_2-branch/include"
#endif
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29639