aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBernhard Schommer <bschommer@users.noreply.github.com>2018-03-29 18:12:21 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2018-03-29 18:12:21 +0200
commit6b1463c4de3ae182fac6b5f2d15248d87c2f9613 (patch)
tree01de14c28ceb8c956efb0ffedd8288680d630211 /test
parentd1ff2fcb7c2875b3c371a124579aef419199195b (diff)
downloadcompcert-kvx-6b1463c4de3ae182fac6b5f2d15248d87c2f9613.tar.gz
compcert-kvx-6b1463c4de3ae182fac6b5f2d15248d87c2f9613.zip
Reject casts to struct/union types (#68)
The ISO C99 standard allows cast only if the type name involved is either a void type or a scalar type. For compatibility with GCC and Clang we used to support casting a struct or union to exactly the same struct or union type. That does not seem useful in practice and complicates conformance testing. This commit gets rid of this exception to the C99 rule. Bug 23310
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions