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 target/48723] ICE on function returning structure with -fstack-check on corei7-avx


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

--- Comment #12 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2011-05-03 07:20:06 UTC ---
Author: ebotcazou
Date: Tue May  3 07:20:01 2011
New Revision: 173288

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173288
Log:
    PR target/48723
    * config/i386/i386.c (ix86_expand_prologue): Do not probe the stack
    for -fstack-check if the size to allocate is negative.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c


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