This is the mail archive of the gcc-prs@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: c++/668


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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, juergen@n-online.de, nobody@gcc.gnu.org
Cc:  
Subject: Re: c++/668
Date: 17 Nov 2000 16:16:35 -0000

 Synopsis: setpwent() / endpwent() cause parse errors
 
 State-Changed-From-To: open->closed
 State-Changed-By: nathan
 State-Changed-When: Fri Nov 17 08:16:35 2000
 State-Changed-Why:
     the code is illegal. I think you meant to write,
     void f();
     void f()
     { // THIS WAS MISSING
       setpwent();
       endpwent();
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=668&database=gcc

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