Xref: utzoo gnu.gcc:1676 comp.std.c:3224 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!rpi!zaphod.mps.ohio-state.edu!usc!apple!sun-barr!newstop!sun!imagen!atari!apratt From: apratt@atari.UUCP (Allan Pratt) Newsgroups: gnu.gcc,comp.std.c Subject: Are externs automatically volatile? Message-ID: <2213@atari.UUCP> Date: 11 Jun 90 20:33:11 GMT Organization: Atari Corp., Sunnyvale CA Lines: 55 Are all externs volatile? Forgive me if this is obvious from the ANSI spec, somebody took mine. I compiled this code and got an unexpected result: int this_is_extern; int my_array[MY_ARRAY_SIZE]; int silly(void) { int i; for (i=0; i