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
e676810e
Commit
e676810e
authored
Mar 16, 2011
by
Jason Merrill
Committed by
Jason Merrill
Mar 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* call.c (build_over_call): Remove require_complete_type_sfinae call.
From-SVN: r171070
parent
585e9d9d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gcc/cp/ChangeLog
+2
-0
gcc/cp/call.c
+0
-2
No files found.
gcc/cp/ChangeLog
View file @
e676810e
2011-03-16 Jason Merrill <jason@redhat.com>
* call.c (build_over_call): Remove require_complete_type_sfinae call.
PR c++/48132
* decl.c (check_array_designated_initializer): Allow integer index.
(reshape_init_array_1): Set index on the elements.
...
...
gcc/cp/call.c
View file @
e676810e
...
...
@@ -5994,8 +5994,6 @@ build_over_call (struct z_candidate *cand, int flags, tsubst_flags_t complain)
argarray
);
if
(
TREE_THIS_VOLATILE
(
fn
)
&&
cfun
)
current_function_returns_abnormally
=
1
;
if
(
!
VOID_TYPE_P
(
return_type
))
require_complete_type_sfinae
(
return_type
,
complain
);
return
convert_from_reference
(
expr
);
}
...
...
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