https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248
--- Comment #8 from Sumant Tambe ---
Bummer! My assumption/expectation (probably due to my ignorance) is that any
transformation/result obtained using a constexpr function should be usable
(perhaps recursively) in the caller constexpr function. H
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
struct overload_set : Fs...
{
overload_set(Fs... f)
: Fs(f)...
{}
};
template
overload_set
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57248
--- Comment #2 from Sumant Tambe ---
I'm a bit confused. Is the program illformed or supposed to compile but does
not.
++
Assignee: unassigned at gcc dot gnu.org
Reporter: sutambe at yahoo dot com
Created attachment 30098
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30098&action=edit
compiler output
g++ 4.9 spits out an internal error on the following code.
#include
constexpr bool s
--- 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
ent: 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
: Duplicate messages 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
--- 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
--- 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
: 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://gcc.gnu.org/bugzilla
ONFIRMED
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
11 matches
Mail list logo