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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69065
kukyakya at gmail dot com changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69065
kukyakya at gmail dot com changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution
++
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...)`
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
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