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
c265f413
Commit
c265f413
authored
Jun 06, 2012
by
Sterling Augustine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Changelog entries to the right file.
From-SVN: r188284
parent
4b978f96
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
gcc/ChangeLog
+0
-11
gcc/c-family/ChangeLog
+12
-0
gcc/cp/ChangeLog
+5
-0
No files found.
gcc/ChangeLog
View file @
c265f413
...
...
@@ -177,17 +177,6 @@
* ira-costs.c (setup_regno_cost_classes_by_aclass): Use uniform
classes instead of pressure classes.
2012-06-04 Sterling Augustine <saugustine@google.com>
* gcc/c-family/c-pretty-print.h (pp_c_flag_gnu_v3): New enumerator.
* gcc/c-family/c-pretty-print.c (pp_c_specifier_qualifier_list): Check
it at both the start and end of the function.
* gcc/cp/error.c (dump_decl): Check pp_c_flag_gnu_v3.
(decl_as_dwarf_string, lang_decl_dwarf_name): New functions.
(lang_decl_name): Handle namespace decls.
* gcc/cp/cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name.
* gcc/cp/cp-lang.c: Call them.
2012-06-04 Aldy Hernandez <aldyh@redhat.com>
PR middle-end/47530
...
...
gcc/c-family/ChangeLog
View file @
c265f413
...
...
@@ -2,11 +2,23 @@
*
c
.
opt
(
fconserve
-
space
)
:
Turn
into
a
no
-
op
.
2012
-
06
-
04
Sterling
Augustine
<
saugustine
@google
.
com
>
*
c
-
pretty
-
print
.
h
(
pp_c_flag_gnu_v3
)
:
New
enumerator
.
*
c
-
pretty
-
print
.
c
(
pp_c_specifier_qualifier_list
)
:
Check
it
at
both
the
start
and
end
of
the
function
.
2012
-
06
-
04
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
c
-
common
.
c
:
Do
not
include
output
.
h
.
*
c
-
pragma
.
c
:
Likewise
.
2012
-
06
-
04
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
error
.
c
(
dump_decl
)
:
Check
pp_c_flag_gnu_v3
.
(
decl_as_dwarf_string
,
lang_decl_dwarf_name
)
:
New
functions
.
(
lang_decl_name
)
:
Handle
namespace
decls
.
2012
-
05
-
31
Steven
Bosscher
<
steven
@gcc
.
gnu
.
org
>
*
c
-
ada
-
spec
.
c
:
Do
not
include
output
.
h
.
...
...
gcc/cp/ChangeLog
View file @
c265f413
...
...
@@ -60,6 +60,11 @@
* call.c (build_conditional_expr_1): Use OPT_Wenum_compare
to control enumeral mismatch in conditional expression too.
2012-06-04 Sterling Augustine <saugustine@google.com>
* cp-tree.h: Declare decl_as_dwarf_string, lang_decl_dwarf_name.
* cp-lang.c (cxx_dwarf_name): Call them.
2012-06-04 Steven Bosscher <steven@gcc.gnu.org>
* semantics.c: Do not include output.h.
...
...
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