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/1650


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

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, neil@gcc.gnu.org, nobody@gcc.gnu.org,
  s3173243@t2.technion.ac.il, sadprozac@yahoo.com
Cc:  
Subject: Re: c/1650
Date: 23 Feb 2001 21:11:36 -0000

 Synopsis: Lack of ansi-C (pedantic) warning in -ansi -pedantic compilation mode
 
 Responsible-Changed-From-To: unassigned->neil
 Responsible-Changed-By: neil
 Responsible-Changed-When: Fri Feb 23 13:11:36 2001
 Responsible-Changed-Why:
     There is.
 State-Changed-From-To: open->closed
 State-Changed-By: neil
 State-Changed-When: Fri Feb 23 13:11:36 2001
 State-Changed-Why:
     Fixed in 3.0 branch
     
     bash-2.04$ gcc -ansi -pedantic test.c -c
     test.c: In function `main':
     test.c:10: warning: initializer element is not computable at load time
     test.c:11: warning: initializer element is not computable at load time
     test.c:12: warning: initializer element is not computable at load time
     bash-2.04$ 
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=1650&database=gcc


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