This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11318] [3.4 regresssion] Spurious bootstrap comparison failures on sparc-sun-solaris
- From: "ehrhardt at mathematik dot uni-ulm dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jun 2003 08:24:50 -0000
- Subject: [Bug bootstrap/11318] [3.4 regresssion] Spurious bootstrap comparison failures on sparc-sun-solaris
- References: <20030625112358.11318.ehrhardt@mathematik.uni-ulm.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11318
------- Additional Comments From ehrhardt at mathematik dot uni-ulm dot de 2003-06-27 08:24 -------
Subject: Re: [3.4 regresssion] Spurious bootstrap comparison failures on sparc-sun-solaris
We're getting closer:
On Thu, Jun 26, 2003 at 04:04:52PM -0000, zack at codesourcery dot com wrote:
> > Unless I'm missing something gcc/config/elfos.h doesn't have a definition
> > for the TARGET_ASM_FILE_START_FILE_DIRECTIVE macro. [ ... ]
^^^^^^^
> It's right here:
> [ ... ]
> | #define ASM_FILE_START_FILE_DIRECTIVE true
^^
TARGET_ASM_FILE_START_FILE_DIRECTIVE is used all over gcc and documented
in gcc.int.
ASM_FILE_START_FILE_DIRECTIVE (note the missing TARGET_ prefix) is defined
in elfos.h and a few other files but never really used.
regards Christian