OSDN Git Service

2004-07-01 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 2004 17:51:54 +0000 (17:51 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 2004 17:51:54 +0000 (17:51 +0000)
* c-pretty-print.c (pp_c_postfix_expression): Fix pasto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83990 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/c-pretty-print.c

index 45d50bf..95961e6 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
+
+       * c-pretty-print.c (pp_c_postfix_expression): Fix pasto.
+
 2004-07-01  Per Bothner  <per@bothner.com>
 
        * final.c (final):  Fix typo reported by Aaron W. LaFramboise.
 2004-07-01  Per Bothner  <per@bothner.com>
 
        * final.c (final):  Fix typo reported by Aaron W. LaFramboise.
index 41f6603..1008476 100644 (file)
@@ -1305,6 +1305,7 @@ pp_c_postfix_expression (c_pretty_printer *pp, tree e)
       pp_separate_with (pp, ',');
       pp_expression (pp, TREE_OPERAND (e, 1));
       pp_c_right_paren (pp);
       pp_separate_with (pp, ',');
       pp_expression (pp, TREE_OPERAND (e, 1));
       pp_c_right_paren (pp);
+      break;
 
     case ABS_EXPR:
       pp_c_identifier (pp, "__builtin_abs");
 
     case ABS_EXPR:
       pp_c_identifier (pp, "__builtin_abs");