------- Additional Comments From hjl at lucon dot org  2005-04-17 18:01 -------
.L_ZN4java4util7logging6Logger7getNameEv13 is a local alias of
_ZN4java4util7logging6Logger7getNameEv. When
_ZN4java4util7logging6Logger7getNameEv is discarded, I am trying
to figure out what happened to .L_ZN4java4util7logging6Logger7getNameEv13.
My simple testcase indicates linker will issue an error. But gcc
shouldn't use .L_ZN4java4util7logging6Logger7getNameEv13 when
_ZN4java4util7logging6Logger7getNameEv is a link once symbol. It
should use _ZN4java4util7logging6Logger7getNameEv directly.

I think this bug affects all link once targets. It is just that it
shows up on ia64 immediately.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21070

Reply via email to