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
93ac482a
Commit
93ac482a
authored
Aug 01, 2017
by
Uros Bizjak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
naked-1.c (dg-options): Add -fno-pic.
* gcc.target/i386/naked-1.c (dg-options): Add -fno-pic. From-SVN: r250757
parent
7670a542
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/testsuite/ChangeLog
+5
-1
gcc/testsuite/gcc.target/i386/naked-1.c
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
93ac482a
2017-07-31 Uros Bizjak <ubizjak@gmail.com>
* gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.
2017-07-31 Steve Ellcey <sellcey@cavium.com>
2017-07-31 Steve Ellcey <sellcey@cavium.com>
PR tree-optimization/80925
PR tree-optimization/80925
* gcc.dg/vect/no-section-anchors-vect-69.c: Add
* gcc.dg/vect/no-section-anchors-vect-69.c: Add
--param vect-max-peeling-for-alignment=0 option.
--param vect-max-peeling-for-alignment=0 option.
Remove unaligned access and peeling checks.
Remove unaligned access and peeling checks.
* gcc.dg/vect/section-anchors-vect-69.c: Ditto.
* gcc.dg/vect/section-anchors-vect-69.c: Ditto.
...
...
gcc/testsuite/gcc.target/i386/naked-1.c
View file @
93ac482a
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O0" } */
/* { dg-options "-O0
-fno-pic
" } */
/* Verify that __attribute__((naked)) produces a naked function
/* Verify that __attribute__((naked)) produces a naked function
that does not use ret to return but traps at the end. */
that does not use ret to return but traps at the end. */
...
...
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