Re: [PATCH] Fix compile time regression caused by fix to PR64111

2015-10-23 Thread Jeff Law
On 10/23/2015 04:22 PM, Caroline Tice wrote: This patch fixes a compile-time regression that was originally introduced by the fix for PR64111, in GCC 4.9.3.One of our user's encountered this problem with a particular file, where the compile time (on arm) went from 20 seconds to 150 seconds.

[PATCH] Fix compile time regression caused by fix to PR64111

2015-10-23 Thread Caroline Tice
This patch fixes a compile-time regression that was originally introduced by the fix for PR64111, in GCC 4.9.3.One of our user's encountered this problem with a particular file, where the compile time (on arm) went from 20 seconds to 150 seconds. The fix in this patch was suggested by Richard