re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linux-gnu)
authorMarek Polacek <polacek@redhat.com>
Mon, 24 Aug 2015 16:06:02 +0000 (16:06 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Mon, 24 Aug 2015 16:06:02 +0000 (16:06 +0000)
commit2021ff273d58600199d0b2fb394c1ebee9bbeec0
tree079c87396419450126a4f609a527d89b25ec99c9
parent76eed9d920fedf44e7c3738acd5e434d3a00a972
re PR tree-optimization/67284 (libgo fails to build on trunk r227015 / *-linux-gnu)

PR tree-optimization/67284
* go-gcc.cc (Gcc_backend::define_builtin): Add NORETURN_P parameter.
Set TREE_THIS_VOLATILE.
(Gcc_backend::Gcc_backend): Mark __builtin_trap as a noreturn call.
Pass false to the rest of define_builtin calls.

From-SVN: r227134
gcc/go/ChangeLog
gcc/go/go-gcc.cc