diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-12-18 23:48:04 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-12-18 23:48:04 +0100 |
commit | f8a93a2e9173149c4fad80cb9011d39a45e8d33e (patch) | |
tree | 0f1e25988565e7ea592b7df8cdc506fc8bd0a2d3 /gcc/c/ChangeLog | |
parent | 69fffc1f0e2bbb7d7eb21909daf3b1b365da4cd2 (diff) | |
download | gcc-f8a93a2e9173149c4fad80cb9011d39a45e8d33e.zip gcc-f8a93a2e9173149c4fad80cb9011d39a45e8d33e.tar.gz gcc-f8a93a2e9173149c4fad80cb9011d39a45e8d33e.tar.bz2 |
re PR c/39464 (Attribute may_alias causes invalid warning)
PR c/39464
* c-typeck.c (convert_for_assignment): For -Wpointer-sign
warning require that both c_common_unsigned_type as well as
c_common_signed_type is the same for both mvl and mvr types.
* gcc.dg/pr39464.c: New test.
From-SVN: r194594
Diffstat (limited to 'gcc/c/ChangeLog')
-rw-r--r-- | gcc/c/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index e6ef408..f2ee562 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,10 @@ +2012-12-18 Jakub Jelinek <jakub@redhat.com> + + PR c/39464 + * c-typeck.c (convert_for_assignment): For -Wpointer-sign + warning require that both c_common_unsigned_type as well as + c_common_signed_type is the same for both mvl and mvr types. + 2012-11-16 Diego Novillo <dnovillo@google.com> Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec) |