This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: nested typedef reports bogus error in egcs-2.91.57


On Oct 24, 1998, "Darrin B. Jewell" <jewell@MIT.EDU> wrote:

> class foo { typedef int qux[]; };

> $ g++ foo.cc
> foo.cc:1: pointer/reference to array of unknown bound in parm type

Thanks for your report, this bug is fixed in the latest development
snapshots of egcs.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]