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: "zack at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Jun 2003 19:17:31 -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
zack at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
------- Additional Comments From zack at gcc dot gnu dot org 2003-06-25 19:17 -------
That should be unnecessary; sparc-sun-solaris should pick up the elfos.h
TARGET_ASM_FILE_START_FILE_DIRECTIVE setting. Setting it unconditionally
in sparc/sparc.c will break older (a.out) targets that don't want a .file
directive.
Please investigate why the elfos.h definition is not getting used.