commit | 02effee6a9224b531cb3fe6eac8278b46b9fbe86 | [log] [tgz] |
---|---|---|
author | Jack Palevich <jackpal@google.com> | Mon Nov 09 12:52:45 2009 +0800 |
committer | Jack Palevich <jackpal@google.com> | Mon Nov 09 12:52:45 2009 +0800 |
tree | 310b38e74c5942a86975af4bcb32d3adab9b6e88 | |
parent | f6eba8fac812c70087af225f207f2d924f6e1ffa [diff] |
Correctly compute the type of an assignment expression. This change enables following types of statements to work correctly: a = b = 3; if ((a = getchar()) < 0) { ... } This fixes 2232082 acc: assignment in comparison segfaults