This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: Compiler bug?


In article <356D1AA9.672790A8.cygnus.gnu-win32@uni-duesseldorf.de>,
Stipe Tolj <tolj@uni-duesseldorf.de> wrote:
>Jimen Ching wrote:
>
>> I can't compile this code with b19.  Is this supposed to be allowed?
>>
>> #include <stdio.h>
>> FILE *xyz = stdin;
>> int main() { return 0; }
>
>hmm, gcc says you need an constant initializer for an variable.
>
>My gcc 2.7.2.1 on FreeBSD 3.0 machine compiles without any comment. Is it a
>bug?

No.  It's not a constant.
-- 
cgf@cygnus.com             "Everything has a boolean value, if you stand
http://www.cygnus.com/      far enough away from it."  -- Galena Alyson Canada
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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