[Bug c++/77474] sizeof and function template don't work properly together

2021-08-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77474

Andrew Pinski  changed:

   What|Removed |Added

   Last reconfirmed||2021-08-02
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Andrew Pinski  ---
Confirmed.

[Bug c++/77474] sizeof and function template don't work properly together

2016-10-19 Thread michele.caini at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77474

--- Comment #3 from Michele Caini  ---
The same applies using member function template.

[Bug c++/77474] sizeof and function template don't work properly together

2016-09-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77474

Andrew Pinski  changed:

   What|Removed |Added

 Depends on||29143

--- Comment #2 from Andrew Pinski  ---
Related to 29143 but not fixed by that.


Referenced Bugs:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29143
[Bug 29143] address-of overloaded function does not work in function call

[Bug c++/77474] sizeof and function template don't work properly together

2016-09-04 Thread daniel.kruegler at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77474

Daniel Krügler  changed:

   What|Removed |Added

 CC||daniel.kruegler@googlemail.
   ||com

--- Comment #1 from Daniel Krügler  ---
The same problem occurs for the current gcc HEAD 7.0.0 20160901 (experimental).