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
8745500a
Commit
8745500a
authored
Jun 21, 2018
by
Jason Merrill
Committed by
Jason Merrill
Jun 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PR c++/86182 - fix wrong PR tag in earlier commit
From-SVN: r261858
parent
75382a96
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/cp/ChangeLog
+1
-1
gcc/testsuite/g++.dg/template/anonunion3.C
+1
-1
No files found.
gcc/cp/ChangeLog
View file @
8745500a
...
...
@@ -68,7 +68,7 @@
* cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove.
* constexpr.c: Use CONSTRUCTOR_NO_CLEARING instead.
PR c++/861
9
2 - ICE with anonymous union passed to template.
PR c++/861
8
2 - ICE with anonymous union passed to template.
* pt.c (tsubst_expr) [DECL_EXPR]: Handle an anonymous union type
used to declare a named variable.
...
...
gcc/testsuite/g++.dg/template/anonunion3.C
View file @
8745500a
// PR c++/861
9
2
// PR c++/861
8
2
// { dg-do compile { target c++11 } }
extern
"C"
int
printf
(
const
char
*
,
...);
...
...
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