diff options
author | Andrew Pinski <andrew_pinski@playstation.sony.com> | 2007-05-09 00:46:11 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2007-05-08 17:46:11 -0700 |
commit | ee72fa38841b7da8c16bef043b462595ec3b7ac9 (patch) | |
tree | 0ff299e37d46040085280897ace784e290b27479 /gcc/cp/ChangeLog | |
parent | 8e34b5db9ed5a30ce1855d95195a301463ef4f6f (diff) | |
download | gcc-ee72fa38841b7da8c16bef043b462595ec3b7ac9.zip gcc-ee72fa38841b7da8c16bef043b462595ec3b7ac9.tar.gz gcc-ee72fa38841b7da8c16bef043b462595ec3b7ac9.tar.bz2 |
typeck.c (build_unary_op): Remove code that used to handle non lvalue increments/decrements.
2007-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
* typeck.c (build_unary_op): Remove code that used to
handle non lvalue increments/decrements.
From-SVN: r124564
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e0286ff..708da19 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +2007-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com> + + * typeck.c (build_unary_op): Remove code that used to + handle non lvalue increments/decrements. + 2007-05-07 Mike Stump <mrs@apple.com> * parser.c (check_empty_body): Add. |