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
2d05cd96
Commit
2d05cd96
authored
Oct 17, 2002
by
Mark Mitchell
Committed by
Mark Mitchell
Oct 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/abi/mangle16.C: Adjust.
From-SVN: r58259
parent
e31c2957
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+1
-1
gcc/testsuite/g++.dg/abi/mangle16.C
+6
-2
No files found.
gcc/testsuite/ChangeLog
View file @
2d05cd96
...
...
@@ -4,7 +4,7 @@ Thu Oct 17 19:12:58 CEST 2002 Jan Hubicka <jh@suse.cz>
2002-10-17 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/mangle1
7
.C: Adjust.
* g++.dg/abi/mangle1
6
.C: Adjust.
* g++.dg/init/array8.C: New test.
...
...
gcc/testsuite/g++.dg/abi/mangle16.C
View file @
2d05cd96
...
...
@@ -10,5 +10,9 @@ template void f<7>(S<e + 1>);
template
<
int
I
>
void
g
(
S
<
e
>
)
{}
template
void
g
<
7
>
(
S
<
e
>
);
// { dg-final { scan-assembler _Z1fILi7EEv1SIXplL1E3ELi1EEE } }
// { dg-final { scan-assembler _Z1gILi7EEv1SIL1E3EE } }
template
<
int
I
>
void
h
(
S
<
I
+
1
>
)
{}
template
void
h
<
7
>
(
S
<
7
+
1
>
);
// { dg-final { scan-assembler _Z1fILi7EEv1SILi4EE } }
// { dg-final { scan-assembler _Z1gILi7EEv1SILi3EE } }
// { dg-final { scan-assembler _Z1hILi7EEv1SIXplT_Li1EEE } }
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