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
6bc8bc85
Commit
6bc8bc85
authored
Sep 22, 1999
by
Nick Clifton
Committed by
Nick Clifton
Sep 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix/suppress some testsuite failures for the Arm.
From-SVN: r29583
parent
c8922b32
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
gcc/testsuite/gcc.c-torture/ChangeLog
+7
-0
gcc/testsuite/gcc.c-torture/execute/980526-1.x
+11
-0
gcc/testsuite/gcc.c-torture/execute/comp-goto-1.x
+11
-0
No files found.
gcc/testsuite/gcc.c-torture/ChangeLog
View file @
6bc8bc85
1999-09-22 Nick Clifton <nickc@cygnus.com>
* execute/comp-goto-1.x: New file. Do not generate debug info
when building for arm targets.
* execute/980526-1.x: New file. Expect failure for Arm and Fr30
toolchains at -O3.
1999-09-21 Nick Clifton <nickc@cygnus.com>
* special/special.exp: Add FR30 to list of targets for which -fpic
...
...
gcc/testsuite/gcc.c-torture/execute/980526-1.x
0 → 100644
View file @
6bc8bc85
set torture_eval_before_execute {
set compiler_conditional_xfail_data {
"I sure wish I knew why this was hosed (arm-elf is OK now)" \
"*arm-*-coff *arm-*-pe thumb-*-coff thumb-*-pe fr30-*-elf" \
{"-O3"} \
{"" }
}
}
return 0
gcc/testsuite/gcc.c-torture/execute/comp-goto-1.x
0 → 100644
View file @
6bc8bc85
if {[istarget "*arm-*-*"] || [istarget "thumb-*-*"]} {
# On the Arm specifying -g produces a bogus label reference
# in debugging output.
set torture_eval_before_compile {
set additional_flags "-g0"
}
}
return 0
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