diff options
author | bangerth <bangerth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-30 19:02:04 +0000 |
---|---|---|
committer | bangerth <bangerth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-30 19:02:04 +0000 |
commit | 33df020e352ce90443d6f52dbe9f99e4a4767c6b (patch) | |
tree | ca61d86e1b8700587163aeeb285f97ae86a48e4a /gcc/cp/ChangeLog | |
parent | ce4e64edfef140252420b4a14342f0ba20687411 (diff) | |
download | gcc-33df020e352ce90443d6f52dbe9f99e4a4767c6b.tar.gz |
2003-06-30 Giovanni Bajo <giovannibajo@libero.it>
* mangle.c (write_expression): Exit gracefully when trying to
mangle a CALL_EXPR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68724 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 821c85f8151..01acce93f47 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,10 @@ 2003-06-30 Giovanni Bajo <giovannibajo@libero.it> + * mangle.c (write_expression): Exit gracefully when trying to + mangle a CALL_EXPR. + +2003-06-30 Giovanni Bajo <giovannibajo@libero.it> + PR c++/10750 * parser.c (cp_parser_primary_expression): A VAR_DECL with a (value- or type-) dependent expression as DECL_INITIAL is a |