public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/51316] New: alignof doesn't work with arrays of unknown bound
@ 2011-11-26 20:32 tsoae at mail dot ru
  2011-11-27  3:05 ` [Bug c++/51316] " joseph at codesourcery dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tsoae at mail dot ru @ 2011-11-26 20:32 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51316
           Summary: alignof doesn't work with arrays of unknown bound
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: tsoae@mail.ru


gcc 4.7.0 rejects the following code:

    int main()
    {
        // error: invalid application of '__alignof__' to incomplete type 'int
[]'
        alignof(int []);
    }

5.3.6/1:

    An alignof expression yields the alignment requirement of its operand type.
The operand shall be a type-id representing a complete object type or an array
thereof or a reference to a complete object type.

int[] is array of complete object type.


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

end of thread, other threads:[~2011-12-30 21:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-26 20:32 [Bug c++/51316] New: alignof doesn't work with arrays of unknown bound tsoae at mail dot ru
2011-11-27  3:05 ` [Bug c++/51316] " joseph at codesourcery dot com
2011-11-27 12:50 ` tsoae at mail dot ru
2011-11-27 18:01 ` joseph at codesourcery dot com
2011-12-28 20:38 ` paolo.carlini at oracle dot com
2011-12-28 22:26 ` tsoae at mail dot ru
2011-12-28 22:32 ` paolo.carlini at oracle dot com
2011-12-30 21:13 ` paolo at gcc dot gnu.org
2011-12-30 21:21 ` paolo.carlini at oracle dot com

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).