https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56698
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution|--- |INVALID --- Comment #7 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #6) > Created attachment 41887 [details] > compiler output > > (In reply to Mike Hommey from comment #4) > > Created attachment 29800 [details] > > nsDiskCacheMap.gcda > > > > I can reproduce with the preprocessed file and this gcda with gcc 4.7.2-5 > > from debian unstable with the following command line: > > > > g++ -o nsDiskCacheMap.o -c -fPIC -Wall -Wno-invalid-offsetof > > -fno-exceptions -fno-strict-aliasing -fno-rtti -fno-exceptions -std=gnu++0x > > -pipe -g -fprofile-use -fprofile-correction -Wcoverage-mismatch -O3 > > -fno-omit-frame-pointer -Werror -Wno-error=uninitialized > > -Wno-error=deprecated-declarations nsDiskCacheMap.ii > > I get lots of other errors when compiling the preprocessed file, but none > from -Warray-bounds. Attaching my output as a separate file. Also closing since I couldn't reproduce the bug.