[gccgo] Lower ++/-- to +=/-=

Ian Lance Taylor iant@google.com
Wed Jan 20 16:20:00 GMT 2010


I committed this patch to the gccgo branch to lower ++/-- statements
to +=/-= statements.  This removes a case where we otherwise have to
traverse assignments.

Ian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: foo.patch
Type: text/x-diff
Size: 3273 bytes
Desc: incdec
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20100120/eae31920/attachment.bin>


More information about the Gcc-patches mailing list