[Bug c++/70435] New: section attribute of a function template is not honored.

2016-03-29 Thread kukyakya at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: kukyakya at gmail dot com Target Milestone: --- namespace /* anonymous */ { [[gnu::section(".mysection")]] void regular_func() { } template [[gnu::section(".mysec

[Bug c++/69065] [C++11] multiple alignas specifiers

2016-01-02 Thread kukyakya at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69065 kukyakya at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug c++/69065] [C++11] multiple alignas specifiers

2016-01-02 Thread kukyakya at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69065 kukyakya at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/69065] New: [C++11] multiple alignas specifiers

2015-12-27 Thread kukyakya at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: kukyakya at gmail dot com Target Milestone: --- http://en.cppreference.com/w/cpp/language/alignas (quoting it since I don't have the C++11 standard documents now) states that `alignas` can be used in the form of `alignas(pack...)`

[Bug lto/58203] New: memset/memcpy are discarded with -flto

2013-08-20 Thread kukyakya at gmail dot com
Assignee: unassigned at gcc dot gnu.org Reporter: kukyakya at gmail dot com It might be a duplicate of bug 51205 but it's happening again. [test.cpp] typedef void (*action_t)(const unsigned char*); extern "C" void _start(action_t action) { const unsign

[Bug lto/58203] memset/memcpy are discarded with -flto

2013-08-20 Thread kukyakya at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58203 --- Comment #1 from kukyakya at gmail dot com --- Created attachment 30679 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30679&action=edit Test case