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
12a0a01a
Commit
12a0a01a
authored
Apr 04, 2008
by
Janis Johnson
Committed by
Janis Johnson
Apr 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr34856.c: Use -maltivec on powerpc linux.
From-SVN: r133910
parent
fdf4f148
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gcc.dg/pr34856.c
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
12a0a01a
2008
-
04
-
04
Janis
Johnson
<
janis187
@us
.
ibm
.
com
>
2008
-
04
-
04
Janis
Johnson
<
janis187
@us
.
ibm
.
com
>
*
gcc
.
dg
/
pr34856
.
c
:
Use
-
maltivec
on
powerpc
linux
.
PR
target
/
35620
PR
target
/
35620
*
gcc
.
dg
/
dfp
/
pr35620
.
c
:
New
test
.
*
gcc
.
dg
/
dfp
/
pr35620
.
c
:
New
test
.
*
gcc
.
dg
/
dfp
/
func
-
pointer
.
c
:
New
test
.
*
gcc
.
dg
/
dfp
/
func
-
pointer
.
c
:
New
test
.
gcc/testsuite/gcc.dg/pr34856.c
View file @
12a0a01a
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-options "-O2" } */
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2 -msse2" { target { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2 -maltivec" { target { powerpc*-*-linux* } } } */
typedef
unsigned
__attribute__
((
__mode__
(
__pointer__
)))
uintptr_t
;
typedef
unsigned
__attribute__
((
__mode__
(
__pointer__
)))
uintptr_t
;
...
...
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