[Bug c++/47226] [C++0x] GCC doesn't expand template parameter pack that appears in a lambda-expression

2016-04-28 Thread ishitatsuyuki at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47226 Tatsuyuki Ishi changed: What|Removed |Added CC||ishitatsuyuki at gmail dot com

[Bug c++/61636] generic lambda "cannot call member function without object"

2016-04-29 Thread ishitatsuyuki at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Tatsuyuki Ishi changed: What|Removed |Added CC||ishitatsuyuki at gmail dot com

[Bug ipa/105625] Support .llvm_addrsig section

2022-05-24 Thread ishitatsuyuki at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105625 --- Comment #7 from Tatsuyuki Ishi --- https://sourceware.org/pipermail/binutils/2022-May/121000.html I just posted an initial revision of the patchset for gas.

[Bug lto/105933] New: LTO ltrans object files does not have proper st_bind and st_visibility

2022-06-11 Thread ishitatsuyuki at gmail dot com via Gcc-bugs
: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: ishitatsuyuki at gmail dot com CC: marxin at gcc dot gnu.org Target Milestone: --- It looks like the .ltrans.o object files emitted by GCC gold plugin does not

[Bug lto/105933] LTO ltrans object files does not have proper st_bind and st_visibility

2022-06-19 Thread ishitatsuyuki at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105933 --- Comment #2 from Tatsuyuki Ishi --- Created attachment 53164 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53164&action=edit A source that fails to link when ltrans is grabbed separatedly and passed to link Here's a minimized test cas