[Bug c++/96778] New: static cast a integer to a enum type whose underlying type is fixed

2020-08-24 Thread fujii.hironori at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fujii.hironori at gmail dot com Target Milestone: --- From https://developercommunity.visualstudio.com/content/problem/1156511/converting-bool-based-enum-type-to-bool-type.html

[Bug c++/72822] libiberty/ demangler crash

2016-08-11 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72822 Fujii Hironori changed: What|Removed |Added CC||fujii.hironori at gmail dot com

[Bug c++/72762] Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72762 --- Comment #2 from Fujii Hironori --- In GDB, this function is shown as: > ::operator void (*)(int, int&, int&&) int, int>(void) const

[Bug c++/72762] Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72762 --- Comment #1 from Fujii Hironori --- $ ./demangle _ZZ1fvENUlT_RT0_OT1_E_4_FUNIiiiEEDTcldtLPv0EclscOS_fp_scS1_fp0_scS3_fp1_EES_S1_S3_ typed name local name typed name name 'f' function type argument list template

[Bug c++/72762] New: Cann't demangle auto arguments of C++14 generic lambda

2016-07-31 Thread fujii.hironori at gmail dot com
y: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: fujii.hironori at gmail dot com Target Milestone: --- Created attachment 39037 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39037&action=edit gl.cpp (test case) > $ g++ -g -O2 -std=c++14 -c