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
08eedf75
Commit
08eedf75
authored
Jul 01, 2014
by
Teresa Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct ChangeLog entries from r212041.
From-SVN: r212198
parent
5c9130b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
gcc/ChangeLog
+0
-11
gcc/c-family/ChangeLog
+8
-0
gcc/cp/ChangeLog
+6
-0
No files found.
gcc/ChangeLog
View file @
08eedf75
...
...
@@ -313,17 +313,6 @@
2014-06-26 Teresa Johnson <tejohnson@google.com>
* c-family/c-common.h (get_dump_info): Declare.
* c-family/c-gimplify.c (c_genericize): Use saved dump files.
* c-family/c-opts.c (c_common_parse_file): Begin and end dumps
once around parsing invocation.
(get_dump_info): New function.
* cp/class.c (dump_class_hierarchy): Use saved dump files.
(dump_vtable): Ditto.
(dump_vtt): Ditto.
2014-06-26 Teresa Johnson <tejohnson@google.com>
* doc/invoke.texi: Fix typo.
* dumpfile.c: Add support for documented -fdump-* options
optimized/missed/note/optall.
...
...
gcc/c-family/ChangeLog
View file @
08eedf75
...
...
@@ -34,6 +34,14 @@
*
c
.
opt
(
std
=
c
++
1
z
,
std
=
c
++
17
,
std
=
gnu
++
1
z
,
std
=
gnu
++
17
)
:
New
.
*
c
-
opts
.
c
(
c_common_handle_option
,
set_std_cxx1z
)
:
Handle
it
.
2014
-
06
-
26
Teresa
Johnson
<
tejohnson
@google
.
com
>
*
c
-
common
.
h
(
get_dump_info
)
:
Declare
.
*
c
-
gimplify
.
c
(
c_genericize
)
:
Use
saved
dump
files
.
*
c
-
opts
.
c
(
c_common_parse_file
)
:
Begin
and
end
dumps
once
around
parsing
invocation
.
(
get_dump_info
)
:
New
function
.
2014
-
06
-
23
Marek
Polacek
<
polacek
@redhat
.
com
>
Andrew
MacLeod
<
amacleod
@redhat
.
com
>
...
...
gcc/cp/ChangeLog
View file @
08eedf75
...
...
@@ -92,6 +92,12 @@
* parser.c (cp_lexer_nth_token_is): New.
(cp_parser_for_init_statement): Allow "for (id : init)".
2014-06-26 Teresa Johnson <tejohnson@google.com>
* class.c (dump_class_hierarchy): Use saved dump files.
(dump_vtable): Ditto.
(dump_vtt): Ditto.
2014-06-26 Adam Butcher <adam@jessamine.co.uk>
PR c++/61537
...
...
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