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
6e97f1f9
Commit
6e97f1f9
authored
Apr 16, 2004
by
John David Anglin
Committed by
John David Anglin
Apr 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/funcorder.c: xfail hppa*64*-*-*.
From-SVN: r80769
parent
46fcabbc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+3
-1
gcc/testsuite/gcc.dg/funcorder.c
+4
-2
No files found.
gcc/testsuite/ChangeLog
View file @
6e97f1f9
2004-04-16 John David Anglin <dava.anglin@nrc-cnrc.gc.ca>
2004-04-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/funcorder.c: xfail hppa*64*-*-*.
* const-elim-1.c: xfail hppa-*-*.
...
...
gcc/testsuite/gcc.dg/funcorder.c
View file @
6e97f1f9
/* { dg-do compile } */
/* { dg-options "-O2 -funit-at-a-time" } */
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r" } else { scan-assembler-not "link_error" } } } */
/* { dg-final { if [ istarget hppa*-*-* ] { scan-assembler-not "link_error,%r"
{ xfail hppa*64*-*-* }
} else { scan-assembler-not "link_error" } } } */
/* In unit-at-time the functions should be assembled in order
e q t main, so we realize that they are pure. */
e q t main, so we realize that they are pure. The test is
xfailed on hppa64 because variable r in q is sign extended
to 64-bits. As a result, "if (t!=mem)" is not simplified. */
static
int
mem
;
static
int
e
(
void
)
__attribute__
((
noinline
));
...
...
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