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
7b1521e0
Commit
7b1521e0
authored
Apr 20, 2004
by
Aldy Hernandez
Committed by
Aldy Hernandez
Apr 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
From-SVN: r80919
parent
90cb5151
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/vmx/vmx.exp
+4
-4
No files found.
gcc/testsuite/ChangeLog
View file @
7b1521e0
2004-04-20 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/vmx/vmx.exp: Change DEFAULT_CFLAGS to DEFAULT_VMXCFLAGS.
2004-04-20 Richard Sandiford <rsandifo@redhat.com>
2004-04-20 Richard Sandiford <rsandifo@redhat.com>
* gcc.dg/torture/mips-hilo-1.c: New test.
* gcc.dg/torture/mips-hilo-1.c: New test.
...
...
gcc/testsuite/gcc.dg/vmx/vmx.exp
View file @
7b1521e0
...
@@ -28,9 +28,9 @@ if {![istarget powerpc*-*-*altivec*]} {
...
@@ -28,9 +28,9 @@ if {![istarget powerpc*-*-*altivec*]} {
# If a testcase doesn't have special options, use these.
# If a testcase doesn't have special options, use these.
# -pedantic-errors is inappropriate here, as this subdirectory tests
# -pedantic-errors is inappropriate here, as this subdirectory tests
# nothing but extensions.
# nothing but extensions.
global DEFAULT_CFLAGS
global DEFAULT_
VMX
CFLAGS
if ![info exists DEFAULT_CFLAGS] then {
if ![info exists DEFAULT_
VMX
CFLAGS] then {
set DEFAULT_
CFLAGS "
-std=gnu99"
set DEFAULT_
VMXCFLAGS "-maltivec -mabi=altivec
-std=gnu99"
}
}
# Default action in this directory is 'run'.
# Default action in this directory is 'run'.
...
@@ -43,7 +43,7 @@ dg-init
...
@@ -43,7 +43,7 @@ dg-init
# Main loop.
# Main loop.
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] \
gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] \
$DEFAULT_CFLAGS
$DEFAULT_
VMX
CFLAGS
# All done.
# All done.
dg-finish
dg-finish
...
...
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