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] | |
Ok, patch is attached. Note that Graham Stott already has submitted a patch (which uses gfc_getmem) to bugzilla, but I'll submit mine too since I already had it done when I noticed his.
ChangeLog:
PR fortran/17590
* intrinsic.c (check_intrinsic_standard): Use __builtin_alloca to allocate message string on the stack.
Can you just use alloca instead of __builtin_alloca? Inside the compiler, alloca does the right thing.
Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |