aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config/vax/t-linux
diff options
context:
space:
mode:
authorMartin Uecker <uecker@tugraz.at>2025-07-28 13:12:14 +0200
committerMartin Uecker <uecker@gcc.gnu.org>2025-08-06 09:09:48 +0200
commitf1ab4c518c72d7981edf910b1bd4ccf7970e08bb (patch)
tree276787e0249daf95af5a4fcf9069d2dcc9c60291 /libgcc/config/vax/t-linux
parent0c517ddf9b136c9077b21142ec4118451d394bdb (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
c: Fix ICE on invalid code involving bit fields [PR121217]HEADtrunkmaster
Under some error condition we can end up with NULL_TREEs for the type of bitfields, which can cause an ICE when testing for type compatibility. Add the missing check. PR c/121217 gcc/c/ChangeLog: * c-typeck.cc (tagged_types_tu_compatible_p): Add check. gcc/testsuite/ChangeLog: * gcc.dg/pr121217.c: New test.
Diffstat (limited to 'libgcc/config/vax/t-linux')
0 files changed, 0 insertions, 0 deletions