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
1a5b6cd2
Commit
1a5b6cd2
authored
May 06, 2012
by
Eric Botcazou
Committed by
Eric Botcazou
May 06, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/misc.c (gnat_post_options): Disable caret by default.
From-SVN: r187207
parent
842d4ee2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/misc.c
+4
-0
No files found.
gcc/ada/ChangeLog
View file @
1a5b6cd2
2012
-
05
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
misc
.
c
(
gnat_post_options
):
Disable
caret
by
default
.
2012
-
05
-
06
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
gigi
.
h
(
make_packable_type
):
Declare
.
(
make_type_from_size
):
Likewise
.
(
relate_alias_sets
):
Likewise
.
...
...
gcc/ada/gcc-interface/misc.c
View file @
1a5b6cd2
...
...
@@ -235,6 +235,10 @@ gnat_post_options (const char **pfilename ATTRIBUTE_UNUSED)
/* No psABI change warnings for Ada. */
warn_psabi
=
0
;
/* No caret by default for Ada. */
if
(
!
global_options_set
.
x_flag_diagnostics_show_caret
)
global_dc
->
show_caret
=
false
;
optimize
=
global_options
.
x_optimize
;
optimize_size
=
global_options
.
x_optimize_size
;
flag_compare_debug
=
global_options
.
x_flag_compare_debug
;
...
...
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