From: kent@darwin.eeb.uconn.edu ("Kent E. Holsinger")
Subject: Re: BUG: Struct declarations in template funcs crash b17.1
27 Feb 1997 04:47:12 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <9702271212.AA01362.cygnus.gnu-win32@darwin.eeb.uconn.edu>
Reply-To: kent@darwin.eeb.uconn.edu
Original-To: jonathan@westwood.com
Original-Cc: gnu-win32@cygnus.com
In-Reply-To: <Pine.SOL.3.91.970226122817.7286A-100000@westmain> (message from
	Jonathan Lanier on Wed, 26 Feb 1997 12: 32:38 -0800 (PST))
Original-Sender: owner-gnu-win32@cygnus.com


> template<class T> T Foo(T arg)
> {
>    struct
>     {
>         int val1;
>     } watch_me_blow_up;
> }

> This crashes the compiler.

Interetstingly, it does *not* crash gcc under SunOS, so it must be
something specific to cygnus port to windows.

-- Kent

-- 
Kent E. Holsinger                Kent@Darwin.EEB.UConn.Edu
                                 http://darwin.eeb.uconn.edu
-- Department of Ecology & Evolutionary Biology          
-- University of Connecticut, U-43                                       
-- Storrs, CT   06269-3043                                               

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
