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
69788039
Commit
69788039
authored
Oct 02, 2002
by
Matt Austern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed ChangLog entries that went in the wrong place.
From-SVN: r57753
parent
593bbdc1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
gcc/ChangeLog
+0
-9
gcc/cp/ChangeLog
+9
-0
No files found.
gcc/ChangeLog
View file @
69788039
...
...
@@ -4,11 +4,6 @@
*
config
/
i386
/
i386
.
c
(
ix86_register_move_cost
)
:
Increase
cost
for
secondary_memory_needed
pairs
.
2002
-
10
-
02
Matt
Austern
<
austern
@apple
.
com
>
*
class
.
c
(
check_field_decls
)
:
Changed
warning
about
const
member
variables
so
that
it
doesn
'
t
get
issued
for
a
class
aggregate
.
2002
-
10
-
02
Nathanael
Nerode
<
neroden
@gcc
.
gnu
.
org
>
*
doc
/
vms
.
texi
:
Blow
away
false
include
file
section
.
...
...
@@ -27,10 +22,6 @@
*
tree
.
h
(
enum
ptrmemfunc_vbit_where_t
)
:
Move
definition
to
here
from
cp
/
cp
-
tree
.
h
.
2002
-
10
-
02
Matt
Austern
<
austern
@apple
.
com
>
*
cp
/
decl
.
c
(
walk_vtables_r
)
:
Fixed
typo
that
caused
result
to
never
get
a
nonzero
value
.
Wed
Oct
2
17
:
01
:
36
CEST
2002
Jan
Hubicka
<
jh
@suse
.
cz
>
*
i386
.
c
(
print_operand_address
)
:
Use
RIP
addressing
for
offsetted
...
...
gcc/cp/ChangeLog
View file @
69788039
...
...
@@ -24,6 +24,10 @@
(tsubst_initializer_list): Use expand_member_init.
* semantics.c (finish_mem_intiailizers): Simplify.
2002-10-02 Matt Austern <austern@apple.com>
* decl.c (walk_vtables_r): Fixed typo that caused result to
never get a nonzero value.
2002-10-02 Roger Sayle <roger@eyesopen.com>
PR optimization/6627
...
...
@@ -33,6 +37,11 @@
in function pointers, ensure that force_align_functions_log
is atleast one.
2002-10-02 Matt Austern <austern@apple.com>
* class.c (check_field_decls): Changed warning about const member
variables so that it doesn't get issued for a class aggregate.
2002-10-01 Mark Mitchell <mark@codesourcery.com>
* decl.c (cp_finish_decl): Make sure array types are laid out,
...
...
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