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]
Other format: [Raw text]

[Bug middle-end/20524] [4.0/4.1 regression] cris-axis-elf testsuite failures: gcc.c-torture/compile/20011119-1.c and -2


------- Additional Comments From danglin at gcc dot gnu dot org  2005-03-19 16:15 -------
What I was trying to indicate in the previous comment is that aliases
can be created on targets that don't support ASM_OUTPUT_DEF by emitting
the labels at the same time as the target label.

This happens in the case of thunk functions on hppa2.0w-hp-hpux11.11
where we have a local label for the thunk function as well as the normal
function label.

I believe that we were previously doing this for aliases that didn't
yet have a non-external definition for the target.  It would seem that when
-funit-at-a-time is specified that it might always be possible to emit the
label for the alias together with the label for the target.


-- 


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


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