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
5269bfe2
Commit
5269bfe2
authored
Mar 12, 2005
by
Geoffrey Keating
Committed by
Geoffrey Keating
Mar 12, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/vmx/darwin-abi-3.c: Delete.
From-SVN: r96332
parent
9a2a5d37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
34 deletions
+4
-34
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/vmx/darwin-abi-3.c
+0
-34
No files found.
gcc/testsuite/ChangeLog
View file @
5269bfe2
2005
-
03
-
12
Geoffrey
Keating
<
geoffk
@apple
.
com
>
*
gcc
.
dg
/
vmx
/
darwin
-
abi
-
3
.
c
:
Delete
.
2005
-
03
-
11
Per
Bothner
<
per
@bothner
.
com
>
*
gcc
.
dg
/
cpp
/
direct2
.
c
:
With
new
lexer
changes
,
error
"before string
...
...
gcc/testsuite/gcc.dg/vmx/darwin-abi-3.c
deleted
100644 → 0
View file @
9a2a5d37
/* { dg-do run { target powerpc*-*-darwin* } } */
/* This check was originally in test vmx/varargs-4.c. It does not
match the expected behavior according to the PowerPC-64 ELF ABI. */
#include <altivec.h>
extern
void
abort
(
void
);
extern
void
exit
(
int
);
typedef
struct
n_a
{
signed
char
m1
;
short
m2
;
int
m3
;
double
m4
;
vector
float
m5
;
}
n_a
;
typedef
struct
n_a_x
{
n_a
b
;
char
a
;
}
n_a_x
;
int
main
()
{
if
(
sizeof
(
n_a_x
)
-
sizeof
(
n_a
)
!=
sizeof
(
n_a
))
abort
();
exit
(
0
);
}
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