aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-ch.c
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2021-07-26 19:28:02 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2021-07-29 16:16:19 +0200
commit5c9b7408dc578cb2ae142a5c1b724c183497bdb2 (patch)
tree9d66585f4b9e8f11d44c05275ea7016577471721 /gcc/tree-ssa-loop-ch.c
parent75f2e3f6cbbb79421b12e399498e9c14241359e7 (diff)
downloadgcc-5c9b7408dc578cb2ae142a5c1b724c183497bdb2.zip
gcc-5c9b7408dc578cb2ae142a5c1b724c183497bdb2.tar.gz
gcc-5c9b7408dc578cb2ae142a5c1b724c183497bdb2.tar.bz2
d: Ensure casting from bool results in either 0 or 1 (PR96435)
If casting from bool, the result is either 0 or 1, any other value violates @safe code, so enforce that it is never invalid. PR d/96435 gcc/d/ChangeLog: * d-convert.cc (convert_for_rvalue): New function. * d-tree.h (convert_for_rvalue): Declare. * expr.cc (ExprVisitor::visit (CastExp *)): Use convert_for_rvalue. (build_return_dtor): Likewise. gcc/testsuite/ChangeLog: * gdc.dg/torture/pr96435.d: New test.
Diffstat (limited to 'gcc/tree-ssa-loop-ch.c')
0 files changed, 0 insertions, 0 deletions