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
fbe0dc78
Commit
fbe0dc78
authored
Sep 05, 2013
by
Dodji Seketeli
Committed by
Dodji Seketeli
Sep 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment
gcc/ * tree.h (DECL_BUILT_INT): Fix typo in comment. From-SVN: r202271
parent
3d610e7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/tree.h
+1
-1
No files found.
gcc/ChangeLog
View file @
fbe0dc78
2013-09-04 Dodji Seketeli <dodji@redhat.com>
* tree.h (DECL_BUILT_IN): Fix typo in comment.
2013-09-04 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/rs6000.h (ASM_OUTPUT_DEF_FROM_DECLS): Only emit
...
...
gcc/tree.h
View file @
fbe0dc78
...
...
@@ -2494,7 +2494,7 @@ extern vec<tree, va_gc> **decl_debug_args_insert (tree);
recognized by optimizers and expanders.
Note that it is different from the DECL_IS_BUILTIN accessor. For
instance, user declar
at
ed prototypes of C library functions are not
instance, user declared prototypes of C library functions are not
DECL_IS_BUILTIN but may be DECL_BUILT_IN. */
#define DECL_BUILT_IN(NODE) (DECL_BUILT_IN_CLASS (NODE) != NOT_BUILT_IN)
...
...
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