: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: alex at webprise dot net
Target Milestone: ---
Testcase:
void f() {
[]() __attribute__((__noinline__)) noexcept {
void g() noexcept; g(), g();
}();
}
This started
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: alex at webprise dot net
Target Milestone: ---
Test case:
class C {
enum E: int;
typedef int T;
};
enum C::E: C::T {
X, Y, Z = X,
};
Error messages:
:6:15: error: 'typedef int C::T' is private w
Assignee: unassigned at gcc dot gnu.org
Reporter: alex at webprise dot net
Target Milestone: ---
I know this is not in the libquadmath documentation but I see this (POSIX-like)
functionality in the source code.
Test case:
$ cat gamma.c
# define _GNU_SOURCE
# include
: unassigned at gcc dot gnu.org
Reporter: alex at webprise dot net
Target Milestone: ---
Why there is no lgammaq_r?
Sorry, I did not provide the version: the issue shows up in many compiler/OS
versions I have and also in libquadmath trunk and the library documentation
(the fix would be