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]

Re: [gfortran] Patch for PR 17590: Tagging intrinsics with standard version



On Oct 31, 2004, at 10:18 AM, Janne Blomqvist wrote:


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]