Fix PR number in ChangeLogs.

From-SVN: r187723
This commit is contained in:
Joseph Myers 2012-05-21 17:01:01 +01:00
parent 89ac11d833
commit ce863f5d61
2 changed files with 2 additions and 2 deletions

View 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.

View 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.