diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-16 13:46:40 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-16 13:46:40 +0000 |
commit | 43683684aef9bfa9dbb0a8081c72f7eadd30d09b (patch) | |
tree | 98ba76a8b450b4f75de83acd65a7faa01952192b /gcc/ChangeLog | |
parent | e206bafd9af9ab7b49eb5a9e4d4750df2647093c (diff) | |
download | ppe42-gcc-43683684aef9bfa9dbb0a8081c72f7eadd30d09b.tar.gz ppe42-gcc-43683684aef9bfa9dbb0a8081c72f7eadd30d09b.zip |
Patch to fix x86 gcc.dg/980226-1.c failure report by Manfred Hollstein.
* reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if
no operands.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19236 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b9de0f9afdf..d4ef09cfaa5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Apr 16 13:45:51 1998 Jim Wilson <wilson@cygnus.com> + + * reg-stack.c (constrain_asm_operands): Set n_alternatives to zero if + no operands. + Wed Apr 15 11:33:09 1998 Alexandre Petit-Bianco <apbianco@sendai.cygnus.com> * tree.c (build_expr_wfl): Use NULL_TREE if the file name is NULL. |