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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72822
Fujii Hironori changed:
What|Removed |Added
CC||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
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
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