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
edfc19ab
Commit
edfc19ab
authored
Sep 27, 2015
by
David Edelsohn
Committed by
David Edelsohn
Sep 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* g++.dg/debug/dwarf2/pr44641.C: Add one to expected line numbers.
From-SVN: r228174
parent
2760dd11
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C
+3
-3
No files found.
gcc/testsuite/ChangeLog
View file @
edfc19ab
2015-09-27 David Edelsohn <dje.gcc@gmail.com>
* g++.dg/debug/dwarf2/pr44641.C: Add one to expected line numbers.
2015-09-26 Mikael Morin <mikael@gcc.gnu.org>
2015-09-26 Mikael Morin <mikael@gcc.gnu.org>
PR fortran/67721
PR fortran/67721
...
...
gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C
View file @
edfc19ab
...
@@ -21,20 +21,20 @@ template<typename T> struct Base {
...
@@ -21,20 +21,20 @@ template<typename T> struct Base {
template
<>
template
<>
struct
MisplacedDbg
<
Full
>
// { dg-function-on-line {_ZN12MisplacedDbgI4FullEC[12]Ev} }
struct
MisplacedDbg
<
Full
>
// { dg-function-on-line {_ZN12MisplacedDbgI4FullEC[12]Ev} }
// { dg-function-on-line {_ZN12MisplacedDbgI4FullED0Ev} { target *-*-* } 2
2
}
// { dg-function-on-line {_ZN12MisplacedDbgI4FullED0Ev} { target *-*-* } 2
3
}
:
public
Base
<
int
>
{
:
public
Base
<
int
>
{
};
};
template
<
class
T
>
template
<
class
T
>
struct
MisplacedDbg
<
T
*>
// { dg-function-on-line {_ZN12MisplacedDbgIP3ArgEC[12]Ev} }
struct
MisplacedDbg
<
T
*>
// { dg-function-on-line {_ZN12MisplacedDbgIP3ArgEC[12]Ev} }
// { dg-function-on-line {_ZN12MisplacedDbgIP3ArgED0Ev} { target *-*-* }
29
}
// { dg-function-on-line {_ZN12MisplacedDbgIP3ArgED0Ev} { target *-*-* }
30
}
:
public
Base
<
int
>
{
:
public
Base
<
int
>
{
};
};
template
<
class
A
>
template
<
class
A
>
struct
MisplacedDbg
// { dg-function-on-line {_ZN12MisplacedDbgI3ArgEC[12]Ev} }
struct
MisplacedDbg
// { dg-function-on-line {_ZN12MisplacedDbgI3ArgEC[12]Ev} }
// { dg-function-on-line {_ZN12MisplacedDbgI3ArgED0Ev} { target *-*-* } 3
5
}
// { dg-function-on-line {_ZN12MisplacedDbgI3ArgED0Ev} { target *-*-* } 3
6
}
:
public
Base
<
int
>
{
:
public
Base
<
int
>
{
};
};
...
...
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