re PR target/47097 (i686-lynxos fails building dbxout.o)

PR target/47097
	* config/i386/lynx.h (DBX_REGISTER_NUMBER): Add cast to avoid
	mixing signed and unsigned types in conditional expression.

From-SVN: r168349
This commit is contained in:
Joern Rennecke 2010-12-30 18:26:17 +00:00 committed by Joern Rennecke
parent b3c1008c10
commit ae480e548c
2 changed files with 5 additions and 1 deletions

View File

@ -67,6 +67,10 @@
* vmsdbgout.c (vmsdbgout_init): Rename main_input_filename to filename.
(vmsdbgout_finish): Likewise.
PR target/47097
* config/i386/lynx.h (DBX_REGISTER_NUMBER): Add cast to avoid
mixing signed and unsigned types in conditional expression.
2010-12-29 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/47074

View File

@ -51,7 +51,7 @@ along with GCC; see the file COPYING3. If not see
: (n) == 5 ? 7 \
: (n) == 6 ? 5 \
: (n) == 7 ? 4 \
: ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (n) + 8 \
: ((n) >= FIRST_STACK_REG && (n) <= LAST_STACK_REG) ? (int) (n) + 8 \
: (-1))
/* A C statement to output to the stdio stream FILE an assembler