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
dfd0a3de
Commit
dfd0a3de
authored
Jan 05, 2007
by
Ian Lance Taylor
Committed by
Ian Lance Taylor
Jan 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-common.c (check_function_nonnull): Whitespace fix.
From-SVN: r120470
parent
59e50498
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/c-common.c
+4
-4
No files found.
gcc/ChangeLog
View file @
dfd0a3de
2007-01-04 Ian Lance Taylor <iant@google.com>
* c-common.c (check_function_nonnull): Whitespace fix.
2007-01-04 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (execute_fixup_cfg): Correct previously mistakely
...
...
gcc/c-common.c
View file @
dfd0a3de
...
...
@@ -5587,11 +5587,11 @@ check_function_nonnull (tree attrs, tree params)
param_num
++
,
param
=
TREE_CHAIN
(
param
))
{
if
(
!
param
)
break
;
break
;
if
(
!
args
||
nonnull_check_p
(
args
,
param_num
))
check_function_arguments_recurse
(
check_nonnull_arg
,
NULL
,
TREE_VALUE
(
param
),
param_num
);
check_function_arguments_recurse
(
check_nonnull_arg
,
NULL
,
TREE_VALUE
(
param
),
param_num
);
}
}
}
...
...
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