This is the mail archive of the gcc-patches@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: PATCH for template-id expressions and Koenig lookup


Sorry, with the patch the originally submitted bug code still dies, although
with a different number:

-------

$ g++ -c bug.cc
bug.cc: In function `int main()':
bug.cc:6: Internal compiler error 390.
bug.cc:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.

-------

It's true: testsuite/g++.old-deja/g++.pt/crash24.C compiles fine...

--Ellak, ellak@umich.edu

On Tue, 1 Sep 1998, Mark Mitchell wrote:

> 
> This patch makes argument-dependent lookup work for template-ids.
> Before, we just aborted...
> 
> -- 
> Mark Mitchell 			mark@markmitchell.com
> Mark Mitchell Consulting	http://www.markmitchell.com



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