This is the mail archive of the gcc-bugs@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]

Re: bug in egcs-2.91.66


>     /usr/tmp/ccGzquPM.o: In function `main':
>     /usr/tmp/ccGzquPM.o(.text+0xb): undefined reference to `A::A(int (*)[2])'
> 
> instead of (produce by a egcs-2.90.29 980515 (egcs-1.0.3 release)):

Thanks for your report. This is a known issue, but it isn't really
considered a bug. The current mangling ABI defines array mangling to
use the upper array bound instead of the array size, and the
demanglers can't tell whether a name comes from the old or the new
ABI.

Regards,
Martin


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