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 16:54:36 -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 #2 from aldot at gcc dot gnu dot org 2007-09-11 16:54 -------
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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33396