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
fb037b5d
Commit
fb037b5d
authored
Apr 07, 2013
by
Steven Bosscher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* c-pragma.c (add_to_renaming_pragma_list): Fix leading comment.
From-SVN: r197553
parent
7db567cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/c-family/ChangeLog
+4
-0
gcc/c-family/c-pragma.c
+1
-1
No files found.
gcc/c-family/ChangeLog
View file @
fb037b5d
2013
-
04
-
07
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
c
-
pragma
.
c
(
add_to_renaming_pragma_list
)
:
Fix
leading
comment
.
2013
-
04
-
03
Paolo
Carlini
<
paolo
.
carlini
@oracle
.
com
>
*
c
-
common
.
c
(
pointer_int_sum
)
:
Remove
dead
code
.
...
...
gcc/c-family/c-pragma.c
View file @
fb037b5d
...
...
@@ -478,7 +478,7 @@ handle_pragma_redefine_extname (cpp_reader * ARG_UNUSED (dummy))
add_to_renaming_pragma_list
(
oldname
,
newname
);
}
/* This is called from here and from ia64.c. */
/* This is called from here and from ia64
-c
.c. */
void
add_to_renaming_pragma_list
(
tree
oldname
,
tree
newname
)
{
...
...
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