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 bootstrap/69709] New: [6 Regression] profiled bootstrap error on s390x-linux-gnu with r233194


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

            Bug ID: 69709
           Summary: [6 Regression] profiled bootstrap error on
                    s390x-linux-gnu with r233194
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org
  Target Milestone: ---

profiled bootstrap error on s390x-linux-gnu with r233194. for some reason I
don't get a preprocessed source.

Configured with: -v
         --with-pkgversion='Ubuntu 6-20160206-0ubuntu2'
         --with-bugurl='file:///usr/share/doc/gccgo-6/README.Bugs'
         --enable-languages=c,c++,go
         --prefix=/usr
         --program-suffix=-6
         --enable-shared
         --enable-linker-build-id
         --libexecdir=/usr/lib
         --without-included-gettext
         --enable-threads=posix
         --libdir=/usr/lib
         --enable-nls
         --with-sysroot=/
         --enable-clocale=gnu
         --enable-libstdcxx-time=yes
         --with-default-libstdcxx-abi=new
         --enable-gnu-unique-object
         --disable-libsanitizer
         --disable-libquadmath
         --enable-plugin
         --enable-default-pie
         --with-system-zlib
         --enable-multiarch
         --disable-werror
         --with-arch=zEC12
         --with-long-double-128
         --enable-multilib
         --enable-checking=release
         --build=s390x-linux-gnu
         --host=s390x-linux-gnu
         --target=s390x-linux-gnu

In file included from
/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3/include/parallel/types.h:36:0,
                 from
/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3/include/parallel/settings.h:86,
                 from
../../../../../src/libstdc++-v3/src/c++98/parallel_settings.cc:25:
/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3/include/limits:1676:7:
internal compiler error: in real_to_decimal_for_mode, at real.c:1780
       max() _GLIBCXX_USE_NOEXCEPT { return __DBL_MAX__; }
       ^~~
0x808b3f9b real_to_decimal_for_mode(char*, real_value const*, unsigned long,
unsigned long, int, machine_mode)
        ../../src/gcc/real.c:1780
0x80d0fc05 lazy_hex_fp_value
        ../../src/gcc/c-family/c-cppbuiltin.c:1426
0x80ca62b3 enter_macro_context
        ../../src/libcpp/macro.c:1101
0x80ca7ab7 cpp_get_token_1
        ../../src/libcpp/macro.c:2523
0x80ca7ab7 cpp_get_token_with_location(cpp_reader*, unsigned int*)
        ../../src/libcpp/macro.c:2625
0x8061fbdd c_lex_with_flags(tree_node**, unsigned int*, unsigned char*, int)
        ../../src/gcc/c-family/c-lex.c:391
0x80cc347b cp_lexer_get_preprocessor_token
        ../../src/gcc/cp/parser.c:792
0x80cc347b cp_lexer_new_main
        ../../src/gcc/cp/parser.c:656
0x80cc347b cp_parser_new
        ../../src/gcc/cp/parser.c:3687
0x80cc347b c_parse_file()
        ../../src/gcc/cp/parser.c:37354
0x80d14e63 c_common_parse_file()
        ../../src/gcc/c-family/c-opts.c:1064
Please submit a full bug report,
with preprocessed source if appropriate.

Makefile:825: recipe for target 'parallel_settings.lo' failed
make[8]: *** [parallel_settings.lo] Error 1
make[8]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3/src/c++98'
Makefile:640: recipe for target 'all-recursive' failed
make[7]: *** [all-recursive] Error 1
make[7]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3/src'
Makefile:507: recipe for target 'all-recursive' failed
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3'
Makefile:414: recipe for target 'all' failed
make[5]: *** [all] Error 2
make[5]: Leaving directory
'/<<PKGBUILDDIR>>/build/s390x-linux-gnu/libstdc++-v3'
Makefile:13479: recipe for target 'all-stagefeedback-target-libstdc++-v3'
failed
make[4]: *** [all-stagefeedback-target-libstdc++-v3] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build'
Makefile:20515: recipe for target 'stagefeedback-bubble' failed
make[3]: *** [stagefeedback-bubble] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build'
Makefile:20534: recipe for target 'profiledbootstrap' failed
make[2]: *** [profiledbootstrap] Error 2

complete build log at
https://launchpadlibrarian.net/236787309/buildlog_ubuntu-xenial-s390x.gccgo-6_6-20160206-0ubuntu2_BUILDING.txt.gz

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