public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/30012]  New: void foo(GLvoid) doesn't work
@ 2006-11-29  0:35 mrs at apple dot com
  2006-11-29  0:38 ` [Bug c++/30012] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mrs at apple dot com @ 2006-11-29  0:35 UTC (permalink / raw)
  To: gcc-bugs

$ cat /tmp/t.cc
typedef void GLvoid;
extern void glEndTransformFeedbackEXT(GLvoid);
il0102b-dhcp66 $ ./xgcc -B./ /tmp/t.cc -S
/tmp/t.cc:2: error: '<anonymous>' has incomplete type
/tmp/t.cc:2: error: invalid use of 'GLvoid'
$ gcc-4.0 /tmp/t.cc -S
$ 

This breaks use of some OpenGL by C++.  This is a regression I think from 4.0.


-- 
           Summary: void foo(GLvoid) doesn't work
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mrs at apple dot com


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


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

end of thread, other threads:[~2006-11-29  0:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-29  0:35 [Bug c++/30012] New: void foo(GLvoid) doesn't work mrs at apple dot com
2006-11-29  0:38 ` [Bug c++/30012] " pinskia at gcc dot gnu dot org
2006-11-29  0:39 ` mrs at apple dot com
2006-11-29  0:41 ` pinskia at gcc dot gnu dot org
2006-11-29  0:43 ` pinskia at gcc dot gnu dot org
2006-11-29  0:46 ` mrs at apple dot com
2006-11-29  0:57 ` mrs at apple 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).