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]

Re: [PATCH]: Backport PR other/13906 for "fold" checking



On Feb 10, 2006, at 6:37 PM, Kaveh R. Ghazi wrote:

The 4.1 results look to be on par with mainline. http://gcc.gnu.org/ml/gcc-testresults/2006-02/msg00508.html So probably any fixes we apply on mainline would be relevant on 4.1 and 4.0. But we wouldn't know that unless someone checked.

The fold checking failures now (IIRC) are all due to taking the address of a label, and I have not looked into fixing that yet.

4.0 is a little bit worse, but that may simply require indentifying
and backporting the appropriate patch(es) from 4.1/mainline.

The patches are most likely are mine from what I remember. One which fixes the builtins fixes a bunch and one which fixes the C++ failures. The one which fixes the C++ failures are actually a fix to fold checking itself IIRC.

Thanks,
Andrew Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]