]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous})’ may...
authorJakub Jelinek <jakub@redhat.com>
Fri, 26 Apr 2013 13:14:55 +0000 (15:14 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 26 Apr 2013 13:14:55 +0000 (15:14 +0200)
commite7d764f367fdd7b0e9c96ae8c5d8503dbc90c05e
tree166638c2234eb83d2a4b427d3c801fe8c44a5067
parent41e106896a657b1a5276559f243c9cfe39c67f83
re PR go/57045 (Build failure in libgo/runtime/proc.c: error: ‘({anonymous})’ may be used uninitialized in this function)

PR go/57045
* tree-ssa-uninit.c (compute_uninit_opnds_pos): In functions
with nonlocal goto receivers or returns twice calls, ignore
unininitialized values from abnormal edges to nl goto receiver
or returns twice call.

* gcc.dg/setjmp-5.c: New test.

From-SVN: r198340
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/setjmp-5.c [new file with mode: 0644]
gcc/tree-ssa-uninit.c