[Bug driver/81650] gcc -m32 mishandles -Walloc-size-larger-than=9223372036854775807
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Aug 3 09:43:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81650
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Aug 3 09:43:11 2017
New Revision: 250850
URL: https://gcc.gnu.org/viewcvs?rev=250850&root=gcc&view=rev
Log:
PR driver/81650
* calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
instead of 10??LU, perform unit multiplication in wide_int,
don't change alloc_object_size_limit if the limit is larger
than SSIZE_MAX.
* gcc.dg/pr81650.c: New test.
Added:
trunk/gcc/testsuite/gcc.dg/pr81650.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/calls.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-bugs
mailing list