This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/33396] add --enable-intermodule
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2007 17:58:17 -0000
- Subject: [Bug c/33396] add --enable-intermodule
- References: <bug-33396-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from aldot at gcc dot gnu dot org 2007-09-11 17:58 -------
(In reply to comment #2)
> With trunk r127829, this currently gives:
>
> /scratch/obj.i686/gcc-4.3/./prev-gcc/libgcc.a(libgcc_onestep.o): In function
> `isinfd128':
> ../../../../src/gcc-4.3/libgcc/config/libbid/_isinfd128.c:38: undefined
> reference to `__bid128_isInf'
> collect2: ld returned 1 exit status
> make[3]: *** [cc1-dummy] Error 1
>
> The very same thing happens with pristine trunk, where linking doesn't fail,
> though.
>
Janis will fix this.
@@ -478,7 +512,7 @@
ifneq ($(D32PBIT)$(D64PBIT)$(D128PBIT),)
ifeq ($(enable_decimal_float),bid)
dfp-filenames += decimal_globals decimal_data binarydecimal \
- _isinfd32 _isinfd64 _isinfd128 bid64_noncomp \
+ _isinfd32 _isinfd64 _isinfd128 bid64_noncomp bid128_noncomp \
bid128_fma bid_round bid_from_int convert_data \
bid64_add bid128_add bid64_div bid128_div \
bid64_mul bid128_mul bid64_compare bid128_compare \
libgcc/ChangeLog:
2007-09-11 Bernhard Fischer <>
* Makefile.in: Compile bid128_noncomp.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33396