Module Name:    src
Committed By:   christos
Date:           Sun Feb 11 15:56:25 UTC 2018

Modified Files:
        src/external/gpl3/gcc/dist/gcc/cp: decl.c

Log Message:
PR/53008: Henning Petersen: Fix missing brace inside comment.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/gpl3/gcc/dist/gcc/cp/decl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/cp/decl.c
diff -u src/external/gpl3/gcc/dist/gcc/cp/decl.c:1.1.1.9 src/external/gpl3/gcc/dist/gcc/cp/decl.c:1.2
--- src/external/gpl3/gcc/dist/gcc/cp/decl.c:1.1.1.9	Thu Feb  1 20:59:43 2018
+++ src/external/gpl3/gcc/dist/gcc/cp/decl.c	Sun Feb 11 10:56:25 2018
@@ -7455,6 +7455,7 @@ expand_static_init (tree decl, tree init
 	       } catch {
 		 if (!flag) __cxa_guard_abort (&guard);
 	       }
+	     }
 	   }
 
 	 Note that the `flag' variable is only set to 1 *after* the

Reply via email to