[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2018-03-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2018-03-02 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #12 from paolo at gcc dot gnu.org --- Author: paolo Date: Sat Mar 3 00:28:03 2018 New Revision: 258165 URL: https://gcc.gnu.org/viewcvs?rev=258165=gcc=rev Log: 2018-03-02 Paolo Carlini PR

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2017-09-13 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #11 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Sep 13 17:28:37 2017 New Revision: 252571 URL: https://gcc.gnu.org/viewcvs?rev=252571=gcc=rev Log: 2017-09-13 Paolo Carlini PR

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2017-09-13 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 Paolo Carlini changed: What|Removed |Added Keywords||accepts-invalid --- Comment #10 from

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-04-19 Thread lc289dafd7ybme05se at softbank dot ne.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #9 from lc289dafd7ybme05se at softbank dot ne.jp --- right. i don't know why, but templateclass is also needed, to invoke the error.

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-04-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #8 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to lc289dafd7ybme05se from comment #7) 仮想継承の時もエラーになるみたいですね。 To save some clicking, Google translate said: It seems to be an error even when the virtual inheritance.

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-04-18 Thread lc289dafd7ybme05se at softbank dot ne.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 lc289dafd7ybme05se at softbank dot ne.jp changed: What|Removed |Added CC|

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-04-18 Thread lc289dafd7ybme05se at softbank dot ne.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #7 from lc289dafd7ybme05se at softbank dot ne.jp --- 仮想継承の時もエラーになるみたいですね。

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-01-02 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2015-01-01 Thread dtemirbulatov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #4 from Dinar Temirbulatov dtemirbulatov at gmail dot com --- I could not reproduce the error, the output looks correct on trunk

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2014-05-09 Thread okamoto6496 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #1 from MamoruOKAMOTO okamoto6496 at gmail dot com --- g++-4.9.0 returned same message.

[Bug c++/61135] It seems to be not able to call virtual method of literal object in lambda expression

2014-05-09 Thread okamoto6496 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61135 --- Comment #2 from MamoruOKAMOTO okamoto6496 at gmail dot com --- Created attachment 32772 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32772action=edit Test code using report