[Bug c++/61587] New: Line number of code that triggers "use of deleted function" error is absent from error message

2014-06-23 Thread Marc.van-Leeuwen at math dot univ-poitiers.fr
NCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: Marc.van-Leeuwen at math dot univ-poitiers.fr Created attachment 32987 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32987&action=

[Bug c++/61587] Line number of code that triggers "use of deleted function" error is absent from error message

2014-06-23 Thread Marc.van-Leeuwen at math dot univ-poitiers.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61587 --- Comment #2 from Marc van Leeuwen --- But the error in this program is so much not with the implicitly declared copy constructor of A itself (I suppose it is "A::A (const &A)" that the compiler is trying to generate here) but with the fact tha