]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix PR number in ChangeLogs.
authorJoseph Myers <jsm28@gcc.gnu.org>
Mon, 21 May 2012 16:01:01 +0000 (17:01 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Mon, 21 May 2012 16:01:01 +0000 (17:01 +0100)
From-SVN: r187723

gcc/ChangeLog
gcc/testsuite/ChangeLog

index dc7b1cd9d164af642710394d69d856cc21c73512..c2404886322850dac9682037d2d1056df32e3f19 100644 (file)
@@ -17,7 +17,7 @@
 
 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
 
-       PR c/53148
+       PR c/53418
        * c-typeck.c (build_conditional_expr): Remove C_MAYBE_CONST_EXPR
        from folded operands before wrapping another around the
        conditional expression.
index 28993f7e4dd9bccbd0ce3394376a1d6a83d4934b..26329cd209d05eec93ee6797f9f264671a4748fd 100644 (file)
@@ -10,7 +10,7 @@
 
 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
 
-       PR c/53148
+       PR c/53418
        * gcc.c-torture/compile/pr53418-1.c,
        gcc.c-torture/compile/pr53418-2.c: New tests.