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
55760a0c
Commit
55760a0c
authored
May 24, 2000
by
Donald Lindsay
Committed by
Don Lindsay
May 24, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make g++ struct packing attribute sensitive to -fpack-struct, as per docn
From-SVN: r34139
parent
aa134ba7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/cp/ChangeLog
+5
-0
gcc/cp/semantics.c
+1
-0
No files found.
gcc/cp/ChangeLog
View file @
55760a0c
Mon May 15 11:46:29 2000 Donald Lindsay <dlindsay@cygnus.com>
* semantics.c (begin_class_definition): make the packed
attribute be sensitive to the "-fpack-struct" command line flag
2000-05-24 Mark Mitchell <mark@codesourcery.com>
* init.c (sort_member_init): Fix typo in error message generation
...
...
gcc/cp/semantics.c
View file @
55760a0c
...
...
@@ -1946,6 +1946,7 @@ begin_class_definition (t)
maybe_process_partial_specialization
(
t
);
pushclass
(
t
,
1
);
TYPE_BEING_DEFINED
(
t
)
=
1
;
TYPE_PACKED
(
t
)
=
flag_pack_struct
;
/* Reset the interface data, at the earliest possible
moment, as it might have been set via a class foo;
before. */
...
...
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