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
6625d7bc
Commit
6625d7bc
authored
Nov 28, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
Nov 28, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix date and trailing space in previous commit.
From-SVN: r193887
parent
ce3da0d0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/ada/ChangeLog
+1
-1
gcc/ada/gcc-interface/utils.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
6625d7bc
2012
-
11
-
2
7
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2012
-
11
-
2
8
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
decl
.
c
(
gnat_to_gnu_entity
)
<
object
>:
Use
*
gcc
-
interface
/
decl
.
c
(
gnat_to_gnu_entity
)
<
object
>:
Use
valid_constant_size_p
to
detect
too
large
objects
.
valid_constant_size_p
to
detect
too
large
objects
.
...
...
gcc/ada/gcc-interface/utils.c
View file @
6625d7bc
...
@@ -3026,7 +3026,7 @@ max_size (tree exp, bool max_p)
...
@@ -3026,7 +3026,7 @@ max_size (tree exp, bool max_p)
case
tcc_unary
:
case
tcc_unary
:
if
(
code
==
NON_LVALUE_EXPR
)
if
(
code
==
NON_LVALUE_EXPR
)
return
max_size
(
TREE_OPERAND
(
exp
,
0
),
max_p
);
return
max_size
(
TREE_OPERAND
(
exp
,
0
),
max_p
);
return
fold_build1
(
code
,
type
,
return
fold_build1
(
code
,
type
,
max_size
(
TREE_OPERAND
(
exp
,
0
),
max_size
(
TREE_OPERAND
(
exp
,
0
),
code
==
NEGATE_EXPR
?
!
max_p
:
max_p
));
code
==
NEGATE_EXPR
?
!
max_p
:
max_p
));
...
...
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