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
a2f325f9
Commit
a2f325f9
authored
Dec 16, 2015
by
Martin Sebor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct ChangeLogs for PR c++/42121 and related.
From-SVN: r231734
parent
7585d94f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
gcc/ChangeLog
+1
-1
gcc/cp/ChangeLog
+5
-5
gcc/testsuite/ChangeLog
+5
-5
No files found.
gcc/ChangeLog
View file @
a2f325f9
...
@@ -262,7 +262,7 @@
...
@@ -262,7 +262,7 @@
2015
-
12
-
15
Martin
Sebor
<
msebor
@
redhat
.
com
>
2015
-
12
-
15
Martin
Sebor
<
msebor
@
redhat
.
com
>
c
++/
42121
PR
c
++/
42121
*
tree
-
chkp
.
c
(
chkp_find_bound_slots_1
):
Handle
flexible
array
*
tree
-
chkp
.
c
(
chkp_find_bound_slots_1
):
Handle
flexible
array
members
.
members
.
*
tree
.
c
(
type_contains_placeholder_1
):
Avoid
assuming
type
has
*
tree
.
c
(
type_contains_placeholder_1
):
Avoid
assuming
type
has
gcc/cp/ChangeLog
View file @
a2f325f9
...
@@ -29,11 +29,11 @@
...
@@ -29,11 +29,11 @@
2015-12-15 Martin Sebor <msebor@redhat.com>
2015-12-15 Martin Sebor <msebor@redhat.com>
c++/42121
PR
c++/42121
c++/68478
PR
c++/68478
c++/68613
PR
c++/68613
c++/68689
PR
c++/68689
c++/68710
PR
c++/68710
* class.c (walk_subobject_offsets): Avoid assuming type domain
* class.c (walk_subobject_offsets): Avoid assuming type domain
is non-null or has an upper bound.
is non-null or has an upper bound.
(layout_class_type): Include type size in error message.
(layout_class_type): Include type size in error message.
...
...
gcc/testsuite/ChangeLog
View file @
a2f325f9
...
@@ -115,11 +115,11 @@
...
@@ -115,11 +115,11 @@
2015-12-15 Martin Sebor <msebor@redhat.com>
2015-12-15 Martin Sebor <msebor@redhat.com>
c++/42121
PR
c++/42121
c++/68478
PR
c++/68478
c++/68613
PR
c++/68613
c++/68689
PR
c++/68689
c++/68710
PR
c++/68710
* g++.dg/compat/struct-layout-1_generate.c: Avoid generating
* g++.dg/compat/struct-layout-1_generate.c: Avoid generating
further fields after the first flexible array member.
further fields after the first flexible array member.
* g++.dg/ext/flexary2.C: Expect a sole flexible array member
* g++.dg/ext/flexary2.C: Expect a sole flexible array member
...
...
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