diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-10-22 20:30:41 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2024-10-22 20:30:41 +0200 |
commit | 5fd1c0c1b6968d55e3f997d67a4c149edf20c012 (patch) | |
tree | b6e0a9439195fd7ebb9f553735be8aff5a4209c1 /gcc/fortran/error.cc | |
parent | f616bc412c820d1fe1211ab68873607d7bfe2709 (diff) | |
download | gcc-5fd1c0c1b6968d55e3f997d67a4c149edf20c012.zip gcc-5fd1c0c1b6968d55e3f997d67a4c149edf20c012.tar.gz gcc-5fd1c0c1b6968d55e3f997d67a4c149edf20c012.tar.bz2 |
c-family: Fix up -Wsizeof-pointer-memaccess ICEs [PR117230]
In the following testcases, we ICE on all 4 function calls.
The problem is using TYPE_PRECISION on vector types (but guess it
would be similarly problematic on structures/unions/arrays).
The test only differentiates between suggestion what to do, whether
to supply explicit size because sizeof (*p) for
{,{,un}signed }char *p is not very likely what the user want, or
dereferencing the pointer, so I think limiting that suggestion
to integral types is ok.
2024-10-22 Jakub Jelinek <jakub@redhat.com>
PR c/117230
* c-warn.cc (sizeof_pointer_memaccess_warning): Only compare
TYPE_PRECISION of TREE_TYPE (type) to precision of char if
TREE_TYPE (type) is integral type.
* c-c++-common/Wsizeof-pointer-memaccess5.c: New test.
Diffstat (limited to 'gcc/fortran/error.cc')
0 files changed, 0 insertions, 0 deletions