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
275853ab
Commit
275853ab
authored
Nov 18, 2010
by
Richard Henderson
Committed by
Richard Henderson
Nov 18, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.target/i386/pr46470.c: Skip for 32-bit PIC.
From-SVN: r166910
parent
fb52b50a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.target/i386/pr46470.c
+5
-0
No files found.
gcc/testsuite/ChangeLog
View file @
275853ab
2010
-
11
-
18
Richard
Henderson
<
rth
@redhat
.
com
>
*
gcc
.
target
/
i386
/
pr46470
.
c
:
Skip
for
32
-
bit
PIC
.
2010
-
11
-
18
Nathan
Froyd
<
froydnj
@codesourcery
.
com
>
PR
c
/
33193
...
...
gcc/testsuite/gcc.target/i386/pr46470.c
View file @
275853ab
/* { dg-do compile } */
/* The pic register save adds unavoidable stack pointer references. */
/* { dg-skip-if "" { ilp32 && { ! nonpic } } { "*" } { "" } } */
/* These options are selected to ensure 1 word needs to be allocated
on the stack to maintain alignment for the call. This should be
transformed to push+pop. We also want to force unwind info updates. */
/* { dg-options "-Os -fomit-frame-pointer -fasynchronous-unwind-tables" } */
/* { dg-options "-Os -fomit-frame-pointer -mpreferred-stack-boundary=3 -fasynchronous-unwind-tables" { target ilp32 } } */
...
...
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