This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I'd like to nominate this bit (just this function):
2003-02-26 Zdenek Dvorak <rakdver at atrey dot karlin dot mff dot cuni dot cz>
* cse.c (count_reg_usage): Fix handling of REG_EQUAL notes.
for 3.3. It wasn't clear to me from the original patch request, but this is actually a bug fix. Here's a test case that breaks without it on the 3.3 branch (ppc darwin, -O2 -funroll-loops) [this was derived from gcc.c, and showed up in the bootstrap when an intrepid soul tried it with -funroll-loops]:
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |