]> git.ipfire.org Git - thirdparty/gcc.git/commit
omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized warning.
authorJakub Jelinek <jakub@redhat.com>
Wed, 20 Jan 2016 23:55:38 +0000 (00:55 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 20 Jan 2016 23:55:38 +0000 (00:55 +0100)
commit73bfae68ebe09d58d650e458d507018f9633b440
treebb73fcd5bd09cec1e0838665e21d8c705135da59
parentbdd3aea68b3f6b83b48676aea4c38ac457e02fdf
omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized warning.

* omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized
warning.  Fix up formatting.

From-SVN: r232641
gcc/ChangeLog
gcc/omp-low.c