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
32a5388a
Commit
32a5388a
authored
Sep 29, 2010
by
Eric Botcazou
Committed by
Eric Botcazou
Sep 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix long line
From-SVN: r164720
parent
725214ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/utils.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
32a5388a
2010
-
09
-
29
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
(
handle_leaf_attribute
):
Fix
long
line
.
2010
-
09
-
28
Richard
Henderson
<
rth
@
redhat
.
com
>
2010
-
09
-
28
Richard
Henderson
<
rth
@
redhat
.
com
>
*
gcc
-
interface
/
misc
.
c
(
gnat_eh_personality
):
Use
*
gcc
-
interface
/
misc
.
c
(
gnat_eh_personality
):
Use
...
...
gcc/ada/gcc-interface/utils.c
View file @
32a5388a
...
@@ -5201,7 +5201,7 @@ handle_leaf_attribute (tree *node, tree name,
...
@@ -5201,7 +5201,7 @@ handle_leaf_attribute (tree *node, tree name,
}
}
if
(
!
TREE_PUBLIC
(
*
node
))
if
(
!
TREE_PUBLIC
(
*
node
))
{
{
warning
(
OPT_Wattributes
,
"%qE attribute has no effect
on unit local functions
"
,
name
);
warning
(
OPT_Wattributes
,
"%qE attribute has no effect"
,
name
);
*
no_add_attrs
=
true
;
*
no_add_attrs
=
true
;
}
}
...
...
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