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
5e18a5b5
Commit
5e18a5b5
authored
Nov 20, 2015
by
Jakub Jelinek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up misplaced ChangeLog entry.
From-SVN: r230648
parent
cf5b92ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
gcc/ChangeLog
+0
-13
gcc/cp/ChangeLog
+13
-0
No files found.
gcc/ChangeLog
View file @
5e18a5b5
...
...
@@ -81,19 +81,6 @@
*
tree
.
h
(
desired_pro_or_demotion_p
):
New
function
.
*
tree
-
vrp
.
c
(
simplify_cond_using_ranges
):
Call
it
.
2015
-
11
-
19
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
Manuel
L
ó
pez
-
Ib
áñ
ez
<
manu
@
gcc
.
gnu
.
org
>
PR
c
++/
67409
*
decl
.
c
(
identify_goto
):
Add
LOC
and
DIAG_KIND
arguments
,
call
emit_diagnostic
instead
of
permerror
.
(
check_previous_goto_1
):
Adjust
identify_goto
callers
,
treat
all
cases
but
crossing
initialization
and
entering
scope
of
decl
with
non
-
trivial
dtor
as
unconditional
hard
errors
.
(
check_goto
):
Use
identify_goto
.
Treat
all
cases
but
crossing
initialization
and
entering
scope
of
decl
with
non
-
trivial
dtor
as
unconditional
hard
errors
.
2015
-
11
-
19
Michael
Matz
<
matz
@
suse
.
de
>
*
fwprop
.
c
(
update_uses
):
Use
flag_checking
instead
of
gcc/cp/ChangeLog
View file @
5e18a5b5
...
...
@@ -43,6 +43,19 @@
* pt.c (find_parameter_packs_r) [DECLTYPE_TYPE]: When traversing
the DECLTYPE_TYPE_EXPR, set type_pack_expansion_p to false.
2015-11-19 Jakub Jelinek <jakub@redhat.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>
PR c++/67409
* decl.c (identify_goto): Add LOC and DIAG_KIND arguments, call
emit_diagnostic instead of permerror.
(check_previous_goto_1): Adjust identify_goto callers, treat all
cases but crossing initialization and entering scope of decl with
non-trivial dtor as unconditional hard errors.
(check_goto): Use identify_goto. Treat all cases but crossing
initialization and entering scope of decl with non-trivial dtor
as unconditional hard errors.
2015-11-19 Cesar Philippidis <cesar@codesourcery.com>
* parser.h (struct cp_omp_declare_simd_data): Add clauses 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