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 lto/44950] New: dwarf2out ICE with WHOPR build of mozilla


jh@evans:/abuild/jh/build-mozilla-debug/js/src/shell>
/abuild/jh/trunk-install/bin/g++ -fwhopr=24 -fuse-linker-plugin  -fpermissive
-o js.o -c  -I../../../dist/system_wrappers_js -include
/abuild/jh/mozilla-central/js/src/config/gcc_hidden.h -DEXPORT_JS_API
-DOSTYPE=\"Linux2.6.32.12-0\" -DOSARCH=Linux
-I/abuild/jh/mozilla-central/js/src -I..
-I/abuild/jh/mozilla-central/js/src/shell -I. -I../../../dist/include
-I../../../dist/include/nsprpub 
-I/abuild/jh/build-mozilla-debug/dist/include/nspr    -fPIC  -fno-rtti
-fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof
-Wno-variadic-macros -pedantic -Wno-long-long -fno-strict-aliasing -pthread
-pipe  -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -fno-reorder-functions
-fomit-frame-pointer    -DMOZILLA_CLIENT -include ../js-confdefs.h -MD -MF
.deps/js.pp /abuild/jh/mozilla-central/js/src/shell/js.cpp -E >js.ii
jh@evans:/abuild/jh/build-mozilla-debug/js/src/shell>
/abuild/jh/trunk-install/bin/g++ -fwhopr=24 -fuse-linker-plugin -r -nostdlib
js.ii -g
jh@evans:/abuild/jh/build-mozilla-debug/js/src/shell> mv js.o js.ii
jh@evans:/abuild/jh/build-mozilla-debug/js/src/shell>
/abuild/jh/trunk-install/bin/g++ -fwhopr=24 -fuse-linker-plugin -r -nostdlib
js.ii -g
In file included from /abuild/jh/mozilla-central/js/src/shell/js.cpp:61:0:
/abuild/jh/mozilla-central/js/src/jscntxt.h: In function ?JSContext*
js_ContextFromLinkField(JSCList*)?:
/abuild/jh/mozilla-central/js/src/jscntxt.h:2704:75: warning: invalid access to
non-static data member ?JSContext::link?  of NULL object [-Winvalid-offsetof]
/abuild/jh/mozilla-central/js/src/jscntxt.h:2704:75: warning: (perhaps the
?offsetof? macro was used incorrectly) [-Winvalid-offsetof]
lto1: internal compiler error: in dwarf2out_finish, at dwarf2out.c:22272
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
make: *** [/abuild/jh/tmp/ccRqAsbV.ltrans0.ltrans.o] Error 1
lto-wrapper: make returned 2 exit status


-- 
           Summary: dwarf2out ICE with WHOPR build of mozilla
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hubicka at gcc dot gnu dot org
 GCC build triplet: x86_64-linux
  GCC host triplet: x86_64-linux
GCC target triplet: x86_64-linux


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


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