[Bug c++/79458] attributes on constructor between class name and parameter list not accepted

2017-02-14 Thread jplejacq at quoininc dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79458 --- Comment #2 from Jean Pierre LeJacq --- Clang 5.0.0 (trunk 295037) accepts the attribute in both locations. GCC and Clang accept the attribute in both locations for functions other than the constructor.

[Bug c++/79458] New: attributes on constructor between class name and parameter list not accepted

2017-02-10 Thread jplejacq at quoininc dot com
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jplejacq at quoininc dot com Target Milestone: --- Compiling the following with -std='c++1z' -W'all' -W'extra': class test { test [[gnu::no