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
fa702fbd
Commit
fa702fbd
authored
15 years ago
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* exp_ch4.adb, opt.ads: Minor editing.
From-SVN: r146162
parent
bded454f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ada/exp_ch4.adb
+1
-1
gcc/ada/opt.ads
+3
-3
No files found.
gcc/ada/exp_ch4.adb
View file @
fa702fbd
...
...
@@ -2836,7 +2836,7 @@ package body Exp_Ch4 is
if Atyp = Standard_String
and then NN in 2 .. 9
and then (Opt.Optimization_Level = 0
or else Opt.Optimize_Size
= 1
or else Opt.Optimize_Size
/= 0
or else Debug_Flag_Dot_CC)
and then not Debug_Flag_Dot_C
then
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/opt.ads
View file @
fa702fbd
...
...
@@ -913,9 +913,9 @@ package Opt is
Optimize_Size
:
Int
;
pragma
Import
(
C
,
Optimize_Size
,
"optimize_size"
);
--
Constant
reflecting
setting
of
-
Os
(
optimize
for
size
).
Set
to
1
in
--
-
Os
mode
and
set
to
0
otherwise
.
See
jmissing
.
c
and
aamissing
.
c
for
--
definitions
for
dotnet
/
jgnat
and
GNAAMP
backends
--
Constant
reflecting
setting
of
-
Os
(
optimize
for
size
).
Set
to
nonzero
--
in
-
Os
mode
and
set
to
zero
otherwise
.
See
jmissing
.
c
and
aamissing
.
c
--
for
definitions
of
"optimize_size"
for
dotnet
/
jgnat
and
GNAAMP
backends
Output_File_Name_Present
:
Boolean
:=
False
;
--
GNATBIND
,
GNAT
,
GNATMAKE
,
GPRMAKE
...
...
This diff is collapsed.
Click to expand it.
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