This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error 754867
- To: Martin von Loewis <martin at mira dot isdn dot cs dot tu-berlin dot de>
- Subject: Re: Internal compiler error 754867
- From: Jason Merrill <jason at cygnus dot com>
- Date: 23 Oct 1998 11:08:41 -0700
- Cc: egcs-patches at cygnus dot com
- References: <199809211035.MAA20686@mailsrv.rz.fh-merseburg.de> <199810231601.RAA09161@mira.isdn.cs.tu-berlin.de>
The convention in the compiler is to call convert_to_reference from
anything that might be producing a reference. In this case, that would be
the condition rule in parse.y.
Jason