This is the mail archive of the gcc-regression@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] | |
This is bit unfortunate. Making one variables to be output under assumption that other variable has been just output is quite ugly. Because it is done after unit-at-a-time code has finished the work and I already do care to output all needed nodes, perhaps it is safest to disable varpoolizing in this late stage of compilation. Does the attached patch work for you?
Yes the patch works. Thank you for looking into the problem.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |