http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48752
--- Comment #10 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-04-26 17:59:49 UTC --- Hi, the testcase doesn't seem to work for me. I get In file included from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/cctype:43:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:36: /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11/bits/c++config.h:159:20: error: typedef 'std::decltype' is initialized (use decltype instead) /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/hppa2.0w-hp-hpux11.11/bits/c++config.h:159:20: error: 'nullptr' was not declared in this scope In file included from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/cmath:44:0, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:42: /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/cpp_type_traits.h:185:25: error: 'char16_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/cpp_type_traits.h:185:33: error: template argument 1 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/cpp_type_traits.h:192:25: error: 'char32_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/cpp_type_traits.h:192:33: error: template argument 1 is invalid In file included from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/iosfwd:41:0, from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ios:39, from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/istream:40, from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/sstream:39, from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/complex:47, from /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/ccomplex:42, from /test/gnu/gcc/gcc/libstdc++-v3/include/precompiled/stdc++.h:53: /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:76:33: error: 'char16_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:76:41: error: template argument 1 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:77:33: error: 'char32_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:77:41: error: template argument 1 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:79:24: error: 'char16_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:79:32: error: template argument 1 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:79:32: error: template argument 2 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:79:32: error: template argument 3 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:79:43: error: invalid type in declaration before ';' token /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:80:24: error: 'char32_t' was not declared in this scope /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:80:32: error: template argument 1 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:80:32: error: template argument 2 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:80:32: error: template argument 3 is invalid /test/gnu/gcc/objdir/hppa2.0w-hp-hpux11.11/libstdc++-v3/include/bits/stringfwd.h:80:43: error: invalid type in declaration before ';' token and more... on comipler configure as: configure --target=hppa2.0w-hp-hpux11.11 --enable-languages=c,c++ --disable-bootstrap Any clue what is wrong? After dinner I will try to look into the add_new_function path and figure out why summaries are not computed as they should.