c++/1602

Craig Rodrigues rodrigc@mediaone.net
Sun Apr 1 00:00:00 GMT 2001


The following reply was made to PR c++/1602; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
To: Oleg Trott <ot14@columbia.edu>
Cc: gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org, rodrigc@mediaone.net
Subject: Re: c++/1602
Date: Sat, 17 Feb 2001 19:18:14 -0500

 On Sat, Feb 17, 2001 at 07:03:44PM -0500, Oleg Trott wrote:
 > 
 > Frankly, I don't have gcc >= 2.96 around and I can't find my original bug
 > report. Just to make sure, since "complex" is a template, would you like
 > to compile something like
 > 
 > include <complex>
 > int main()
 > {
 > 	std::complex<double> c;
 > 	return 0;
 > }
 > 
 > with  "-pedantic" switch?
 > 
 > Thanks
 
 Your original bug report is here:
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1602&database=gcc
 
 I compiled the following file with the -pedantic flag:
 
 #include <complex>
 int main()
 {
       std::complex<double> c;
       return 0;
 }
 
 This file compiled with no errors using:
 gcc version 2.97 20010211 (experimental) 
 
 Should this report be closed?
 -- 
 Craig Rodrigues        
 http://www.gis.net/~craigr    
 rodrigc@mediaone.net          



More information about the Gcc-prs mailing list