Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bloerwald at googlemail dot com
Target Milestone: ---
Created attachment 37595
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37595&action=edit
source file triggering the b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69694
--- Comment #2 from bloerwald at googlemail dot com ---
(In reply to Patrick Palka from comment #1)
> g++ 4.9 compiles this successfully, g++ 5.1 doesn't, neither does trunk.
The original testcase as well as the code it was reduced fro
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bloerwald at googlemail dot com
Target Milestone: ---
When using the type of a function with attribute __nonnull__ as a template
parameter, -Wignored
Version: 4.9.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bloerwald at googlemail dot com
#include
#include
#include
template
std::vector split
: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bloerwald at googlemail dot com
Target Milestone: ---
The error message for modifying a reference argument in a constexpr is not
exactly perfect, and degrades horribly when using
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72777
--- Comment #1 from bloerwald at googlemail dot com ---
Note: compiles fine in c++11 mode of clang 3.8, so not sure if it actually is
forbidden by the standard.