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
b1726d6c
Commit
b1726d6c
authored
Oct 22, 2015
by
Martin Sebor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up ChangeLog for rev. 229155.
From-SVN: r229195
parent
aba77695
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
14 deletions
+27
-14
gcc/ChangeLog
+2
-5
gcc/ada/ChangeLog
+8
-2
gcc/c-family/ChangeLog
+12
-7
gcc/fortran/ChangeLog
+5
-0
No files found.
gcc/ChangeLog
View file @
b1726d6c
...
...
@@ -91,10 +91,8 @@
documented. Mention when using an option is diagnosed.
* gcc.c (display_help): End each sentence with a period.
* ada/gcc-interface/lang.opt: End each sentence that describes
an option with a period.
* c-family/c.opt: Same.
* common.opt: Same.
* common.opt: End each sentence that describes an option with
a period.
* config/aarch64/aarch64.opt: Same.
* config/alpha/alpha.opt: Same.
* config/arc/arc.opt: Same.
...
...
@@ -169,7 +167,6 @@
* config/vms/vms.opt: Same.
* config/vxworks.opt: Same.
* config/xtensa/xtensa.opt: Same.
* fortran/lang.opt: Same.
2015-10-21 Aditya Kumar <aditya.k7@samsung.com>
Sebastian Pop <s.pop@samsung.com>
gcc/ada/ChangeLog
View file @
b1726d6c
...
...
@@ -6,6 +6,12 @@
*
gcc
-
interface
/
utils2
.
c
(
build_binary_op
,
build_unary_op
):
Use
gcc_checking_assert
2015
-
10
-
21
Martin
Sebor
<
msebor
@
redhat
.
com
>
PR
driver
/
68043
*
gcc
-
interface
/
lang
.
opt
:
End
each
sentence
that
describes
an
option
with
a
period
.
2015
-
10
-
20
Yannick
Moy
<
moy
@
adacore
.
com
>
*
fmap
.
adb
,
a
-
cihama
.
adb
,
sem_ch5
.
adb
,
make
.
adb
,
inline
.
adb
,
...
...
@@ -1753,7 +1759,7 @@
*
gcc
-
interface
/
trans
.
c
:
Likewise
.
*
gcc
-
interface
/
utils
.
c
:
Likewise
.
*
gcc
-
interface
/
utils2
.
c
:
Likewise
.
2015
-
06
-
08
John
Marino
<
gnugcc
@
marino
.
st
>
*
a
-
intnam
-
dragonfly
.
ads
:
New
.
...
...
@@ -5974,7 +5980,7 @@
2015-01-07 Tristan Gingold <gingold@adacore.com>
PR ada/64349
PR ada/64349
* env.c (__gnat_environ): Adjust for darwin9/darwin10.
2015-01-07 Javier Miranda <miranda@adacore.com>
...
...
gcc/c-family/ChangeLog
View file @
b1726d6c
2015
-
10
-
21
Martin
Sebor
<
msebor
@
redhat
.
com
>
PR
driver
/
68043
*
c
.
opt
:
End
each
sentence
that
describes
an
option
with
a
period
.
2015
-
10
-
20
Marek
Polacek
<
polacek
@
redhat
.
com
>
*
array
-
notation
-
common
.
c
(
is_cilkplus_vector_p
):
Define
.
...
...
@@ -442,7 +447,7 @@
(c_alignof_expr): Likewise.
* c-pretty-print.c (c_pretty_printer::postfix_expression): Likewise.
* c-ubsan.c (ubsan_instrument_bounds): Likewise.
* cilk.c (create_parm_list): Likewise.
* cilk.c (create_parm_list): Likewise.
2015-06-26 Marek Polacek <polacek@redhat.com>
...
...
@@ -632,7 +637,7 @@
STACK_GROWS_DOWNWARD
rather
than
if
it
is
defined
.
2015
-
05
-
21
Manuel
L
ó
pez
-
Ib
áñ
ez
<
manu
@
gcc
.
gnu
.
org
>
PR
c
/
52952
*
c
-
format
.
c
(
location_column_from_byte_offset
):
New
.
(
location_from_offset
):
New
.
...
...
@@ -915,7 +920,7 @@
2015-01-21 Jakub Jelinek <jakub@redhat.com>
PR c/63307
* cilk.c (fill_decls_vec): Only put decls into vector v.
* cilk.c (fill_decls_vec): Only put decls into vector v.
(compare_decls): Fix up formatting.
2015-01-21 Igor Zamyatin <igor.zamyatin@intel.com>
...
...
@@ -1723,7 +1728,7 @@
2014
-
07
-
03
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
*
c
-
ada
-
spec
.
c
(
dump_ada_nodes
):
Don
't call qsort if
*
c
-
ada
-
spec
.
c
(
dump_ada_nodes
):
Don
't call qsort if
comments->count <= 1, as comments->entries might be NULL.
2014-07-01 Marek Polacek <polacek@redhat.com>
...
...
@@ -2249,7 +2254,7 @@
PRAGMA_CILK_CLAUSE_FIRSTPRIVATE
,
PRAGMA_CILK_CLAUSE_LASTPRIVATE
,
PRAGMA_CILK_CLAUSE_UNIFORM
.
2013
-
12
-
11
Balaji
V
.
Iyer
<
balaji
.
v
.
iyer
@
intel
.
com
>
*
cilk
.
c
(
cilk_outline
):
Made
this
function
non
-
static
.
...
...
@@ -2285,7 +2290,7 @@
* c-common.h (c_sizeof_or_alignof_type): Update prototype.
(c_sizeof, c_alignof): Update calls to c_sizeof_or_alignof_type.
2013-12-04 Jakub Jelinek <jakub@redhat.com>
2013-12-04 Jakub Jelinek <jakub@redhat.com>
Marek Polacek <polacek@redhat.com>
* c-gimplify.c (c_gimplify_expr): If doing the integer-overflow
...
...
@@ -4959,7 +4964,7 @@
*
c
-
common
.
h
(
objc_add_property_variable
):
Renamed
to
objc_add_property_declaration
.
Added
location
argument
.
*
stub
-
objc
.
c
(
objc_add_property_variable
):
Same
change
.
2010
-
10
-
23
Nicola
Pero
<
nicola
.
pero
@
meta
-
innovation
.
com
>
*
c
-
common
.
h
(
objc_maybe_printable_name
):
New
.
...
...
gcc/fortran/ChangeLog
View file @
b1726d6c
2015-10-21 Martin Sebor <msebor@redhat.com>
PR driver/68043
* lang.opt: End each sentence that describes an option with a period.
2015-10-21 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/67939
...
...
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