Fix bug where storing into const string gives core dump, from Kamil Iskra.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 May 1998 19:16:35 +0000 (19:16 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 May 1998 19:16:35 +0000 (19:16 +0000)
commit981ac4252fe330b84d4feda86fea316cece75ff8
treef0914b034e218ac7b59f25135a52b9429d5e9eea
parent512a87eabb9ae1a78048e886254abfd32640c75c
Fix bug where storing into const string gives core dump, from Kamil Iskra.
* expr.c (expand_expr, case INDIRECT_REF): Don't optimize string
reference if this is a store.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19531 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c