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
28c14a04
Commit
28c14a04
authored
13 years ago
by
Alexandre Oliva
Committed by
Alexandre Oliva
13 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
From-SVN: r174492
parent
70efc82d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/gcc.c
+1
-1
No files found.
gcc/ChangeLog
View file @
28c14a04
2011-05-31 Alexandre Oliva <aoliva@redhat.com>
* gcc.c (driver_handle_option): Fix disabling of -fcompare-debug.
2011-05-31 Alexandre Oliva <aoliva@redhat.com>
* gengtype-state.c (read_state_params_structs): Initialize
previous.
...
...
This diff is collapsed.
Click to expand it.
gcc/gcc.c
View file @
28c14a04
...
...
@@ -3277,7 +3277,7 @@ driver_handle_option (struct gcc_options *opts,
compare_debug_with_arg:
gcc_assert
(
decoded
->
canonical_option_num_elements
==
1
);
gcc_assert
(
arg
!=
NULL
);
if
(
arg
)
if
(
*
arg
)
compare_debug
=
1
;
else
compare_debug
=
-
1
;
...
...
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