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]

clarify warning message


        * expr.c (emit_move_insn_1): Clarify cannot_inline message.

Index: expr.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/expr.c,v
retrieving revision 1.213
diff -u -p -d -r1.213 expr.c
--- expr.c	2000/03/13 22:54:03	1.213
+++ expr.c	2000/03/19 01:54:53
@@ -2668,7 +2668,7 @@ emit_move_insn_1 (x, y)
 
 		      rtx cmem = change_address (mem, mode, NULL_RTX);
 
-		      cfun->cannot_inline = "function uses short complex types";
+		      cfun->cannot_inline = N_("function using short complex types cannot be inline");
 
 		      if (packed_dest_p)
 			{

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