public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* patch to gcc/cp/gxxint.texi
@ 1998-07-04  8:11 Gabriel Dos Reis
  0 siblings, 0 replies; only message in thread
From: Gabriel Dos Reis @ 1998-07-04  8:11 UTC (permalink / raw)
  To: egcs

I don't know whether this file is still maintained, but it needs to be
updated. I'am looking for a more accurate doc. Any suggestion
welcome. Anyway below is small pacth.

-- Gaby

Index: gxxint.texi
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/cp/gxxint.texi,v
retrieving revision 1.11
diff -r1.11 gxxint.texi
1038,1040c1038,1040
< constant parameter of type @code{class T}.  Section 14.6, paragraph 3 of
< the January '94 working paper states that the first interpretation is
< the correct one.  This ambiguity results in two reduce/reduce conflicts.
---
> constant parameter of type @code{class T}.  Section 14.1, paragraph 3 of
> the FDIS states that the first interpretation is the correct one.  This
> ambiguity results in two reduce/reduce conflicts. 
1044,1047c1044,1047
< @code{sizeof}.  Section 8.1 of the pre-San Diego working paper specifies
< that these ambiguous constructs will be interpreted as @code{typename}s.
< This ambiguity results in six reduce/reduce conflicts between
< @samp{absdcl} and @samp{functional_cast}.
---
> @code{sizeof}.  Section 8.1 paragraph 1 of the FDIS specifies that these
> ambiguous constructs will be interpreted as @code{typename}s. This
> ambiguity results in six reduce/reduce conflicts between @samp{absdcl}
> and @samp{functional_cast}. 
1588c1588
< C++ mangles a method by emitting the function name, followed by @code{__},
---
> C++ mangles a method by emitting the function name, preceded by @code{__},
1597,1598c1597,1598
< That is @code{Foo::Foo(int, long) const}  is mangled 
< as @samp{__C3Fooil}. 
---
> That is @code{Foo::Foo(int, long)}  is mangled 
> as @samp{__3Fooil}. 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-07-04  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-07-04  8:11 patch to gcc/cp/gxxint.texi Gabriel Dos Reis

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