diff options
author | Jakub Jelinek <jakub@redhat.com> | 2001-02-05 23:14:07 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2001-02-05 23:14:07 +0100 |
commit | 2f4e8f2b108db0a476093feeef1c8fd48afce03f (patch) | |
tree | f3582ba0288e61f8a5be8be41e75972d35b45ab3 /gcc/ChangeLog | |
parent | 58f60b5c912f2d45fb969331221d80cb00c00138 (diff) | |
download | gcc-2f4e8f2b108db0a476093feeef1c8fd48afce03f.zip gcc-2f4e8f2b108db0a476093feeef1c8fd48afce03f.tar.gz gcc-2f4e8f2b108db0a476093feeef1c8fd48afce03f.tar.bz2 |
c-typeck.c (common_type): push and pop binding level around calling common_type on function parameters.
* c-typeck.c (common_type): push and pop binding level around
calling common_type on function parameters.
* gcc.c-torture/compile/20010202-1.c: New test.
From-SVN: r39467
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 546dfc1..8b01b13 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-02-05 Jakub Jelinek <jakub@redhat.com> + + * c-typeck.c (common_type): push and pop binding level around + calling common_type on function parameters. + Mon Feb 5 14:30:37 2001 Christopher Faylor <cgf@cygnus.com> * config/i386/cygwin.h (CPP_SPEC): Add missing space after -idirafter. |