This is the mail archive of the gcc@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: Living with native compiler bugs


> Date: Thu, 28 Jun 2001 17:08:47 +0200 (MET DST)
> From: Roman Lechtchinsky <rl@cs.tu-berlin.de>
> To: gcc@gcc.gnu.org

> The other problem is caused by the new target structure which
> replaces the target-specific macros. On the T3E, the standard
> library contains a function with the name `target' which obviously
> leads to a name clash during linking. How should cases like this be
> handled? Should the name of the structure be changed? Is adding
> something like

> #define target t3e_target

> to the target-specific header file acceptable?

This is the standard way to fix problems like this.


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