This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[c++-delayed-folding] fold_simple
- From: Jason Merrill <jason at redhat dot com>
- To: Kai Tietz <ktietz70 at googlemail dot com>
- Cc: gcc-patches List <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 26 Aug 2015 22:57:08 -0400
- Subject: [c++-delayed-folding] fold_simple
- Authentication-results: sourceware.org; auth=none
Why does fold_simple fold so many patterns? I thought we wanted
something that would just fold conversions and negations of constant values.
Jason