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

--- Comment #3 from Lauri Kasanen <cand at gmx dot com> ---
$ g++ -v
Using built-in specs.
COLLECT_GCC=/tmp/install/bin/g++
COLLECT_LTO_WRAPPER=/tmp/install/libexec/gcc/x86_64-unknown-linux-gnu/4.10.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ./configure --prefix=/tmp/install --enable-shared
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--disable-multilib --with-system-zlib --enable-languages=c,c++
--disable-bootstrap
Thread model: posix
gcc version 4.10.0 20140705 (experimental) (GCC)

Full build command used:
/tmp/install/bin/g++ -c -o storage/StorageNamespaceImpl.o -march=nocona -pipe
-fomit-frame-pointer -I .. -I . -I ../WTF -std=gnu++11 -DBUILDING_FLTK__
-D_GLIBCXX_USE_SCHED_YIELD -D_GLIBCXX_USE_NANOSLEEP -I/opt/icu/include 
-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libxml2
-I/usr/include/harfbuzz -I/usr/X11R7/include/pixman-1 -I/usr/X11R7/include  
-I/opt/fltk13/include -I/usr/include/freetype2 -march=nocona -pipe
-fomit-frame-pointer -fno-rtti -fno-exceptions -I/usr/X11R7/include
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_THREAD_SAFE -D_REENTRANT -I
Modules/battery -I Modules/encryptedmedia -I Modules/gamepad -I
Modules/geolocation -I Modules/indexeddb -I Modules/indexeddb/leveldb -I
Modules/indieui -I Modules/mediacontrols/ -I Modules/mediasource -I
Modules/mediastream -I Modules/navigatorcontentutils -I Modules/notifications
-I Modules/plugins -I Modules/proximity -I Modules/quota -I Modules/vibration
-I Modules/webaudio -I Modules/webdatabase -I Modules/websockets -I
accessibility -I bindings -I bindings/generic -I bindings/js -I bridge -I
bridge/c -I bridge/jsc -I crypto -I crypto/keys -I css -I cssjit -I dom -I
dom/default -I editing -I fileapi -I history -I html -I html/canvas -I
html/forms -I html/parser -I html/shadow -I html/track -I inspector -I loader
-I loader/appcache -I loader/archive -I loader/archive/mhtml -I loader/cache -I
loader/icon -I mathml -I page -I page/animation -I page/scrolling -I platform
-I platform/animation -I platform/audio -I platform/graphics -I
platform/graphics/cpu/arm -I platform/graphics/cpu/arm/filters -I
platform/graphics/filters -I platform/graphics/filters/texmap -I
platform/graphics/harfbuzz -I platform/graphics/harfbuzz/ng -I
platform/graphics/opentype -I platform/graphics/texmap -I
platform/graphics/transforms -I platform/image-decoders -I
platform/image-decoders/bmp -I platform/image-decoders/gif -I
platform/image-decoders/ico -I platform/image-decoders/jpeg -I
platform/image-decoders/png -I platform/image-decoders/webp -I platform/leveldb
-I platform/mediastream -I platform/mock -I platform/network -I platform/sql -I
platform/text -I platform/text/icu -I plugins -I rendering -I rendering/line -I
rendering/mathml -I rendering/shapes -I rendering/style -I rendering/svg -I
replay -I storage -I style -I svg -I svg/animation -I svg/graphics -I
svg/graphics/filters -I svg/properties -I websockets -I workers -I xml -I
xml/parser -I ../JavaScriptCore -I ../JavaScriptCore/ForwardingHeaders -I
../JavaScriptCore/API -I ../JavaScriptCore/assembler -I
../JavaScriptCore/bytecode -I ../JavaScriptCore/bytecompiler -I
../JavaScriptCore/dfg -I ../JavaScriptCore/disassembler -I
../JavaScriptCore/heap -I ../JavaScriptCore/debugger -I
../JavaScriptCore/interpreter -I ../JavaScriptCore/jit -I
../JavaScriptCore/llint -I ../JavaScriptCore/parser -I
../JavaScriptCore/profiler -I ../JavaScriptCore/runtime -I
../JavaScriptCore/yarr -I ForwardingHeaders -I platform/cairo -I
platform/graphics/cairo -I platform/graphics/freetype -I platform/linux -I
platform/network/curl -I platform/text/icu  -DENABLE_CANVAS_PATH 
-DENABLE_CHANNEL_MESSAGING  -DENABLE_CONTEXT_MENUS 
-DENABLE_CSS_BOX_DECORATION_BREAK 
-DENABLE_CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED  -DENABLE_DETAILS_ELEMENT 
-DENABLE_FTPDIR  -DENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING 
-DENABLE_ICONDATABASE  -DENABLE_IMAGE_DECODER_DOWN_SAMPLING  -DENABLE_INSPECTOR
 -DENABLE_JIT  -DENABLE_LEGACY_VENDOR_PREFIXES  -DENABLE_LINK_PREFETCH 
-DENABLE_LLINT  -DENABLE_METER_ELEMENT  -DENABLE_NAVIGATOR_HWCONCURRENCY 
-DENABLE_PROMISES  -DENABLE_PROGRESS_ELEMENT  -DENABLE_SVG_FONTS 
-DENABLE_TEMPLATE_ELEMENT  -DENABLE_WEB_SOCKETS  -DENABLE_XSLT 
-DENABLE_SUBPIXEL_LAYOUT  -DENABLE_VIEW_MODE_CSS_MEDIA  -DENABLE_CURSOR_SUPPORT
 -DENABLE_DRAG_SUPPORT  -DENABLE_MATHML  -DENABLE_TEXT_CARET 
-DENABLE_TEXT_SELECTION  -DENABLE_WILL_REVEAL_EDGE_EVENTS 
-DWTF_USE_TEXTURE_MAPPER  -DWTF_USE_CROSS_PLATFORM_CONTEXT_MENUS
-DENABLE_NETSCAPE_PLUGIN_API=0 -DENABLE_SQL_DATABASE=0
-DENABLE_DATE_AND_TIME_INPUT_TYPES=0 -ffunction-sections -fdata-sections
-fno-rtti -fno-exceptions storage/StorageNamespaceImpl.cpp -g -save-temps -O2

Reply via email to