mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
* lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.
This commit is contained in:
@ -34,7 +34,14 @@
|
||||
|
||||
TODO: purge signed_keyword_not_used. */
|
||||
|
||||
set compiler_info "unknown"
|
||||
/* Note the semicolon at the end of this line. Older versions of
|
||||
hp c++ have a bug in string preprocessing: if the last token on a
|
||||
line is a string, then the preprocessor concatenates the next line
|
||||
onto the current line and eats the newline! That messes up TCL of
|
||||
course. That happens with HP aC++ A.03.13, but it no longer happens
|
||||
with HP aC++ A.03.45. */
|
||||
|
||||
set compiler_info "unknown" ;
|
||||
|
||||
#if defined (__GNUC__)
|
||||
#if defined (__GNUC_PATCHLEVEL__)
|
||||
|
Reference in New Issue
Block a user