[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-23 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 --- Comment #5 from Jason Merrill jason at gcc dot gnu.org --- Author: jason Date: Wed Jan 21 21:56:34 2015 New Revision: 219973 URL: https://gcc.gnu.org/viewcvs?rev=219973root=gccview=rev Log: PR c++/64603 * constexpr.c

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-21 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-19 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to Jakub Jelinek from comment #3) Started with r217664. Confirmed. Reverting that guy fixes the problem: Index: gcc/cp/constexpr.c

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 janus at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-15 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-15 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 --- Comment #2 from janus at gcc dot gnu.org --- Further reduced test case: template int i constexpr int find_longest_name() { return sizeof(Main) - 1; } template int i, int l = find_longest_namei() void create_all_loggers() {} int main() {

[Bug c++/64603] [5 Regression] bogus error no matching function for call to ... with templates

2015-01-14 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64603 Ville Voutilainen ville.voutilainen at gmail dot com changed: What|Removed |Added Keywords|