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
fbbc17c7
Commit
fbbc17c7
authored
May 26, 2006
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix whitespacing
From-SVN: r114143
parent
e8300d6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
gcc/c-decl.c
+7
-7
No files found.
gcc/c-decl.c
View file @
fbbc17c7
...
@@ -1699,9 +1699,9 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
...
@@ -1699,9 +1699,9 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
DECL_IN_SYSTEM_HEADER
(
olddecl
)
=
1
;
DECL_IN_SYSTEM_HEADER
(
olddecl
)
=
1
;
/* Merge the section attribute.
/* Merge the section attribute.
We want to issue an error if the sections conflict but that must be
We want to issue an error if the sections conflict but that
done later in decl_attributes since we are called before attributes
must be done later in decl_attributes since we are called
are assigned. */
before attributes
are assigned. */
if
(
DECL_SECTION_NAME
(
newdecl
)
==
NULL_TREE
)
if
(
DECL_SECTION_NAME
(
newdecl
)
==
NULL_TREE
)
DECL_SECTION_NAME
(
newdecl
)
=
DECL_SECTION_NAME
(
olddecl
);
DECL_SECTION_NAME
(
newdecl
)
=
DECL_SECTION_NAME
(
olddecl
);
...
@@ -1769,8 +1769,8 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
...
@@ -1769,8 +1769,8 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
{
{
/* If we're redefining a function previously defined as extern
/* If we're redefining a function previously defined as extern
inline, make sure we emit debug info for the inline before we
inline, make sure we emit debug info for the inline before we
throw it away, in case it was inlined into a function that hasn'
t
throw it away, in case it was inlined into a function tha
t
been written out yet. */
hasn't
been written out yet. */
if
(
new_is_definition
&&
DECL_INITIAL
(
olddecl
))
if
(
new_is_definition
&&
DECL_INITIAL
(
olddecl
))
{
{
if
(
TREE_USED
(
olddecl
)
if
(
TREE_USED
(
olddecl
)
...
@@ -1786,8 +1786,8 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
...
@@ -1786,8 +1786,8 @@ merge_decls (tree newdecl, tree olddecl, tree newtype, tree oldtype)
}
}
else
else
{
{
/* If either decl says `inline', this fn is inline,
/* If either decl says `inline', this fn is inline, unless
unless
its definition was passed already. */
its definition was passed already. */
if
(
DECL_DECLARED_INLINE_P
(
newdecl
)
if
(
DECL_DECLARED_INLINE_P
(
newdecl
)
||
DECL_DECLARED_INLINE_P
(
olddecl
))
||
DECL_DECLARED_INLINE_P
(
olddecl
))
DECL_DECLARED_INLINE_P
(
newdecl
)
=
1
;
DECL_DECLARED_INLINE_P
(
newdecl
)
=
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