public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/54575] New: ICE with std::vector::insert and -std=c++11
@ 2012-09-14  0:33 bangerth at gmail dot com
  2012-09-14  8:35 ` [Bug c++/54575] " rguenth at gcc dot gnu.org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: bangerth at gmail dot com @ 2012-09-14  0:33 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 54575
           Summary: ICE with std::vector::insert and -std=c++11
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: bangerth@gmail.com


The following currently produces an ICE when using -std=c++11:
......................
#include <vector>

template <class DH>
void
foo()
{
  std::vector<unsigned int> local_dof_indices;
  std::vector<unsigned int> subdomain_indices;

  subdomain_indices.insert(subdomain_indices.end(),
               local_dof_indices.begin(),
               local_dof_indices.end());
}
......................


>>>> /home/bangerth/bin/gcc-mainline/bin/gcc -v                             
Using built-in specs.
COLLECT_GCC=/home/bangerth/bin/gcc-mainline/bin/gcc
COLLECT_LTO_WRAPPER=/home/bangerth/bin/gcc-mainline/lib/gcc/x86_64-unknown-linux-gnu/4.8.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../mainline/configure --prefix=/home/bangerth/bin/gcc-mainline
--enable-languages=c,c++ --disable-multilib
Thread model: posix
gcc version 4.8.0 20120913 (experimental) [trunk revision 183295] (GCC) 


>>>> /home/bangerth/bin/gcc-mainline/bin/gcc -c -std=c++11 x.cc
In file included from
/home/bangerth/bin/gcc-mainline/include/c++/4.8.0/vector:65:0,
                 from dofs/dof_tools.cc:1:
/home/bangerth/bin/gcc-mainline/include/c++/4.8.0/bits/stl_vector.h: In
function 'void foo()':
/home/bangerth/bin/gcc-mainline/include/c++/4.8.0/bits/stl_vector.h:1042:9:
internal compiler error: tree check: expected class 'type', have 'exceptional'
(error_mark) in strip_typedefs, at cp/tree.c:1215
         typename = std::_RequireInputIter<_InputIterator>>
         ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


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

end of thread, other threads:[~2012-09-18 15:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-14  0:33 [Bug c++/54575] New: ICE with std::vector::insert and -std=c++11 bangerth at gmail dot com
2012-09-14  8:35 ` [Bug c++/54575] " rguenth at gcc dot gnu.org
2012-09-14 10:11 ` [Bug c++/54575] [4.8 Regression] " paolo.carlini at oracle dot com
2012-09-14 10:43 ` paolo.carlini at oracle dot com
2012-09-14 11:49 ` bangerth at gmail dot com
2012-09-14 12:00 ` paolo.carlini at oracle dot com
2012-09-14 16:26 ` paolo.carlini at oracle dot com
2012-09-14 17:38 ` hjl.tools at gmail dot com
2012-09-14 18:22 ` paolo.carlini at oracle dot com
2012-09-15  8:51 ` paolo.carlini at oracle dot com
2012-09-17 15:28 ` paolo.carlini at oracle dot com
2012-09-18  3:47 ` jason at gcc dot gnu.org
2012-09-18  9:41 ` paolo.carlini at oracle dot com
2012-09-18 13:55 ` paolo.carlini at oracle dot com
2012-09-18 15:32 ` bangerth at gmail 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).