[Bug libstdc++/59472] Many warnings "type of 'X' does not match original declaration" when linking with libstdc++ static library compiled with -flto

2018-10-29 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #8 from Jonathan Wakely --- I think it's worth keeping open for my suggestion in comment 3 (which I'd forgotten about).

[Bug libstdc++/59472] Many warnings "type of 'X' does not match original declaration" when linking with libstdc++ static library compiled with -flto

2018-10-29 Thread paul at scruby dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #7 from Paul Scruby --- Feel free to close this ticket. > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 > > --- Comment #6 from Eric Gallager --- > (In reply to Paul Scruby from comment #5) >> Is there a patch to fix or

[Bug libstdc++/59472] Many warnings "type of 'X' does not match original declaration" when linking with libstdc++ static library compiled with -flto

2018-10-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #6 from Eric Gallager --- (In reply to Paul Scruby from comment #5) > Is there a patch to fix or suppress the warnings when link-time optimizing > to libstdc++.a ? I'm using gcc4.8.2, but I'm happy to upgrade to gcc4.9 if > this

[Bug libstdc++/59472] Many warnings type of 'X' does not match original declaration when linking with libstdc++ static library compiled with -flto

2014-06-24 Thread paul at scruby dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #5 from Paul Scruby paul at scruby dot com --- Is there a patch to fix or suppress the warnings when link-time optimizing to libstdc++.a ? I'm using gcc4.8.2, but I'm happy to upgrade to gcc4.9 if this release is more likely to get

[Bug libstdc++/59472] Many warnings type of 'X' does not match original declaration when linking with libstdc++ static library compiled with -flto

2014-05-08 Thread paul at scruby dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 Paul Scruby paul at scruby dot com changed: What|Removed |Added CC||paul at scruby dot

[Bug libstdc++/59472] Many warnings type of 'X' does not match original declaration when linking with libstdc++ static library compiled with -flto

2014-05-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #3 from Jonathan Wakely redi at gcc dot gnu.org --- (In reply to Marc Glisse from comment #1) Reassigning to libstdc++ because the warnings seem to say the truth. They do tell the truth. We use char arrays for good reason (see the

[Bug libstdc++/59472] Many warnings type of 'X' does not match original declaration when linking with libstdc++ static library compiled with -flto

2014-05-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org --- That should work for the streambufs, it's not so simple for the standard stream objects though, as they're user-visible and we declared their (pretend) types in iostream.

[Bug libstdc++/59472] Many warnings type of 'X' does not match original declaration when linking with libstdc++ static library compiled with -flto

2014-01-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59472 Marc Glisse glisse at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last