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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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 ` bkoz at gcc dot gnu dot org
  2010-01-06 22:50 ` bkoz at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2010-01-06 22:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bkoz at gcc dot gnu dot org  2010-01-06 22:47 -------
Created an attachment (id=19492)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19492&action=view)
pre-processed


-- 


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


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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2010-01-06 22:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bkoz at gcc dot gnu dot org  2010-01-06 22:49 -------


*** This bug has been marked as a duplicate of 42634 ***


-- 

bkoz at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-09 20:20 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from dodji at gcc dot gnu dot org  2010-01-09 20:20 -------
On gcc revision r155766, I couldn't reproduce this PR by running this on (the
bunziped version of) the attachment:

./cc1plus -quiet -std=gnu++0x -g -O2 multimap_text_fin_timing_large.ii

It just completes fine for me. Am I missing something ?


-- 


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


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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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
                   ` (2 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-09 20:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2010-01-09 20:53 -------
Well, Dodji, I just run make check-performance inside the build dir of the
library (note, must be done after make check, there is nit in the Makefile, a
missing dependency or something) and for sure it still fails...


-- 


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


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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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
                   ` (3 preceding siblings ...)
  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
  5 siblings, 0 replies; 7+ messages in thread
From: dodji at gcc dot gnu dot org @ 2010-01-10  9:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from dodji at gcc dot gnu dot org  2010-01-10 09:03 -------
Ah, thanks Paolo. Yes, I could reproduce it by launching make check-performance
and I think the candidate fix of 42634 fixes it for me here.


-- 


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


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

* [Bug c++/42639] ICE: copy_fn_p at cp/decl.c:9973
  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
                   ` (4 preceding siblings ...)
  2010-01-10  9:03 ` dodji at gcc dot gnu dot org
@ 2010-01-10 14:21 ` paolo dot carlini at oracle dot com
  5 siblings, 0 replies; 7+ messages in thread
From: paolo dot carlini at oracle dot com @ 2010-01-10 14:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from paolo dot carlini at oracle dot com  2010-01-10 14:21 -------
great ;) Of course I also wonder what is different in stand alone testing...


-- 


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).