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
d28bdb60
Commit
d28bdb60
authored
12 years ago
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests
From-SVN: r193527
parent
e7cf6513
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C
+1
-1
gcc/testsuite/g++.dg/parse/template23.C
+2
-2
No files found.
gcc/testsuite/g++.dg/cpp0x/constexpr-complex.C
View file @
d28bdb60
// Make sure C99 complex works with constexpr
// { dg-options -std=
c
++0x }
// { dg-options -std=
gnu
++0x }
struct
complex
{
...
...
This diff is collapsed.
Click to expand it.
gcc/testsuite/g++.dg/parse/template23.C
View file @
d28bdb60
...
...
@@ -5,6 +5,6 @@ template<int> struct A {};
template
<
typename
T
>
struct
B
{
A
<
T
(
0
i
)
>
a1
;
/* { dg-error "imaginary constants are a GCC extension" } */
A
<
T
(
0
i
)
>
a2
;
/* { dg-error "imaginary constants are a GCC extension" } */
A
<
T
(
0
i
)
>
a1
;
/* { dg-error "imaginary constants are a GCC extension
|literal operator
" } */
A
<
T
(
0
i
)
>
a2
;
/* { dg-error "imaginary constants are a GCC extension
|literal operator
" } */
};
This diff is collapsed.
Click to expand it.
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