[Bug c++/98441] [11 Regression] member function pointer incorrectly parsed as having trailing return type

2020-12-29 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98441 --- Comment #6 from Daniel Santos --- (In reply to Jonathan Wakely from comment #5) > That's why you're asked to provide the output of 'gcc -v' by the > instructions at https://gcc.gnu.org/bugs/ (because we can't guess that your > 10.2.0 is diffe

[Bug c++/98441] [11 Regression] member function pointer incorrectly parsed as having trailing return type

2020-12-29 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98441 --- Comment #4 from Daniel Santos --- Created attachment 49850 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49850&action=edit Gentoo gcc 10.2.0-r2 patches (In reply to Jonathan Wakely from comment #3) > (In reply to Daniel Santos from co

[Bug c++/98441] member function pointer incorrectly parsed as having trailing return type

2020-12-24 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98441 --- Comment #1 from Daniel Santos --- Also, I build gcc with: -O42 -ffast-math -ffuzzy-dice -felide-function-bodies -pipe-clogged but that shouldn't make a difference.

[Bug c++/98441] New: member function pointer incorrectly parsed as having trailing return type

2020-12-24 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98441 Bug ID: 98441 Summary: member function pointer incorrectly parsed as having trailing return type Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: norm

[Bug go/68931] gccgo fails to build using MUSL libc

2020-10-17 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68931 --- Comment #5 from Daniel Santos --- Created attachment 49393 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49393&action=edit Patch for musl compatibility The root problem is that musl defines off64_t and loff_t as preprocessor macros.

[Bug go/68931] gccgo fails to build using MUSL libc

2020-10-17 Thread daniel.santos at pobox dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68931 Daniel Santos changed: What|Removed |Added CC||daniel.santos at pobox dot com --- Comme