]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/ia64/ia64.md
stmt.c (expand_goto): A nonlocal goto can be a call too.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 25 Jul 2001 13:33:17 +0000 (13:33 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 25 Jul 2001 13:33:17 +0000 (13:33 +0000)
commit7c2b017c9a5f9a81dcf6b2b2047fd10165d19420
treee7c323638a787cb35876771b5347818a79319262
parentff3daa889a35408d19790c6a5bd01fed99362c1d
stmt.c (expand_goto): A nonlocal goto can be a call too.

2001-07-25  Andrew MacLeod  <amacleod@redhat.com>
    Janis Johnson  <janis@us.ibm.com>

* stmt.c (expand_goto): A nonlocal goto can be a call too.
* builtins.c (expand_builtin_longjmp): Reverse label and static chain
pointer parameters to match documented usage of nonlocal_goto.
* config/ia64/ia64.md (nonlocal_goto): Revert label and static chain
parameters to their correct order.
* config/sparc/sparc.md (nonlocal_goto): Revert label and static chain
parameters to their correct order.

Co-Authored-By: Janis Johnson <janis@us.ibm.com>
From-SVN: r44353
gcc/ChangeLog
gcc/builtins.c
gcc/config/ia64/ia64.md
gcc/config/sparc/sparc.md
gcc/stmt.c