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
54b0c0f0
Commit
54b0c0f0
authored
Jan 07, 2020
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
whitespace
From-SVN: r279989
parent
9e3c1eb7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/c-family/c-common.c
+1
-1
gcc/c-family/c-warn.c
+1
-1
No files found.
gcc/c-family/c-common.c
View file @
54b0c0f0
...
...
@@ -1328,7 +1328,7 @@ unsafe_conversion_p (location_t loc, tree type, tree expr, tree result,
bool
cstresult
=
(
result
&&
TREE_CODE_CLASS
(
TREE_CODE
(
result
))
==
tcc_constant
);
loc
=
expansion_point_location_if_in_system_header
(
loc
);
loc
=
expansion_point_location_if_in_system_header
(
loc
);
expr
=
fold_for_warn
(
expr
);
...
...
gcc/c-family/c-warn.c
View file @
54b0c0f0
...
...
@@ -1221,7 +1221,7 @@ conversion_warning (location_t loc, tree type, tree expr, tree result)
break
;
}
case
COND_EXPR
:
{
{
/* In case of COND_EXPR, we do not care about the type of
COND_EXPR, only about the conversion of each operand. */
tree
op1
=
TREE_OPERAND
(
expr
,
1
);
...
...
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