public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42639]  New: ICE: copy_fn_p at cp/decl.c:9973
@ 2010-01-06 22:47 bkoz at gcc dot gnu dot org
  2010-01-06 22:48 ` [Bug c++/42639] " bkoz at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2010-01-06 22:47 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 3601 bytes --]

>From the libstdc++ performance testsuite:

%/mnt/share/bld/gcc/./gcc/g++ -shared-libgcc -B/mnt/share/bld/gcc/./gcc
-nostdinc++ -L/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/src
-L/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
-B/mnt/share/bld/H-x86-gcc/x86_64-unknown-linux-gnu/bin/
-B/mnt/share/bld/H-x86-gcc/x86_64-unknown-linux-gnu/lib/ -isystem
/mnt/share/bld/H-x86-gcc/x86_64-unknown-linux-gnu/include -isystem
/mnt/share/bld/H-x86-gcc/x86_64-unknown-linux-gnu/sys-include -nostdinc++
-I/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/x86_64-unknown-linux-gnu
-I/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include
-I/mnt/share/src/gcc-trunk/libstdc++-v3/libsupc++
-I/mnt/share/src/gcc-trunk/libstdc++-v3/include/backward
-I/mnt/share/src/gcc-trunk/libstdc++-v3/testsuite/util -g -O2 -D_GLIBCXX_ASSERT
-fmessage-length=0 -ffunction-sections -fdata-sections -g -O2 -D_GNU_SOURCE
-std=gnu++0x -Wl,--rpath
-Wl,/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/../../gcc
-Wl,--rpath
-Wl,/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
/mnt/share/src/gcc-trunk/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc
./libtestc++.a -o multimap_text_find_timing_large.ii
In file included from
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/move.h:38:0,
                 from
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_pair.h:60,
                 from
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h:66,
                 from
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/bits/stl_tree.h:62,
                 from
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/set:60,
                 from
/mnt/share/src/gcc-trunk/libstdc++-v3/testsuite/util/io/text_populate.hpp:42,
                 from
/mnt/share/src/gcc-trunk/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_timing.hpp:38,
                 from
/mnt/share/src/gcc-trunk/libstdc++-v3/testsuite/performance/ext/pb_ds/multimap_text_find_timing_large.cc:32:
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits:
In instantiation of ‘const bool
std::__is_constructible_helper<__gnu_pbds::list_update<int,
__gnu_pbds::null_mapped_type, std::equal_to<int>,
__gnu_pbds::test::move_to_front_lu_policy_t_>, const
std::basic_string<char>&&>::__value’:
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits:235:5:
  instantiated from ‘std::is_constructible<__gnu_pbds::list_update<int,
__gnu_pbds::null_mapped_type, std::equal_to<int>,
__gnu_pbds::test::move_to_front_lu_policy_t_>, const
std::basic_string<char>&&>’
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp:392:64:
  instantiated from here
/mnt/share/bld/gcc/x86_64-unknown-linux-gnu/libstdc++-v3/include/type_traits:224:67:
internal compiler error: in copy_fn_p, at cp/decl.c:9973
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Compiling this without -std=gnu++0x is fine.


-- 
           Summary: ICE: copy_fn_p at cp/decl.c:9973
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bkoz at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42639


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-10 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-06 22:47 [Bug c++/42639] New: ICE: copy_fn_p at cp/decl.c:9973 bkoz at gcc dot gnu dot org
2010-01-06 22:48 ` [Bug c++/42639] " bkoz at gcc dot gnu dot org
2010-01-06 22:50 ` bkoz at gcc dot gnu dot org
2010-01-09 20:20 ` dodji at gcc dot gnu dot org
2010-01-09 20:53 ` paolo dot carlini at oracle dot com
2010-01-10  9:03 ` dodji at gcc dot gnu dot org
2010-01-10 14:21 ` paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).