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
29ee7b16
Commit
29ee7b16
authored
Oct 19, 2003
by
Zdenek Dvorak
Committed by
Zdenek Dvorak
Oct 19, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
From-SVN: r72682
parent
cb0bc263
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gcc.dg/old-style-asm-1.c
+5
-6
No files found.
gcc/testsuite/ChangeLog
View file @
29ee7b16
2003-10-19 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* gcc.dg/old-style-asm-1.c: Use scan-assembler-times.
2003-10-18 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/12495
...
...
gcc/testsuite/gcc.dg/old-style-asm-1.c
View file @
29ee7b16
...
...
@@ -18,10 +18,9 @@ void foo(int v)
/* The purpose of the test below is to check that there are two branches
in the generated code, supposedly corresponding to the if-statements.
Warning: this is fragile and assumes that one of the generated labels
for the branches matches the string "L2", or as with
mmix-knuth-mmixware, "L:2". That assumption is generally invalid,
Warning: this is fragile and assumes that the generated labels for the
branches contain letter "L". That assumption is generally invalid,
because for example it depends on the target macro
ASM_GENERATE_INTERNAL_LABEL to generate
a name matching this regexp (as
with the default
definition). */
/* { dg-final { scan-assembler
"L(:|\\\$0*)?2"
} } */
ASM_GENERATE_INTERNAL_LABEL to generate
such a name (as with the default
definition). */
/* { dg-final { scan-assembler
-times "L" 4
} } */
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