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
54830857
Commit
54830857
authored
Mar 04, 1996
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove a Cygnus FSF difference, so the tree will build.
From-SVN: r11420
parent
c1e8e6bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
gcc/cp/decl.c
+4
-7
No files found.
gcc/cp/decl.c
View file @
54830857
...
@@ -7424,10 +7424,8 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
...
@@ -7424,10 +7424,8 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
int
funcdef_flag
=
0
;
int
funcdef_flag
=
0
;
enum
tree_code
innermost_code
=
ERROR_MARK
;
enum
tree_code
innermost_code
=
ERROR_MARK
;
int
bitfield
=
0
;
int
bitfield
=
0
;
#if 0
/* See the code below that used this. */
tree
decl_machine_attr
=
NULL_TREE
;
tree
decl_machine_attr
=
NULL_TREE
;
#endif
/* Set this to error_mark_node for FIELD_DECLs we could not handle properly.
/* Set this to error_mark_node for FIELD_DECLs we could not handle properly.
All FIELD_DECLs we build here have `init' put into their DECL_INITIAL. */
All FIELD_DECLs we build here have `init' put into their DECL_INITIAL. */
tree
init
=
NULL_TREE
;
tree
init
=
NULL_TREE
;
...
@@ -7828,10 +7826,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
...
@@ -7828,10 +7826,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
else
else
{
{
type
=
TREE_TYPE
(
t
);
type
=
TREE_TYPE
(
t
);
#if 0
/* See the code below that used this. */
decl_machine_attr
=
DECL_MACHINE_ATTRIBUTES
(
id
);
decl_machine_attr
=
DECL_MACHINE_ATTRIBUTES
(
id
);
#endif
typedef_decl
=
t
;
typedef_decl
=
t
;
}
}
}
}
...
@@ -9277,9 +9272,11 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
...
@@ -9277,9 +9272,11 @@ grokdeclarator (declarator, declspecs, decl_context, initialized, raises, attrli
||
!
(
funcdef_flag
<
0
||
inlinep
));
||
!
(
funcdef_flag
<
0
||
inlinep
));
decl
=
grokfndecl
(
ctype
,
type
,
declarator
,
decl
=
grokfndecl
(
ctype
,
type
,
declarator
,
virtualp
,
flags
,
quals
,
raises
,
attrlist
,
virtualp
,
flags
,
quals
,
raises
,
attrlist
,
friendp
?
-
1
:
0
,
publicp
,
inlinep
);
friendp
?
-
1
:
0
,
publicp
,
inlinep
,
funcdef_flag
);
if
(
decl
==
NULL_TREE
)
if
(
decl
==
NULL_TREE
)
return
NULL_TREE
;
return
NULL_TREE
;
decl
=
build_decl_attribute_variant
(
decl
,
decl_machine_attr
);
decl
=
build_decl_attribute_variant
(
decl
,
decl_machine_attr
);
if
(
explicitp
==
2
)
if
(
explicitp
==
2
)
...
...
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