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
8b652e65
Commit
8b652e65
authored
Sep 03, 2015
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove path prefixes from filenames.
From-SVN: r227462
parent
3b0c6e3e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gcc/c/ChangeLog
+3
-3
gcc/cp/ChangeLog
+5
-5
No files found.
gcc/c/ChangeLog
View file @
8b652e65
2015-09-03 Martin Sebor <msebor@redhat.com>
PR c/66516
* c
/c-typeck.c (convert_arguments, parser_build_unary_op)
(build_conditional_expr, c_cast_expr, convert_for_assignment)
(
build_binary_op, _objc_common_truthvalue_conversion): Call
* c
-typeck.c (convert_arguments, parser_build_unary_op,
build_conditional_expr, c_cast_expr, convert_for_assignment,
build_binary_op, _objc_common_truthvalue_conversion): Call
reject_gcc_builtin.
(c_decl_implicit): Define.
...
...
gcc/cp/ChangeLog
View file @
8b652e65
2015-09-03 Martin Sebor <msebor@redhat.com>
PR c/66516
* cp
/cp
-tree.h (mark_rvalue_use, decay_conversion): Add new
* cp-tree.h (mark_rvalue_use, decay_conversion): Add new
argument(s).
*
cp/
expr.c (mark_rvalue_use): Use new argument.
* c
p/c
all.c (build_addr_func): Call decay_conversion with new
* expr.c (mark_rvalue_use): Use new argument.
* call.c (build_addr_func): Call decay_conversion with new
argument.
*
cp/
pt.c (convert_template_argument): Call reject_gcc_builtin.
*
cp/
typeck.c (decay_conversion): Use new argument.
* pt.c (convert_template_argument): Call reject_gcc_builtin.
* typeck.c (decay_conversion): Use new argument.
(c_decl_implicit): Define.
2015-09-02 Balaji V. Iyer <balaji.v.iyer@intel.com>
...
...
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