This is the mail archive of the gcc-bugs@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]

[Bug middle-end/51510] [4.6/4.7 regression] gcc for arm-linux-gnueabi ICEs on gcc.c-torture/execute/20050713-1.c due to PR50074+PR51323 fix


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51510

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-12 19:43:54 UTC ---
Author: jakub
Date: Mon Dec 12 19:43:49 2011
New Revision: 182260

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182260
Log:
    PR middle-end/51510
    * calls.c (internal_arg_pointer_based_exp_scan): Don't use
    VEC_safe_grow_cleared if idx is smaller than VEC_length.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/calls.c


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