re PR c++/8720 (ICE with bitwise or (3 operands))
authorMark Mitchell <mark@codesourcery.com>
Tue, 3 Dec 2002 06:52:25 +0000 (06:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 3 Dec 2002 06:52:25 +0000 (06:52 +0000)
commit5089de933887226dd53c04311170420f6c493638
tree2274876a25ea75eb1e210cbc3a961b93d8d65b4e
parent35e058a2b83dee2fa1cbeebc226cc9a05b9ad6ef
re PR c++/8720 (ICE with bitwise or (3 operands))

PR c++/8720
* spew.c (remove_last_token): Make sure that last_chunk is set
correctly.

PR c++/8615
* error.c (dump_expr): Handle character constants with
TREE_OVERFLOW set.

PR c++/8720
* g++.dg/parse/defarg1.C: New test.

PR c++/8615
* g++.dg/template/char1.C: New test.

From-SVN: r59757
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/spew.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/parse/defarg1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/char1.C [new file with mode: 0644]