[Bug c++/64194] [C++14] for function template with auto return

2016-12-21 Thread lcid-fire at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64194 --- Comment #2 from lcid-fire at gmx dot net --- Shouldn't the status be confirmed?

[Bug c++/78882] std::bind not working with templated function

2016-12-21 Thread lcid-fire at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78882 --- Comment #1 from lcid-fire at gmx dot net --- Flags are -std=c++14 and the actual problem seems to be templates combined with auto: #include struct In { }; template auto anonymousWrap() { return T(); }; int main() { using namespace

[Bug c++/78882] New: std::bind not working with templated function

2016-12-21 Thread lcid-fire at gmx dot net
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: lcid-fire at gmx dot net Target Milestone: --- The following does not compile on GCC up to 7 while working fine in clang and icc: #include #include struct Bar { template T* bar(const char*) { return nullptr

[Bug c++/60239] New: False positive maybe-uninitialized in for loop

2014-02-17 Thread lcid-fire at gmx dot net
++ Assignee: unassigned at gcc dot gnu.org Reporter: lcid-fire at gmx dot net The code in https://github.com/RobertBeckebans/RBDOOM-3-BFG/blob/dd9b8a8710dd7f8c1376eb245ee31fc740eae6eb/neo/renderer/tr_backend_rendertools.cpp triggers a false positive maybe-uninitialized warning

[Bug c++/56292] False positive for constexpr arithmetics (-Wconversion)

2013-02-12 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56292 --- Comment #4 from lcid-fire at gmx dot net 2013-02-12 15:23:58 UTC --- constexpr std::uint8_t value = func() + 2; does generate the same warning.

[Bug c++/56292] False positive for constexpr arithmetics (-Wconversion)

2013-02-12 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56292 --- Comment #2 from lcid-fire at gmx dot net 2013-02-12 10:13:17 UTC --- But should it be evaluated before constexpr are processed?

[Bug c++/56292] New: False positive for constexpr arithmetics (-Wconversion)

2013-02-12 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56292 Bug #: 56292 Summary: False positive for constexpr arithmetics (-Wconversion) Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED

[Bug c++/50244] wcstold not available for C++0x

2011-09-01 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244 --- Comment #5 from lcid-fire at gmx dot net 2011-09-02 06:41:29 UTC --- It seems to be a mixup of gcc 4.4.3 and 4.5.3 include paths. Obviously the headers are quite different - I'll have to sort it out.

[Bug c++/50244] wcstold not available for C++0x

2011-08-30 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244 --- Comment #3 from lcid-fire at gmx dot net 2011-08-30 23:14:01 UTC --- Created attachment 25142 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25142 Generated ii file

[Bug c++/50244] wcstold not available for C++0x

2011-08-30 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244 --- Comment #2 from lcid-fire at gmx dot net 2011-08-30 23:13:07 UTC --- Created attachment 25141 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25141 Filtered output

[Bug c++/50244] New: wcstold not available for C++0x

2011-08-30 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50244 Bug #: 50244 Summary: wcstold not available for C++0x Classification: Unclassified Product: gcc Version: 4.5.3 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/50140] New: sorry, unimplemented: cannot expand ‘T ...’ into a fixed-length argument list

2011-08-20 Thread lcid-fire at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50140 Bug #: 50140 Summary: sorry, unimplemented: cannot expand ‘T ...’ into a fixed-length argument list Classification: Unclassified Product: gcc Version: 4.5.2 Status: U