This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug gcov-profile/51113] [4.7 regression] rev. 181105 causes Firefox profiledbuild failure


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51113

--- Comment #6 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-11-15 08:57:41 UTC ---
 % c++ -o jsoptparse.i_o -c -I../../../dist/system_wrappers_js -include
/var/tmp/mozilla-central/js/src/config/gcc_hidden.h -DEXPORT_JS_API
-DOSTYPE=\"Linux3.2\" -DOSARCH=Linux -I/var/tmp/mozilla-central/js/src -I..
-I/var/tmp/mozilla-central/js/src/shell -I. -I../../../dist/include
-I../../../dist/include/nsprpub -I/usr/include/nspr -fPIC -fno-rtti -pedantic
-Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy
-Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros
-Werror=return-type -Wno-long-long -march=native -Wno-delete-non-virtual-dtor
-pthread -pipe -DNDEBUG -DTRIMMED -fprofile-generate -O3 -fomit-frame-pointer
-DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF .deps/jsoptparse.pp
/var/tmp/mozilla-central/js/src/shell/jsoptparse.cpp

Compiled with gcc-4.7.0:

 % readelf -lSW moz-build-dir/js/src/shell/jsoptparse.i_o | grep 12StringOption
  [61] .text._ZN2js3cli6detail12StringOptionD0Ev PROGBITS       
0000000000000000 0041e0 00006a 00 AXG  0   0 32
  [62] .rela.text._ZN2js3cli6detail12StringOptionD0Ev RELA           
0000000000000000 01a350 000108 18     207  61  8
  [63] .text._ZN2js3cli6detail12StringOptionD2Ev PROGBITS       
0000000000000000 004260 00005b 00 AXG  0   0 32
  [64] .rela.text._ZN2js3cli6detail12StringOptionD2Ev RELA           
0000000000000000 01a458 0000d8 18     207  63  8
  [108] .bss.__gcov0__ZN2js3cli6detail12StringOptionD0Ev NOBITS         
0000000000000000 006470 000010 00 WAG  0   0 16
  [109] .data.rel.ro._ZTVN2js3cli6detail12StringOptionE PROGBITS       
0000000000000000 006480 000030 00 WAG  0   0 32
  [110] .rela.data.rel.ro._ZTVN2js3cli6detail12StringOptionE RELA           
0000000000000000 01c9a8 000060 18     207 109  8
  [113] .bss.__gcov0__ZN2js3cli6detail12StringOptionD2Ev NOBITS         
0000000000000000 0064f0 000008 00 WAG  0   0  8
  [161] .data.rel.local.__gcov___ZN2js3cli6detail12StringOptionD0Ev PROGBITS   
    0000000000000000 006d00 000038 00 WAG  0   0 32
  [162] .rela.data.rel.local.__gcov___ZN2js3cli6detail12StringOptionD0Ev RELA  
         0000000000000000 01d6c8 000030 18     207 161  8
  [163] .data.rel.local.__gcov___ZN2js3cli6detail12StringOptionD2Ev PROGBITS   
    0000000000000000 006d40 000038 00 WAG  0   0 32
  [164] .rela.data.rel.local.__gcov___ZN2js3cli6detail12StringOptionD2Ev RELA  
         0000000000000000 01d6f8 000030 18     207 163  8


Compiled with gcc-4.6.2:

 % readelf -lSW moz-build-dir/js/src/shell/jsoptparse.i_o | grep 12StringOption
  [48] .text._ZN2js3cli6detail12StringOptionD0Ev PROGBITS       
0000000000000000 003aa0 000050 00 AXG  0   0 32
  [49] .rela.text._ZN2js3cli6detail12StringOptionD0Ev RELA           
0000000000000000 00f4d0 0000d8 18     100  48  8
  [50] .text._ZN2js3cli6detail12StringOptionD2Ev PROGBITS       
0000000000000000 003b00 000041 00 AXG  0   0 32
  [51] .rela.text._ZN2js3cli6detail12StringOptionD2Ev RELA           
0000000000000000 00f5a8 0000a8 18     100  50  8
  [88] .data.rel.ro._ZTVN2js3cli6detail12StringOptionE PROGBITS       
0000000000000000 004b60 000030 00 WAG  0   0 32
  [89] .rela.data.rel.ro._ZTVN2js3cli6detail12StringOptionE RELA           
0000000000000000 010580 000060 18     100  88  8


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