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] PR 83705 Repeat with large values


On Wed, Jan 31, 2018 at 10:18:46PM +0200, Janne Blomqvist wrote:
> This patch fixes the regression by increasing the limit where we fall
> back to runtime to 2**28 elements, which is the same limit where
> previous releases failed. The are still bugs in the runtime
> evaluation, so in many cases longer characters will still fail, so
> print a warning message.
> 
> Regtested on x86_64-pc-linux-gnu, Ok for trunk?
> 

Yes.

-- 
Steve


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