fold-const.c (fold_indirect_ref_1): Avoid removing NOP_EXPRs with type qualifiers...
authorRichard Guenther <rguenth@gcc.gnu.org>
Wed, 11 May 2005 07:43:33 +0000 (07:43 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 11 May 2005 07:43:33 +0000 (07:43 +0000)
commit8a29ce604bdb9588fa66aaabe27c92bf955cab3d
treef6f5dc84a45d9b06258f48a271e815daa13c0b41
parent317a9ac39e4be89ef37112202c1bc2a55280299d
fold-const.c (fold_indirect_ref_1): Avoid removing NOP_EXPRs with type qualifiers like const.

2005-05-11  Richard Guenther  <rguenth@gcc.gnu.org>

* fold-const.c (fold_indirect_ref_1): Avoid removing
NOP_EXPRs with type qualifiers like const.

From-SVN: r99566
gcc/ChangeLog
gcc/fold-const.c