diff options
author | Than McIntosh <thanm@google.com> | 2022-10-06 15:58:59 -0400 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2022-10-06 19:15:18 -0700 |
commit | 8a9e92b249c9c5a5371588b1e939a90a677b4fd3 (patch) | |
tree | d9e43103bc474b751177b57e4a422b19a27c7bb5 /gcc/genoutput.cc | |
parent | 629d04d35d819bdc26c30d215bc4ea66a74af15b (diff) | |
download | gcc-8a9e92b249c9c5a5371588b1e939a90a677b4fd3.zip gcc-8a9e92b249c9c5a5371588b1e939a90a677b4fd3.tar.gz gcc-8a9e92b249c9c5a5371588b1e939a90a677b4fd3.tar.bz2 |
compiler: better arg type checking for selected builtins
Tighten up the argument type checking for Builtin_call_expression to
catch erroneous cases such as
panic(panic("bad")))
where an argument void type is being passed to panic/alignof/sizeof.
Fixes golang/go#56071.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/439815
Diffstat (limited to 'gcc/genoutput.cc')
0 files changed, 0 insertions, 0 deletions