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
aafc9fd6
Commit
aafc9fd6
authored
Nov 12, 1999
by
Diego Novillo
Committed by
Diego Novillo
Nov 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo patch from Nov/11/99 to init.c regarding misalignment of
cookie header for arrays of objects. From-SVN: r30505
parent
2848ad0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/cp/ChangeLog
+5
-0
gcc/cp/init.c
+1
-2
No files found.
gcc/cp/ChangeLog
View file @
aafc9fd6
Fri Nov 12 10:42:02 MST 1999 Diego Novillo <dnovillo@cygnus.com>
* init.c (init_init_processing): Undo patch from Nov 11, 1999.
Patch had not been approved yet.
1999-11-12 Mark Mitchell <mark@codesourcery.com>
1999-11-12 Mark Mitchell <mark@codesourcery.com>
* decl.c (compute_array_index_type): New function, split out from
* decl.c (compute_array_index_type): New function, split out from
...
...
gcc/cp/init.c
View file @
aafc9fd6
...
@@ -66,9 +66,8 @@ void init_init_processing ()
...
@@ -66,9 +66,8 @@ void init_init_processing ()
BI_header_type
=
make_lang_type
(
RECORD_TYPE
);
BI_header_type
=
make_lang_type
(
RECORD_TYPE
);
nelts_identifier
=
get_identifier
(
"nelts"
);
nelts_identifier
=
get_identifier
(
"nelts"
);
fields
[
0
]
=
build_lang_decl
(
FIELD_DECL
,
nelts_identifier
,
sizetype
);
fields
[
0
]
=
build_lang_decl
(
FIELD_DECL
,
nelts_identifier
,
sizetype
);
TYPE_ALIGN
(
BI_header_type
)
=
BIGGEST_ALIGNMENT
;
finish_builtin_type
(
BI_header_type
,
"__new_cookie"
,
fields
,
finish_builtin_type
(
BI_header_type
,
"__new_cookie"
,
fields
,
0
,
BI_header_typ
e
);
0
,
double_type_nod
e
);
BI_header_size
=
size_in_bytes
(
BI_header_type
);
BI_header_size
=
size_in_bytes
(
BI_header_type
);
ggc_add_tree_root
(
&
BI_header_type
,
1
);
ggc_add_tree_root
(
&
BI_header_type
,
1
);
...
...
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