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
879c22ac
Commit
879c22ac
authored
Jun 08, 2006
by
Mike Stump
Committed by
Mike Stump
Jun 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr27095.c: Account for stubs.
From-SVN: r114499
parent
23f99493
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
gcc/testsuite/ChangeLog
+2
-0
gcc/testsuite/gcc.dg/pr27095.c
+3
-2
No files found.
gcc/testsuite/ChangeLog
View file @
879c22ac
2006
-
06
-
08
Mike
Stump
<
mrs
@apple
.
com
>
*
gcc
.
dg
/
pr27095
.
c
:
Account
for
stubs
.
PR
target
/
26427
*
gcc
.
dg
/
pr26427
.
c
:
Test
to
ensure
that
-
fsection
-
anchors
doesn
'
t
produce
bad
code
on
darwin
.
gcc/testsuite/gcc.dg/pr27095.c
View file @
879c22ac
...
...
@@ -11,9 +11,10 @@ main (int argc, char **argv)
memset
(
x
,
argc
,
strlen
(
x
));
return
0
;
}
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" { target { ! { *-*-darwin* hppa*-*-hpux* ia64-*-hpux* } } } } } */
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" { target { ! {
powerpc
*-*-darwin* hppa*-*-hpux* ia64-*-hpux* } } } } } */
/* hppa*-*-hpux* has an IMPORT statement for strlen (plus the branch). */
/* *-*-darwin* has something similar. */
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen\(.*\n\)+.*strlen" { target hppa*-*-hpux* *-*-darwin* } } } */
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen\(.*\n\)+.*strlen" { target hppa*-*-hpux* } } } */
/* { dg-final { scan-assembler-not "(?n)bl L_strlen\(.*\n\)+.*bl L_strlen" { target powerpc*-*-darwin* } } } */
/* ia64-*-hpux* has a global statement, a type statement, and the branch. */
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen\(.*\n\)+.*strlen\(.*\n\)+.*strlen" { target ia64-*-hpux* } } } */
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