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
0a7db788
Commit
0a7db788
authored
Nov 26, 2014
by
Rainer Orth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip gcc.target/i386/mcount_pic.c on Solaris
From-SVN: r218080
parent
5d45c9c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/testsuite/gcc.target/i386/mcount_pic.c
+2
-2
gcc/testsuite/gcc.target/i386/pr63620.c
+1
-1
No files found.
gcc/testsuite/gcc.target/i386/mcount_pic.c
View file @
0a7db788
...
...
@@ -3,7 +3,7 @@
/* { dg-do run } */
/* { dg-require-effective-target fpic } */
/* { dg-require-effective-target ia32 } */
/* { dg-options "-O2 -fpic -p -save-temps" } */
/* { dg-options "-O2 -fpic -p
g
-save-temps" } */
int
main
()
{
...
...
@@ -11,5 +11,5 @@ int main ()
}
/* { dg-final { scan-assembler "mcount" } } */
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk"
{ xfail { *-*-solaris* && { ! gld } } }
} } */
/* { dg-final { cleanup-saved-temps } } */
gcc/testsuite/gcc.target/i386/pr63620.c
View file @
0a7db788
...
...
@@ -17,4 +17,4 @@ test (__float128 x, int p, func f)
return
x
;
}
/* { dg-final { scan-assembler "get_pc_thunk" } } */
/* { dg-final { scan-assembler "get_pc_thunk"
{ xfail { *-*-solaris* && { ! gld } } }
} } */
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