public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58601] New: [meta-bug] alignas
@ 2013-10-02 21:46 paolo.carlini at oracle dot com
  2013-10-02 21:48 ` [Bug c++/58601] " paolo.carlini at oracle dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-02 21:46 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601

            Bug ID: 58601
           Summary: [meta-bug] alignas
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: paolo.carlini at oracle dot com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
@ 2013-10-02 21:48 ` paolo.carlini at oracle dot com
  2013-10-03 22:51 ` paolo.carlini at oracle dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-02 21:48 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-10-02
     Ever confirmed|0                           |1


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
  2013-10-02 21:48 ` [Bug c++/58601] " paolo.carlini at oracle dot com
@ 2013-10-03 22:51 ` paolo.carlini at oracle dot com
  2013-11-05 22:16 ` paolo.carlini at oracle dot com
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-10-03 22:51 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601

Bug 58601 depends on bug 58584, which changed state.

Bug 58584 Summary: [c++11] ICE with invalid argument for alignas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58584

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
  2013-10-02 21:48 ` [Bug c++/58601] " paolo.carlini at oracle dot com
  2013-10-03 22:51 ` paolo.carlini at oracle dot com
@ 2013-11-05 22:16 ` paolo.carlini at oracle dot com
  2014-04-11 17:38 ` paolo.carlini at oracle dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-11-05 22:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601

Bug 58601 depends on bug 59013, which changed state.

Bug 59013 Summary: alignas rejects valid constant expressions
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59013

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |DUPLICATE


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (2 preceding siblings ...)
  2013-11-05 22:16 ` paolo.carlini at oracle dot com
@ 2014-04-11 17:38 ` paolo.carlini at oracle dot com
  2020-03-20 11:12 ` redi at gcc dot gnu.org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paolo.carlini at oracle dot com @ 2014-04-11 17:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 58600, which changed state.

Bug 58600 Summary: [c++11] ICE on wrong usage of alignas
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58600

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (3 preceding siblings ...)
  2014-04-11 17:38 ` paolo.carlini at oracle dot com
@ 2020-03-20 11:12 ` redi at gcc dot gnu.org
  2021-05-14 11:33 ` jakub at gcc dot gnu.org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: redi at gcc dot gnu.org @ 2020-03-20 11:12 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 69089, which changed state.

Bug 69089 Summary: C++11: alignas(0) causes an error
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69089

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (4 preceding siblings ...)
  2020-03-20 11:12 ` redi at gcc dot gnu.org
@ 2021-05-14 11:33 ` jakub at gcc dot gnu.org
  2021-08-28 21:54 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu.org @ 2021-05-14 11:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 89357, which changed state.

Bug 89357 Summary: [8 regression][C++11] alignas for automatic variables with alignment greater than 16 fails
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89357

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (5 preceding siblings ...)
  2021-05-14 11:33 ` jakub at gcc dot gnu.org
@ 2021-08-28 21:54 ` pinskia at gcc dot gnu.org
  2022-06-04 14:00 ` mpolacek at gcc dot gnu.org
  2024-04-06  8:15 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-08-28 21:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 70124, which changed state.

Bug 70124 Summary: alignas error in constexpr function
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70124

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (6 preceding siblings ...)
  2021-08-28 21:54 ` pinskia at gcc dot gnu.org
@ 2022-06-04 14:00 ` mpolacek at gcc dot gnu.org
  2024-04-06  8:15 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: mpolacek at gcc dot gnu.org @ 2022-06-04 14:00 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 69585, which changed state.

Bug 69585 Summary: [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug c++/58601] [meta-bug] alignas
  2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
                   ` (7 preceding siblings ...)
  2022-06-04 14:00 ` mpolacek at gcc dot gnu.org
@ 2024-04-06  8:15 ` pinskia at gcc dot gnu.org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-04-06  8:15 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58601
Bug 58601 depends on bug 69571, which changed state.

Bug 69571 Summary: [C++11] invalid alignas on a typedef accepted, reduces alignment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69571

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-04-06  8:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-02 21:46 [Bug c++/58601] New: [meta-bug] alignas paolo.carlini at oracle dot com
2013-10-02 21:48 ` [Bug c++/58601] " paolo.carlini at oracle dot com
2013-10-03 22:51 ` paolo.carlini at oracle dot com
2013-11-05 22:16 ` paolo.carlini at oracle dot com
2014-04-11 17:38 ` paolo.carlini at oracle dot com
2020-03-20 11:12 ` redi at gcc dot gnu.org
2021-05-14 11:33 ` jakub at gcc dot gnu.org
2021-08-28 21:54 ` pinskia at gcc dot gnu.org
2022-06-04 14:00 ` mpolacek at gcc dot gnu.org
2024-04-06  8:15 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).