public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c/8661: GCC 3.2 don't produces builtin code for __builtin_alloca
@ 2002-11-28 16:28 bkausbk
  0 siblings, 0 replies; only message in thread
From: bkausbk @ 2002-11-28 16:28 UTC (permalink / raw)
  To: gcc-gnats


>Number:         8661
>Category:       c
>Synopsis:       GCC 3.2 don't produces builtin code for __builtin_alloca
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          wrong-code
>Submitter-Id:   net
>Arrival-Date:   Wed Nov 20 11:36:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Kalytta
>Release:        GCC 3.x
>Organization:
>Environment:
x86 cygwin (windows 2000 prof)
>Description:
GCC don't produces alloca builtin function if the file is just compiled with switch "gcc -c".

#define alloca(x)	__builtin_alloca(x)

GCC will produce an external "_alloca" symbol.
I think this should be fixed.
whereas gcc test.c will work and don't produces external symbol. (symbol into cygwin.dll or other libc libraries)
>How-To-Repeat:
gcc -c test.c
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="test.c"
Content-Disposition: inline; filename="test.c"

#define alloca(x)	__builtin_alloca(x)

unsigned int m() {
	void * n=alloca(16);
}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-20 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-28 16:28 c/8661: GCC 3.2 don't produces builtin code for __builtin_alloca bkausbk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).