]> gcc.gnu.org Git - gcc.git/commit
re PR c/19342 (ICE in common_type, at c-typeck.c:490)
authorJakub Jelinek <jakub@redhat.com>
Thu, 10 Feb 2005 12:18:52 +0000 (13:18 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 10 Feb 2005 12:18:52 +0000 (13:18 +0100)
commitccf7f8806152d202c5ef8c222bba54dd7bc109cc
tree3de2bb26e3aa22fa9445518adfa866f637666dcc
parentb49900cc9356d771f3ef47ef7ed551f01e5c7fe5
re PR c/19342 (ICE in common_type, at c-typeck.c:490)

PR c/19342
* c-typeck.c (common_type): New routine.  Old common_type renamed
to...
(c_common_type): ...this.
(build_conditional_expr, build_binary_op): Use c_common_type instead
of common_type.

* gcc.c-torture/execute/20050119-1.c: New test.

From-SVN: r94803
gcc/ChangeLog
gcc/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20050119-1.c [new file with mode: 0644]
This page took 0.055057 seconds and 5 git commands to generate.