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
df43e02a
Commit
df43e02a
authored
Sep 18, 2014
by
H.J. Lu
Committed by
H.J. Lu
Sep 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gcc.dg/pr61053.c for x32
* gcc.dg/pr61053.c: Updated for x32. From-SVN: r215369
parent
dd69f047
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/pr61053.c
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
df43e02a
2014
-
09
-
18
H
.
J
.
Lu
<
hongjiu
.
lu
@
intel
.
com
>
*
gcc
.
dg
/
pr61053
.
c
:
Updated
for
x32
.
2014
-
09
-
18
Vladimir
Makarov
<
vmakarov
@
redhat
.
com
>
PR
debug
/
63285
...
...
gcc/testsuite/gcc.dg/pr61053.c
View file @
df43e02a
...
...
@@ -31,17 +31,17 @@ _Alignas (long double) int ild;
_Alignas
(
char
)
long
int
lic
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
short
int
)
long
int
lis
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
int
)
long
int
lii
;
/* { dg-error "cannot reduce alignment" "" { target { ! { i
a
32 } } } } */
_Alignas
(
int
)
long
int
lii
;
/* { dg-error "cannot reduce alignment" "" { target { ! { i
lp
32 } } } } */
_Alignas
(
long
int
)
long
int
lil
;
_Alignas
(
long
long
int
)
long
int
lill
;
_Alignas
(
float
)
long
int
lif
;
/* { dg-error "cannot reduce alignment" "" { target { ! { i
a
32 } } } } */
_Alignas
(
float
)
long
int
lif
;
/* { dg-error "cannot reduce alignment" "" { target { ! { i
lp
32 } } } } */
_Alignas
(
double
)
long
int
lid
;
_Alignas
(
long
double
)
long
int
lild
;
_Alignas
(
char
)
long
long
int
llic
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
short
int
)
long
long
int
llis
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
int
)
long
long
int
llii
;
/* { dg-error "cannot reduce alignment" "" { target { ! { ia32 } } } } */
_Alignas
(
long
int
)
long
long
int
llil
;
_Alignas
(
long
int
)
long
long
int
llil
;
/* { dg-error "cannot reduce alignment" "" { target { x32 } } } */
_Alignas
(
long
long
int
)
long
long
int
llill
;
_Alignas
(
float
)
long
long
int
llif
;
/* { dg-error "cannot reduce alignment" "" { target { ! { ia32 } } } } */
_Alignas
(
double
)
long
long
int
llid
;
...
...
@@ -59,7 +59,7 @@ _Alignas (long double) float fld;
_Alignas
(
char
)
double
dc
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
short
int
)
double
ds
;
/* { dg-error "cannot reduce alignment" } */
_Alignas
(
int
)
double
di
;
/* { dg-error "cannot reduce alignment" "" { target { ! { ia32 } } } } */
_Alignas
(
long
int
)
double
dl
;
_Alignas
(
long
int
)
double
dl
;
/* { dg-error "cannot reduce alignment" "" { target { x32 } } } */
_Alignas
(
long
long
int
)
double
dll
;
_Alignas
(
float
)
double
df
;
/* { dg-error "cannot reduce alignment" "" { target { ! { ia32 } } } } */
_Alignas
(
double
)
double
dd
;
...
...
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