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
1df01687
Commit
1df01687
authored
Jun 07, 2006
by
Steve Ellcey
Committed by
Steve Ellcey
Jun 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/pr27095.c: Improve scanning.
From-SVN: r114467
parent
3416d7cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/pr27095.c
+6
-1
No files found.
gcc/testsuite/ChangeLog
View file @
1df01687
2006
-
06
-
07
Steve
Ellcey
<
sje
@cup
.
hp
.
com
>
*
gcc
.
dg
/
pr27095
.
c
:
Improve
scanning
.
2006
-
06
-
07
Paul
Thomas
<
pault
@gcc
.
gnu
.
org
>
PR
fortran
/
23091
gcc/testsuite/gcc.dg/pr27095.c
View file @
1df01687
...
...
@@ -11,4 +11,9 @@ main (int argc, char **argv)
memset
(
x
,
argc
,
strlen
(
x
));
return
0
;
}
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" { xfail *-*-darwin* } } } */
/* { dg-final { scan-assembler-not "(?n)strlen\(.*\n\)+.*strlen" { target { ! { *-*-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* } } } */
/* 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