This is the mail archive of the gcc-patches@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]

Committed: fix PR target/47135


Tested "all-gcc" for i686-pc-linux-gnu X pdp11-aout.

Committed as obvious.
2010-12-31  Joern Rennecke  <amylaar@spamcop.net>

	PR target/47135
	* config/pdp11/pdp11.c (pdp11_asm_print_operand_punct_valid_p): Change
	type to match target.def .

Index: config/pdp11/pdp11.c
===================================================================
--- config/pdp11/pdp11.c	(revision 168374)
+++ config/pdp11/pdp11.c	(working copy)
@@ -770,7 +770,7 @@ pdp11_asm_print_operand (FILE *file, rtx
 }
 
 static bool
-pdp11_asm_print_operand_punct_valid_p (char c)
+pdp11_asm_print_operand_punct_valid_p (unsigned char c)
 {
   return (c == '#' || c == '@');
 }

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