[Bug c++/57248] string parameter to constexpr functions

2014-10-03 Thread sutambe at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248 --- Comment #8 from Sumant Tambe sutambe at yahoo dot com --- Bummer! My assumption/expectation (probably due to my ignorance) is that any transformation/result obtained using a constexpr function should be usable (perhaps recursively

[Bug c++/58820] New: lambda multiple inheritance operator() not ambiguous

2013-10-21 Thread sutambe at yahoo dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: sutambe at yahoo dot com The following lambda overloads are not ambiguous but they are reported as such. template class... Fs struct overload_set : Fs... { overload_set(Fs... f) : Fs(f)... {} }; template

[Bug c++/57248] string parameter to constexpr functions

2013-05-23 Thread sutambe at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248 --- Comment #2 from Sumant Tambe sutambe at yahoo dot com --- I'm a bit confused. Is the program illformed or supposed to compile but does not.

[Bug c++/57248] New: string parameter to constexpr functions

2013-05-10 Thread sutambe at yahoo dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: sutambe at yahoo dot com Created attachment 30098 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30098action=edit compiler output g++ 4.9 spits out an internal error on the following code. #include tuple constexpr bool strmatch

[Bug c++/39906] New: Accepted invalid member template specialization in derived class

2009-04-26 Thread sutambe at yahoo dot com
: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sutambe at yahoo dot com GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC target triplet: i386-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39906

[Bug c++/24118] Access control bug for base class of templates

2009-04-26 Thread sutambe at yahoo dot com
--- Comment #2 from sutambe at yahoo dot com 2009-04-26 18:19 --- Another similar access control related issue is bug #33934 (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33934) -- sutambe at yahoo dot com changed: What|Removed |Added

[Bug c++/37653] New: Duplicate messages and warnings depending on the program

2008-09-25 Thread sutambe at yahoo dot com
and warnings depending on the program Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sutambe at yahoo dot com GCC host triplet

[Bug c++/33934] access control bug in member function templates

2007-11-04 Thread sutambe at yahoo dot com
--- Comment #1 from sutambe at yahoo dot com 2007-11-05 00:04 --- Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system

[Bug c++/33990] bug in lookup of member template conversion operator for pointer to member functions

2007-11-04 Thread sutambe at yahoo dot com
--- Comment #1 from sutambe at yahoo dot com 2007-11-05 00:05 --- Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system

[Bug c++/33990] New: bug in lookup of member template conversion operator for pointer to member functions

2007-11-03 Thread sutambe at yahoo dot com
functions Product: gcc Version: 4.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sutambe at yahoo dot com GCC host triplet: Linux i686 http

[Bug c++/33934] New: access control bug in member function templates

2007-10-28 Thread sutambe at yahoo dot com
Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sutambe at yahoo dot com GCC host triplet: SMP i686 i386 GNU/Linux Fedora Core Release 6 GCC target triplet: SMP i686 i386 GNU/Linux http://gcc.gnu.org