OSDN Git Service

2001-07-25 Andrew MacLeod <amacleod@redhat.com>
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jul 2001 13:33:17 +0000 (13:33 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jul 2001 13:33:17 +0000 (13:33 +0000)
commit28d202a81916cc3110066b0fcd2d3d3af8ebccb8
treee7c323638a787cb35876771b5347818a79319262
parentbb1764752f54c8bf35b65c72204d5e47211fc7c8
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44353 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/config/ia64/ia64.md
gcc/config/sparc/sparc.md
gcc/stmt.c