public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [translation patch] Bunch of trivial PRs: 48638, 49517, 49704
@ 2011-10-19 14:18 Paolo Carlini
  2011-10-19 14:20 ` Jason Merrill
  2011-10-19 16:49 ` H.J. Lu
  0 siblings, 2 replies; 3+ messages in thread
From: Paolo Carlini @ 2011-10-19 14:18 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jason Merrill

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

Hi,

a bunch of trivial fixes from Roland. The only one I deem *slightly* 
more controversial is "AST" uppercase instead of "ast" in 
cp/semantics.c, I'm gonna wait a bit in case Jason has a different 
opinion...

Thanks,
Paolo.

////////////////////

[-- Attachment #2: CL_48638_49517_49704 --]
[-- Type: text/plain, Size: 443 bytes --]

2011-10-19  Roland Stigge  <stigge@antcom.de>  

	PR translation/48638
	* plugin.c (add_new_plugin): Fix typo in fatal_error message.

2011-10-19  Roland Stigge  <stigge@antcom.de>  

	PR translation/49517
	* config/rx/rx.c (rx_print_operand): Fix typo in warning message.

/cp
2011-10-19  Roland Stigge  <stigge@antcom.de>

	PR translation/49704    
	* semantics.c (potential_constant_expression_1): Use AST instead of
	ast in sorry message.

[-- Attachment #3: patch_48638_49517_49704 --]
[-- Type: text/plain, Size: 1714 bytes --]

Index: cp/semantics.c
===================================================================
--- cp/semantics.c	(revision 180185)
+++ cp/semantics.c	(working copy)
@@ -8341,7 +8341,7 @@ potential_constant_expression_1 (tree t, bool want
       return false;
 
     default:
-      sorry ("unexpected ast of kind %s", tree_code_name[TREE_CODE (t)]);
+      sorry ("unexpected AST of kind %s", tree_code_name[TREE_CODE (t)]);
       gcc_unreachable();
       return false;
     }
Index: plugin.c
===================================================================
--- plugin.c	(revision 180181)
+++ plugin.c	(working copy)
@@ -1,5 +1,5 @@
 /* Support for GCC plugin mechanism.
-   Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -149,7 +149,7 @@ add_new_plugin (const char* plugin_name)
 			    plugin_name, ".so", NULL);
       if (access (plugin_name, R_OK))
 	fatal_error
-	  ("inacessible plugin file %s expanded from short plugin name %s: %m",
+	  ("inaccessible plugin file %s expanded from short plugin name %s: %m",
 	   plugin_name, base_name);
     }
   else
Index: config/rx/rx.c
===================================================================
--- config/rx/rx.c	(revision 180181)
+++ config/rx/rx.c	(working copy)
@@ -637,7 +637,7 @@ rx_print_operand (FILE * file, rtx op, int letter)
 	case 0xb: fprintf (file, "fintv"); break;
 	case 0xc: fprintf (file, "intb"); break;
 	default:
-	  warning (0, "unreocgnized control register number: %d - using 'psw'",
+	  warning (0, "unrecognized control register number: %d - using 'psw'",
 		   (int) INTVAL (op));
 	  fprintf (file, "psw");
 	  break;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [translation patch] Bunch of trivial PRs: 48638, 49517, 49704
  2011-10-19 14:18 [translation patch] Bunch of trivial PRs: 48638, 49517, 49704 Paolo Carlini
@ 2011-10-19 14:20 ` Jason Merrill
  2011-10-19 16:49 ` H.J. Lu
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Merrill @ 2011-10-19 14:20 UTC (permalink / raw)
  To: Paolo Carlini; +Cc: gcc-patches

OK.

Jason

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [translation patch] Bunch of trivial PRs: 48638, 49517, 49704
  2011-10-19 14:18 [translation patch] Bunch of trivial PRs: 48638, 49517, 49704 Paolo Carlini
  2011-10-19 14:20 ` Jason Merrill
@ 2011-10-19 16:49 ` H.J. Lu
  1 sibling, 0 replies; 3+ messages in thread
From: H.J. Lu @ 2011-10-19 16:49 UTC (permalink / raw)
  To: Paolo Carlini; +Cc: gcc-patches, Jason Merrill

On Wed, Oct 19, 2011 at 6:11 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Hi,
>
> a bunch of trivial fixes from Roland. The only one I deem *slightly* more
> controversial is "AST" uppercase instead of "ast" in cp/semantics.c, I'm
> gonna wait a bit in case Jason has a different opinion...
>
> Thanks,
> Paolo.
>

We also need to update plugin tests:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50796

-- 
H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-19 15:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-19 14:18 [translation patch] Bunch of trivial PRs: 48638, 49517, 49704 Paolo Carlini
2011-10-19 14:20 ` Jason Merrill
2011-10-19 16:49 ` H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).