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
aa6b9f6d
Commit
aa6b9f6d
authored
Jun 03, 2003
by
J"orn Rennecke
Committed by
Joern Rennecke
Jun 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
From-SVN: r67398
parent
23656642
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/g++.dg/abi/empty6.C
+6
-1
No files found.
gcc/testsuite/ChangeLog
View file @
aa6b9f6d
2003-06-03 J"orn Rennecke <joern.rennecke@superh.com>
* g++.dg/abi/empty6.C (B): Request alignment of 8 bytes.
* gcc.dg/torture/builtin-noret-1.c (_exit, _Exit): Make weak.
* gcc.dg/torture/builtin-noret-2.c (_exit, _Exit): Likewise.
...
...
gcc/testsuite/g++.dg/abi/empty6.C
View file @
aa6b9f6d
...
...
@@ -5,4 +5,9 @@ struct A {};
struct
B
{
A
a
;
// { dg-warning "empty" }
virtual
void
f
()
{}
};
}
__attribute__
((
aligned
(
8
)));
/* The preceding attribute is necessary on targets with
BIGGEST_ALIGNMENT <= 32 to trigger the warning, as otherwise a 32 bit
offset is split into DECL_FIELD_OFFSET 4 and DECL_FIELD_BIT_OFFSET 0,
and then there is no discrepancy between DECL_FIELD_OFFSET and
byte_position to warn about. */
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