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
e8900287
Commit
e8900287
authored
17 years ago
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
va-arg-25.x: Remove.
* gcc.c-torture/execute/va-arg-25.x: Remove. From-SVN: r132347
parent
2e58df6e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
16 deletions
+7
-16
gcc/testsuite/ChangeLog
+7
-4
gcc/testsuite/gcc.c-torture/execute/va-arg-25.x
+0
-12
No files found.
gcc/testsuite/ChangeLog
View file @
e8900287
2008
-
02
-
15
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
*
gcc
.
c
-
torture
/
execute
/
va
-
arg
-
25
.
x
:
Remove
.
2008
-
02
-
15
Richard
Guenther
<
rguenther
@suse
.
de
>
Zdenek
Dvorak
<
ook
@ucw
.
cz
>
Zdenek
Dvorak
<
ook
@ucw
.
cz
>
PR
tree
-
optimization
/
35164
*
g
++
.
dg
/
torture
/
pr35164
-
1
.
C
:
New
testcase
.
...
...
@@ -8,9 +12,8 @@
2008
-
02
-
15
Dominique
d
'
Humieres
<
dominiq
@lps
.
ens
.
fr
>
PR
testsuite
/
35119
*
testsuite
/
g
++
.
dg
/
template
/
spec35
.
C
Change
the
regular
expressions
in
dg
-
final
to
match
the
assembly
code
generated
by
Darwin
9
.
*
testsuite
/
g
++
.
dg
/
template
/
spec35
.
C
:
Change
the
regular
expressions
in
dg
-
final
to
match
the
assembly
code
generated
by
Darwin
9
.
2008
-
02
-
15
Uros
Bizjak
<
ubizjak
@gmail
.
com
>
This diff is collapsed.
Click to expand it.
gcc/testsuite/gcc.c-torture/execute/va-arg-25.x
deleted
100644 → 0
View file @
2e58df6e
# With -Os we default to -mpreferred-stack-boundary=2, which is not
# enough for proper operation with V4SImode when the architecture
# default enables SSE. Arguably setting -mpreferred-stack-boundary=2
# under this condition is incorrect. Finding the correct set of
# options such that we don't exchange a FAIL for an XPASS is hard;
# simply force the stack boundary we need and forget about it for now.
if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
set additional_flags "-mpreferred-stack-boundary=4"
}
return 0
This diff is collapsed.
Click to expand it.
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