This is the mail archive of the gcc-patches@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: labels-2.c / -Os fix


On Wed, Apr 26, 2000 at 05:37:51PM +0200, Jan Hubicka wrote:
> The -Os failure at labels-2.c is caused by storing rtx containing LABEL_REF
> into const pool.

For what target is this?  I ask because I don't see this fail
on x86, which is where most of your other work is...

> ... how to handle label_refs correctly, so I am making them all to
> appear different.  This is safe and don't hurt much IMO.

Seems like output_constant_def couldn't really do it's job
this way?  Perhaps you can rely on pointer equivalence of
the referenced CODE_LABEL rather than on the UID?


r~

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