aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcov-io.cc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2022-04-15 16:27:05 -0400
committerJason Merrill <jason@redhat.com>2022-04-30 05:45:05 -0400
commit0aa277bf0b4b794314ab3f11bab438d17b57465d (patch)
tree10bf1b97ecf8ad30860c0fadf657c01b9d289e51 /gcc/gcov-io.cc
parent66d1e440e14377a373d0e3d67f478cca4fd14dea (diff)
downloadgcc-0aa277bf0b4b794314ab3f11bab438d17b57465d.zip
gcc-0aa277bf0b4b794314ab3f11bab438d17b57465d.tar.gz
gcc-0aa277bf0b4b794314ab3f11bab438d17b57465d.tar.bz2
c-family: attribute ((aligned, mode)) [PR100545]
The problem here was that handle_mode_attribute clobbered the changes of any previous attribute, only copying type qualifiers to the new type. And common_handle_aligned_attribute had previously set up the typedef, so when we later called set_underlying_type it saw DECL_ORIGINAL_TYPE set and just returned, even though handle_mode_attribute had messed up the TREE_TYPE. So, let's fix handle_mode_attribute to copy attributes, alignment, and typedefness to the new type. PR c/100545 gcc/c-family/ChangeLog: * c-attribs.cc (handle_mode_attribute): Copy attributes, aligned, and typedef. * c-common.cc (set_underlying_type): Add assert. gcc/testsuite/ChangeLog: * c-c++-common/attr-mode-1.c: New test. * c-c++-common/attr-mode-2.c: New test.
Diffstat (limited to 'gcc/gcov-io.cc')
0 files changed, 0 insertions, 0 deletions