]> git.ipfire.org Git - thirdparty/gcc.git/commit
Verify __builtin_unreachable and __builtin_trap are not called with arguments
authorMartin Jambor <jamborm@gcc.gnu.org>
Tue, 26 Apr 2016 11:51:23 +0000 (13:51 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Tue, 26 Apr 2016 11:51:23 +0000 (13:51 +0200)
commit83f5f27d01889e03b6c56d5b418f8a1b6d33df59
tree94d6d8dafd1139bcde15dd0c068416493073bb9f
parent5a0802ea0811cf7fbcd34cd96564e7e9338ba5f5
Verify __builtin_unreachable and __builtin_trap are not called with arguments

2016-04-26  Martin Jambor  <mjambor@suse.cz>

* tree-cfg.c (verify_gimple_call): Check that calls to
__builtin_unreachable or __builtin_trap do not have actual arguments.

From-SVN: r235439
gcc/tree-cfg.c