c-typeck.c (common_type): push and pop binding level around calling common_type on...
authorJakub Jelinek <jakub@redhat.com>
Mon, 5 Feb 2001 22:14:07 +0000 (23:14 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Feb 2001 22:14:07 +0000 (23:14 +0100)
commit2f4e8f2b108db0a476093feeef1c8fd48afce03f
treef3582ba0288e61f8a5be8be41e75972d35b45ab3
parent58f60b5c912f2d45fb969331221d80cb00c00138
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
gcc/ChangeLog
gcc/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20010202-1.c [new file with mode: 0644]