Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
0a86bcc9
Commit
0a86bcc9
authored
Sep 25, 2007
by
Eric Botcazou
Committed by
Eric Botcazou
Sep 25, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trans.c: Fix misplaced #define.
* trans.c: Fix misplaced #define. From-SVN: r128771
parent
dc3ca06f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
gcc/ada/ChangeLog
+4
-0
gcc/ada/trans.c
+5
-5
No files found.
gcc/ada/ChangeLog
View file @
0a86bcc9
2007
-
09
-
25
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
trans
.
c
:
Fix
misplaced
#
define
.
2007
-
09
-
22
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
utils2
.
c
(
build_unary_op
)
<
ADDR_EXPR
>
[
INDIRECT_REF
]:
Propagate
gcc/ada/trans.c
View file @
0a86bcc9
...
...
@@ -57,6 +57,11 @@
#include "ada-tree.h"
#include "gigi.h"
/* We should avoid allocating more than ALLOCA_THRESHOLD bytes via alloca,
for fear of running out of stack space. If we need more, we use xmalloc
instead. */
#define ALLOCA_THRESHOLD 1000
/* Let code below know whether we are targetting VMS without need of
intrusive preprocessor directives. */
#ifndef TARGET_ABI_OPEN_VMS
...
...
@@ -101,11 +106,6 @@ DEF_VEC_ALLOC_P(parm_attr,gc);
struct
language_function
GTY
(())
{
/* We should avoid allocating more than ALLOCA_THRESHOLD bytes via alloca, for
fear of running out of stack space. If we need more, we use xmalloc/free
instead. */
#define ALLOCA_THRESHOLD 1000
VEC
(
parm_attr
,
gc
)
*
parm_attr_cache
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment