Bugzilla – Attachment 68 Details for
Bug 134
gcc/d/dfrontend/outbuffer.c needs alloca.h on Solarish systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug creation and email sending has been disabled, file new bugs at
gcc.gnu.org/bugzilla
[patch]
alloca patch
alloca.patch (text/plain), 309 bytes, created by
Jason King
on 2014-06-14 02:27:22 CEST
(
hide
)
Description:
alloca patch
Filename:
MIME Type:
Creator:
Jason King
Created:
2014-06-14 02:27:22 CEST
Size:
309 bytes
patch
obsolete
>diff --git a/gcc/d/dfrontend/port.h b/gcc/d/dfrontend/port.h >index 4339378..c1ccfa4 100644 >--- a/gcc/d/dfrontend/port.h >+++ b/gcc/d/dfrontend/port.h >@@ -13,6 +13,10 @@ > #include <stdlib.h> // for alloca > #include <stdint.h> > >+#if __sun >+#include <alloca.h> >+#endif >+ > #include "longdouble.h" > > #if _MSC_VER
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 134
: 68