[Bug c++/88410] New: internal compiler error: output_operand: invalid expression as operand
notorca at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Dec 7 19:04:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88410
Bug ID: 88410
Summary: internal compiler error: output_operand: invalid
expression as operand
Product: gcc
Version: 8.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: notorca at gmail dot com
Target Milestone: ---
Created attachment 45186
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45186&action=edit
Preprocessed source to reproduce error
I've got ../../runtime/vm/raw_object_fields.cc:218:1: internal compiler error:
output_operand: invalid expression as operand when trying to build
https://github.com/dart-lang/sdk
Preprocessed source is attached.
Build command is:
g++ -MMD -MF
x86/obj/runtime/vm/libdart_vm_nosnapshot_with_precompiler.raw_object_fields.o.d
-D_FORTIFY_SOURCE=2 -DNDEBUG -DTARGET_ARCH_ARM -DTARGET_ARCH_ARM_6 -DNDEBUG
-DDART_USE_TCMALLOC -DTARGET_OS_LINUX -DDART_NO_SNAPSHOT -DDART_PRECOMPILER
-I../../runtime -I../.. -Ix86/gen -I../../runtime/include
-I../../third_party/tcmalloc/gperftools/src -m32 -msse2 -mfpmath=sse
-fno-exceptions -pthread -Wendif-labels -Wno-missing-field-initializers
-Wno-unused-parameter -fdebug-prefix-map=/home/lorca/dart/sdk=../..
-no-canonical-prefixes -O3 -fno-ident -fdata-sections -ffunction-sections -g3
-ggdb3 -Wno-unused-parameter -Wnon-virtual-dtor -Wvla -Wno-conversion-null
-Woverloaded-virtual -Wno-comments -g3 -ggdb3 -fno-rtti -fno-exceptions -O3
-fvisibility-inlines-hidden -fno-omit-frame-pointer -std=gnu++11 -fno-rtti
-fno-exceptions -c preprocessed.cc
Reproduces on gcc version 8.2.0 (Ubuntu 8.2.0-7ubuntu1) and gcc version 7.3.0
(Ubuntu 7.3.0-27ubuntu1~18.04)
More information about the Gcc-bugs
mailing list