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 c++/80957] New: internal compiler error when building Qt 5.9 source


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80957

            Bug ID: 80957
           Summary: internal compiler error when building Qt 5.9 source
           Product: gcc
           Version: 4.7.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: bokorn at tvn dot hu
  Target Milestone: ---

I'm trying to build Qt5.9 sources, but get Internal compiler error at the same
location
platform: Debian 7 running in docker

failing command line:

g++ -c -include .pch/Qt5Qml -m32 -pipe -Wno-c++0x-compat -msse2 -mfpmath=sse
-O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions
-Wall -W -Wno-c++0x-compat -Wvla -D_REENTRANT -fPIC
-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH
-DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1
-DWTFReportAssertionFailure=qmlWTFReportAssertionFailure
-DWTFReportBacktrace=qmlWTFReportBacktrace
-DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0
-DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0
-DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_QML_DEBUGGER
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS
-DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB
-DQT_CORE_LIB -I/tmp/qt5/tmp/qtdeclarative/src/qml -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/memory -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/compiler -I.
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/jit
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/assembler
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/runtime
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/wtf
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/stubs
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/stubs/wtf
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/disassembler
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/disassembler/udis86
-I/tmp/qt5/tmp/qtdeclarative/src/qml/jit -I. -I.generated
-I/tmp/qt5/tmp/qtdeclarative/src/qml/jsruntime -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/debugger
-I/tmp/qt5/tmp/qtdeclarative/src/qml/animations
-I/tmp/qt5/tmp/qtdeclarative/include -I/tmp/qt5/tmp/qtdeclarative/include/QtQml
-I../../include -I../../include/QtQml
-I/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0
-I/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0/QtQml
-I../../include/QtQml/5.9.0 -I../../include/QtQml/5.9.0/QtQml
-I/tmp/qt5/tmp/qtbase/include/QtCore/5.9.0
-I/tmp/qt5/tmp/qtbase/include/QtCore/5.9.0/QtCore
-I/tmp/qt5/tmp/build/qtbase/include/QtCore/5.9.0
-I/tmp/qt5/tmp/build/qtbase/include/QtCore/5.9.0/QtCore
-I/tmp/qt5/tmp/qtbase/include -I/tmp/qt5/tmp/qtbase/include/QtNetwork
-I/tmp/qt5/tmp/build/qtbase/include
-I/tmp/qt5/tmp/build/qtbase/include/QtNetwork
-I/tmp/qt5/tmp/qtbase/include/QtCore -I/tmp/qt5/tmp/build/qtbase/include/QtCore
-I.moc -I/tmp/qt5/tmp/qtbase/mkspecs/linux-g++-32 -o .obj/qqmladaptormodel.o
/tmp/qt5/tmp/qtdeclarative/src/qml/util/qqmladaptormodel.cpp
g++ -c -include .pch/Qt5Qml -m32 -pipe -Wno-c++0x-compat -msse2 -mfpmath=sse
-O2 -std=c++11 -fvisibility=hidden -fvisibility-inlines-hidden -fno-exceptions
-Wall -W -Wno-c++0x-compat -Wvla -D_REENTRANT -fPIC
-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_INTEGER_EVENT_COORDINATES -DQT_NO_FOREACH
-DWTF_EXPORT_PRIVATE= -DJS_EXPORT_PRIVATE= -DENABLE_ASSEMBLER_WX_EXCLUSIVE=1
-DWTFReportAssertionFailure=qmlWTFReportAssertionFailure
-DWTFReportBacktrace=qmlWTFReportBacktrace
-DWTFInvokeCrashHook=qmlWTFInvokeCrashHook -DENABLE_LLINT=0 -DENABLE_DFG_JIT=0
-DENABLE_DFG_JIT_UTILITY_METHODS=1 -DENABLE_JIT_CONSTANT_BLINDING=0
-DBUILDING_QT__ -DWTF_USE_UDIS86=0 -DNDEBUG -DQT_NO_QML_DEBUGGER
-DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_BUILD_QML_LIB -DQT_BUILDING_QT
-DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT
-DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_WARNINGS
-DQT_DISABLE_DEPRECATED_BEFORE=0x050000 -DQT_NO_EXCEPTIONS
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_NETWORK_LIB
-DQT_CORE_LIB -I/tmp/qt5/tmp/qtdeclarative/src/qml -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/memory -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/compiler -I.
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/jit
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/assembler
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/runtime
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/wtf
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/stubs
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/stubs/wtf
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/disassembler
-I/tmp/qt5/tmp/qtdeclarative/src/3rdparty/masm/disassembler/udis86
-I/tmp/qt5/tmp/qtdeclarative/src/qml/jit -I. -I.generated
-I/tmp/qt5/tmp/qtdeclarative/src/qml/jsruntime -I.
-I/tmp/qt5/tmp/qtdeclarative/src/qml/debugger
-I/tmp/qt5/tmp/qtdeclarative/src/qml/animations
-I/tmp/qt5/tmp/qtdeclarative/include -I/tmp/qt5/tmp/qtdeclarative/include/QtQml
-I../../include -I../../include/QtQml
-I/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0
-I/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0/QtQml
-I../../include/QtQml/5.9.0 -I../../include/QtQml/5.9.0/QtQml
-I/tmp/qt5/tmp/qtbase/include/QtCore/5.9.0
-I/tmp/qt5/tmp/qtbase/include/QtCore/5.9.0/QtCore
-I/tmp/qt5/tmp/build/qtbase/include/QtCore/5.9.0
-I/tmp/qt5/tmp/build/qtbase/include/QtCore/5.9.0/QtCore
-I/tmp/qt5/tmp/qtbase/include -I/tmp/qt5/tmp/qtbase/include/QtNetwork
-I/tmp/qt5/tmp/build/qtbase/include
-I/tmp/qt5/tmp/build/qtbase/include/QtNetwork
-I/tmp/qt5/tmp/qtbase/include/QtCore -I/tmp/qt5/tmp/build/qtbase/include/QtCore
-I.moc -I/tmp/qt5/tmp/qtbase/mkspecs/linux-g++-32 -o .obj/qqmltypeloader.o
/tmp/qt5/tmp/qtdeclarative/src/qml/qml/qqmltypeloader.cpp
In file included from
/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0/QtQml/private/qqmlirbuilder_p.h:1:0,
                 from
/tmp/qt5/tmp/qtdeclarative/src/qml/qml/qqmltypeloader_p.h:71,
                 from
/tmp/qt5/tmp/qtdeclarative/src/qml/qml/qqmltypeloader.cpp:40:
/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0/QtQml/private/../../../../../src/qml/compiler/qqmlirbuilder_p.h:
In lambda function:
/tmp/qt5/tmp/qtdeclarative/include/QtQml/5.9.0/QtQml/private/../../../../../src/qml/compiler/qqmlirbuilder_p.h:447:29:
internal compiler error: in get_expr_operands, at tree-ssa-operands.c:1035

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