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
7246b890
Commit
7246b890
authored
Oct 01, 2012
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move PR c++/19351 ChangeLog entry to correct ChangeLog.
From-SVN: r191891
parent
0ea55619
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
gcc/ChangeLog
+0
-8
gcc/cp/ChangeLog
+8
-0
No files found.
gcc/ChangeLog
View file @
7246b890
...
@@ -3600,14 +3600,6 @@
...
@@ -3600,14 +3600,6 @@
(inline_read_section): Stream in loop_iterations.
(inline_read_section): Stream in loop_iterations.
(inline_write_summary): Stream out loop_iterations.
(inline_write_summary): Stream out loop_iterations.
2012-08-20 Florian Weimer <fweimer@redhat.com>
PR c++/19351
* call.c (build_operator_new_call): Add size_check argument and
evaluate it.
* cp-tree.h (build_operator_new_call): Adjust declaration.
* init.c (build_new_1): Compute array size check and apply it.
2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
2012-08-20 Oleg Endo <olegendo@gcc.gnu.org>
PR target/54089
PR target/54089
...
...
gcc/cp/ChangeLog
View file @
7246b890
...
@@ -372,6 +372,14 @@
...
@@ -372,6 +372,14 @@
(ARGUMENT_PACK_INCOMPLETE_P): Use TREE_ADDRESSABLE instead of
(ARGUMENT_PACK_INCOMPLETE_P): Use TREE_ADDRESSABLE instead of
TREE_LANG_FLAG_0 on TREE_VECs.
TREE_LANG_FLAG_0 on TREE_VECs.
2012-08-20 Florian Weimer <fweimer@redhat.com>
PR c++/19351
* call.c (build_operator_new_call): Add size_check argument and
evaluate it.
* cp-tree.h (build_operator_new_call): Adjust declaration.
* init.c (build_new_1): Compute array size check and apply it.
2012-08-20 Paolo Carlini <paolo.carlini@oracle.com>
2012-08-20 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/10416
PR c++/10416
...
...
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