public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/51034] New: invalid typeof usage
@ 2011-11-08 17:11 etienne.bergeron at octasic dot com
  2011-11-09  1:24 ` [Bug c/51034] " joseph at codesourcery dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: etienne.bergeron at octasic dot com @ 2011-11-08 17:11 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 51034
           Summary: invalid typeof usage
    Classification: Unclassified
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: etienne.bergeron@octasic.com


This code should not compile:

struct S;
int main()
{
    struct S 
    {         
        typeof( ((struct S){}) ) x;
    } s;
}


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

end of thread, other threads:[~2013-10-17 20:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-08 17:11 [Bug c/51034] New: invalid typeof usage etienne.bergeron at octasic dot com
2011-11-09  1:24 ` [Bug c/51034] " joseph at codesourcery dot com
2012-05-02 20:12 ` manu at gcc dot gnu.org
2012-05-02 20:13 ` manu at gcc dot gnu.org
2012-06-12 21:16 ` jakub at gcc dot gnu.org
2013-02-19 20:37 ` LpSolit at netscape dot net
2013-10-17 20:24 ` mpolacek 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).