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 bootstrap/11318] [3.4 regresssion] Spurious bootstrap comparison failures on sparc-sun-solaris


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


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