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
2e5b4448
Commit
2e5b4448
authored
May 17, 1999
by
Andreas Schwab
Committed by
Jeff Law
May 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c-torture/compile/990517-1.c: New test.
From-SVN: r26963
parent
71a874cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletions
+33
-1
gcc/testsuite/ChangeLog
+3
-1
gcc/testsuite/gcc.c-torture/compile/990517-1.c
+30
-0
No files found.
gcc/testsuite/ChangeLog
View file @
2e5b4448
1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1999-05-17 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* execute/990326-1.c: Force bitfields to be aligned.
* gcc.c-torture/compile/990517-1.c: New test.
* gcc.c-torture/execute/990326-1.c: Force bitfields to be aligned.
(e4, f4): New tests.
(e4, f4): New tests.
(main): Call them.
(main): Call them.
...
...
gcc/testsuite/gcc.c-torture/compile/990517-1.c
0 → 100644
View file @
2e5b4448
/* Extracted from the sdm module in perl. */
typedef
struct
{
char
*
dptr
;
int
dsize
;
}
datum
;
extern
long
sdbm_hash
(
char
*
,
int
)
;
extern
void
sdbm__putpair
(
char
*
,
datum
,
datum
)
;
void
sdbm__splpage
(
char
*
pag
,
char
*
New
,
long
int
sbit
)
{
datum
key
;
datum
val
;
register
int
n
;
register
int
off
=
1024
;
char
cur
[
1024
];
register
short
*
ino
=
(
short
*
)
cur
;
(
void
)
memcpy
(
cur
,
pag
,
1024
);
(
void
)
({
void
*
__s
=
(
pag
);
__builtin_memset
(
__s
,
'\0'
,
1024
)
;
__s
;
});
(
void
)
({
void
*
__s
=
(
New
);
__builtin_memset
(
__s
,
'\0'
,
1024
)
;
__s
;
});
n
=
ino
[
0
];
for
(
ino
++
;
n
>
0
;
ino
+=
2
)
{
key
.
dptr
=
cur
+
ino
[
0
];
key
.
dsize
=
off
-
ino
[
0
];
val
.
dptr
=
cur
+
ino
[
1
];
val
.
dsize
=
ino
[
0
]
-
ino
[
1
];
(
void
)
sdbm__putpair
((
sdbm_hash
((
key
).
dptr
,
(
key
).
dsize
)
&
sbit
)
?
New
:
pag
,
key
,
val
);
off
=
ino
[
1
];
n
-=
2
;
}
}
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