[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2024-07-24 Thread jason at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 Jason Merrill changed: What|Removed |Added Target Milestone|--- |4.9.2 Status|ASSIGNED

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2018-11-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 --- Comment #7 from Jonathan Wakely --- The testcase in comment 0 seems to have been fixed in 4.9.2

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #6

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 --- Comment #5 from Jason Merrill --- Author: jason Date: Mon Sep 22 18:47:16 2014 New Revision: 215476 URL: https://gcc.gnu.org/viewcvs?rev=215476&root=gcc&view=rev Log: PR c++/61465 * call.c (convert_like_real) [ck_identity]: Call mark

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 --- Comment #4 from Jason Merrill --- Author: jason Date: Sat Sep 20 00:54:55 2014 New Revision: 215413 URL: https://gcc.gnu.org/viewcvs?rev=215413&root=gcc&view=rev Log: PR c++/61465 * call.c (convert_like_real) [ck_identity]: Call mark

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-18 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 --- Comment #3 from Jakub Jelinek --- And on struct Baz { Baz(char* x) : y{x} {} char* y; }; x is marked through: #0 mark_exp_read (exp=) at ../../gcc/cp/expr.c:135 #1 0x0067aea6 in mark_rvalue_use (expr=) at ../../gcc/cp/expr.c:99

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #2

[Bug c++/61465] Bogus parameter set but not used warning in constructor initialization list

2014-09-18 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61465 Paolo Carlini changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1