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
9162385b
Commit
9162385b
authored
May 22, 2006
by
Janis Johnson
Committed by
Janis Johnson
May 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/execute/20040709-2.c: Remove temporary hack for ppc64.
From-SVN: r113995
parent
3f2c089f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.c-torture/execute/20040709-2.c
+1
-6
No files found.
gcc/testsuite/ChangeLog
View file @
9162385b
2006
-
05
-
22
Janis
Johnson
<
janis187
@us
.
ibm
.
com
>
*
gcc
.
c
-
torture
/
execute
/
20040709
-
2
.
c
:
Remove
temporary
hack
for
ppc64
.
2006
-
05
-
22
Volker
Reichelt
<
reichelt
@igpm
.
rwth
-
aachen
.
de
>
PR
c
++/
27716
gcc/testsuite/gcc.c-torture/execute/20040709-2.c
View file @
9162385b
...
...
@@ -87,12 +87,7 @@ void test##S (void) \
abort (); \
}
#ifdef __powerpc64__
/* Temporary hack for broken PPC64 unaligned handling PR rtl-optimization/13674 */
# define pck
#else
# define pck __attribute__((packed))
#endif
#define pck __attribute__((packed))
struct
pck
A
{
unsigned
short
i
:
1
,
l
:
1
,
j
:
3
,
k
:
11
;
};
T
(
A
)
struct
pck
B
{
unsigned
short
i
:
4
,
j
:
1
,
k
:
11
;
unsigned
int
l
;
};
T
(
B
)
struct
pck
C
{
unsigned
int
l
;
unsigned
short
i
:
4
,
j
:
1
,
k
:
11
;
};
T
(
C
)
...
...
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