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 c++/49756] g++ ICE


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

--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-07-22 09:21:52 UTC ---
Author: jakub
Date: Fri Jul 22 09:21:49 2011
New Revision: 176622

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176622
Log:
    PR c++/49756
    * libiberty.h (stack_limit_increase): New prototype.

    * stack-limit.c: New file.
    * Makefile.in: Regenerate deps.
    (CFILES): Add stack-limit.c.
    (REQUIRED_OFILES): Add ./stack-limit.$(objext).
    * configure.ac (checkfuncs): Add getrlimit and setrlimit.
    (AC_CHECK_FUNCS): Likewise.
    * configure: Regenerated.
    * config.in: Regenerated.

    * gcc.c (main): Call stack_limit_increase (64MB).
    * toplev.c (toplev_main): Likewise.

Added:
    trunk/libiberty/stack-limit.c


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