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
f7dc0dc5
Commit
f7dc0dc5
authored
Feb 13, 2004
by
Alan Modra
Committed by
Alan Modra
Feb 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/debug/20020327-1.c: Disable for powerpc64.
From-SVN: r77747
parent
213c4a8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
+13
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/debug/20020327-1.c
+9
-1
No files found.
gcc/testsuite/ChangeLog
View file @
f7dc0dc5
2004-02-12 Alan Modra <amodra@bigpond.net.au>
* gcc.dg/debug/20020327-1.c: Disable for powerpc64.
2004-02-12 Nathaniel Smith <njs@codesourcery.com>
* lib/scanasm.exp (dg-scan): Quote pattern before display.
...
...
gcc/testsuite/gcc.dg/debug/20020327-1.c
View file @
f7dc0dc5
/* { dg-do link
{ xfail powerpc64*-*-* }
} */
/* { dg-do link } */
#ifndef __powerpc64__
/* Fails on powerpc64-linux due to the function Letext using a global
.Letext symbol that conflicts with .Letext emitted by gcc with
-gstabs. Some day the linker will be fixed to not require global
"dot" syms, but for now disable this test entirely for powerpc64.
Using xfail doesn't work, nor does dg-excess-errors because some
combinations of command line options won't cause this test to fail. */
void
Letext
(
void
)
{
}
#endif
int
main
()
{
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