]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)
authorJakub Jelinek <jakub@redhat.com>
Wed, 12 Jun 2019 09:31:26 +0000 (11:31 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 12 Jun 2019 09:31:26 +0000 (11:31 +0200)
commit26d7a5e690169ac04acde90070b0092c41b71c7e
tree4e2b0ab223076018c7448459e19178147af68212
parent84ae721396176b7f6f4b42f8c5caeb1b10012e52
re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)

PR target/90811
* cfgexpand.c (align_local_variable): Add really_expand argument,
don't SET_DECL_ALIGN if it is false.
(add_stack_var): Add really_expand argument, pass it through to
align_local_variable.
(expand_one_stack_var_1): Pass true as really_expand to
align_local_variable.
(expand_one_ssa_partition): Pass true as really_expand to
add_stack_var.
(expand_one_var): Pass really_expand through to add_stack_var.

From-SVN: r272181
gcc/ChangeLog
gcc/cfgexpand.c