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
22633450
Commit
22633450
authored
Aug 13, 2001
by
Gabriel Dos Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
XFAIL
From-SVN: r44851
parent
160fb9bc
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
gcc/testsuite/g++.dg/lookup/using.C
+1
-1
gcc/testsuite/g++.dg/other/parse-angle-bracket.C
+1
-1
gcc/testsuite/g++.dg/template/explicit-instantiation.C
+1
-1
gcc/testsuite/g++.dg/template/friend.C
+1
-1
gcc/testsuite/g++.dg/template/init-list.C
+1
-1
gcc/testsuite/g++.dg/warn/return-reference.C
+1
-1
No files found.
gcc/testsuite/g++.dg/lookup/using.C
View file @
22633450
...
...
@@ -17,7 +17,7 @@ struct Derived : Base {
int
main
()
{
Derived
d
;
X
x
=
d
.
f
();
// { dg-bogus "Y" "" }
X
x
=
d
.
f
();
// { dg-bogus "Y" ""
{ xfail *-*-* }
}
}
gcc/testsuite/g++.dg/other/parse-angle-bracket.C
View file @
22633450
...
...
@@ -4,6 +4,6 @@
int
main
()
{
(
int
()
>
int
()
);
// { dg-bogus "parse" "" }
(
int
()
>
int
()
);
// { dg-bogus "parse" ""
{ xfail *-*-* }
}
return
0
;
}
gcc/testsuite/g++.dg/template/explicit-instantiation.C
View file @
22633450
...
...
@@ -8,7 +8,7 @@ namespace N
class
A
{
};
}
template
class
::
N
::
A
<
int
>
;
// { dg-bogus ".*" "" }
template
class
::
N
::
A
<
int
>
;
// { dg-bogus ".*" ""
{ xfail *-*-* }
}
gcc/testsuite/g++.dg/template/friend.C
View file @
22633450
...
...
@@ -18,7 +18,7 @@ struct s {
struct
t
{
friend
ostream
&
operator
<<<
T
>
(
ostream
&
,
const
typename
s
<
T
>::
t
&
);
// { dg-bogus ".*" "" }
operator
<<<
T
>
(
ostream
&
,
const
typename
s
<
T
>::
t
&
);
// { dg-bogus ".*" ""
{ xfail *-*-* }
}
};
t
x
;
};
...
...
gcc/testsuite/g++.dg/template/init-list.C
View file @
22633450
...
...
@@ -12,6 +12,6 @@ struct Derived : Base<T> {
};
template
<
typename
T
>
Derived
<
T
>::
Derived
()
:
Base
(
4
)
{
}
// { dg-error "field" "" }
Derived
<
T
>::
Derived
()
:
Base
(
4
)
{
}
// { dg-error "
have any
field" "" }
gcc/testsuite/g++.dg/warn/return-reference.C
View file @
22633450
...
...
@@ -7,7 +7,7 @@ foo1()
{
static
int
empty
;
const
int
*
x
=
bar
();
return
(
x
?
*
x
:
empty
);
// { dg-bogus ".*" "" }
return
(
x
?
*
x
:
empty
);
// { dg-bogus ".*" ""
{ xfail *-*-* }
}
}
const
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