ia64: Fix C++14 vs. C++17 ABI issue on ia64 [PR94706]
authorJakub Jelinek <jakub@redhat.com>
Wed, 22 Apr 2020 14:47:58 +0000 (16:47 +0200)
committerJakub Jelinek <jakub@redhat.com>
Wed, 22 Apr 2020 14:47:58 +0000 (16:47 +0200)
commit1be62528078aef241fef6d2fe1cbc8e8e5379115
tree5419288ca5e6428164c64bde5b3face227f25f2d
parentc3a34659036b55fa36a5355fdd67133f427eeb2d
ia64: Fix C++14 vs. C++17 ABI issue on ia64 [PR94706]

ia64 seems to be affected too, but the backend doesn't have any
-Wpsabi warnings and I'm not sure if we really need them for an (almost?)
dead target.

2020-04-22  Jakub Jelinek  <jakub@redhat.com>

PR target/94706
* config/ia64/ia64.c (hfa_element_mode): Ignore
cxx17_empty_base_field_p fields.
gcc/ChangeLog
gcc/config/ia64/ia64.c