------- Additional Comments From steven at gcc dot gnu dot org 2005-07-14 09:32 ------- We need a self-contained test case. You have not provided that, so now we cannot reproduce the bug. Please read http://gcc.gnu.org/bugs.html. In this case, I get lots of missing symbols errors at link time: /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../lib/crt1.o(.text+0x18): In function `_start': ../sysdeps/i386/elf/start.S:115: undefined reference to `main' /tmp/ccuZB30b.o(.data+0xf28): undefined reference to `my_mbcharlen_8bit' /tmp/ccuZB30b.o(.data+0xf2c): undefined reference to `my_numchars_8bit' /tmp/ccuZB30b.o(.data+0xf30): undefined reference to `my_charpos_8bit' /tmp/ccuZB30b.o(.data+0xf34): undefined reference to `my_well_formed_len_8bit' /tmp/ccuZB30b.o(.data+0xf38): undefined reference to `my_lengthsp_8bit' /tmp/ccuZB30b.o(.data+0xf3c): undefined reference to `my_numcells_8bit' (etc.) So I can't reproduce your problem.
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18152