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 optimization/12917] New: tree-ssa compiler fails to build mozilla


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: tree-ssa compiler fails to build mozilla
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bbooth at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu

Occurred on the following version of tree-ssa:
    gcc (GCC) 3.5-tree-ssa 20031105 (merged 20031026)

System Type:
    RedHat Linux 9, i686

Configure options given to GCC:
    --prefix=/notnfs/bbooth/i686/inst --srcdir=/notnfs/bbooth/gcc 
    --disable-multilib

Command line that fails and compiler output:

c++ -o nsStyleSet.o -c -DOSTYPE=\"Linux2.4.21-4\" -DOSARCH=\"Linux\" 
-I../../../dist/include/xpcom -I../../../dist/include/string
-I../../../dist/include/dom -I../../../dist/include/gfx
-I../../../dist/include/layout -I../../../dist/include/widget
-I../../../dist/include/view -I../../../dist/include/locale
-I../../../dist/include/htmlparser -I../../../dist/include/js
-I../../../dist/include/webshell -I../../../dist/include/necko
-I../../../dist/include/caps -I../../../dist/include/lwbrk
-I../../../dist/include/uconv -I../../../dist/include/chrome
-I../../../dist/include/docshell -I../../../dist/include/pref
-I../../../dist/include/xpconnect -I../../../dist/include/util
-I../../../dist/include/unicharutil -I../../../dist/include/xuldoc
-I../../../dist/include/intl -I../../../dist/include/windowwatcher
-I../../../dist/include/webbrowserpersist -I../../../dist/include/imglib2
-I../../../dist/include/uriloader -I../../../dist/include/webbrwsr
-I../../../dist/include/plugin -I..!
 /../../dist/include/content -I../../../dist/include
-I/home/bbooth/tree-ssa/build/i686/MOZILLA/dist/include/nspr    
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../events/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../html/base/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../html/style/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../xul/base/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../xul/content/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../html/content/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../base/src
-I/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/../../../layout/html/base/src    
-fPIC   -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith
-Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-long-long
-pthread -pipe  -DDEBUG -D_DEBUG -DDEBUG_bbooth -DTRACING -g -fno-inline   -DMO!
 ZILLA_CLIENT -include ../../../mozilla-config.h -Wp,-MD,.deps/!
 nsStyleS
et.pp /notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsStyleSet.cpp
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsStyleSet.cpp: In
member function `virtual already_AddRefed<nsStyleContext>
StyleSetImpl::ReParentStyleContext(nsIPresContext*, nsStyleContext*,
nsStyleContext*)':
/notnfs/bbooth/tree-ssa/MOZILLA/mozilla/content/base/src/nsStyleSet.cpp:1471:
internal compiler error: in do_return_redirection, at tree-eh.c:540
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

=====================================

.ii file to come...


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