public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48319] New: Segmentation fault in instantiation of std::is_constructible<int>
@ 2011-03-28 18:27 gintensubaru at gmail dot com
  2011-03-28 18:36 ` [Bug c++/48319] [4.6/4.7 Regression] [C++0x] " paolo.carlini at oracle dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: gintensubaru at gmail dot com @ 2011-03-28 18:27 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: Segmentation fault in instantiation of
                    std::is_constructible<int>
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gintensubaru@gmail.com


Source file (bug.cc):

#include <type_traits>

int main() {
  static_assert( std::is_constructible<int>::value, "" );
}


Message:

In file included from bug.cc:1:0:
/usr/local/gcc-4.6.0/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/type_traits:
In instantiation of ‘const bool
std::__is_constructible_helper<int>::__value’:
/usr/local/gcc-4.6.0/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/type_traits:683:12:
  instantiated from ‘std::is_constructible<int>’
bug.cc:7:42:   instantiated from here
/usr/local/gcc-4.6.0/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../../../../include/c++/4.6.0/type_traits:661:71:
internal compiler error: Segmentation fault
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] 8+ messages in thread

end of thread, other threads:[~2011-03-29 18:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-28 18:27 [Bug c++/48319] New: Segmentation fault in instantiation of std::is_constructible<int> gintensubaru at gmail dot com
2011-03-28 18:36 ` [Bug c++/48319] [4.6/4.7 Regression] [C++0x] " paolo.carlini at oracle dot com
2011-03-28 19:23 ` redi at gcc dot gnu.org
2011-03-29 10:17 ` rguenth at gcc dot gnu.org
2011-03-29 16:37 ` jason at gcc dot gnu.org
2011-03-29 18:51 ` jason at gcc dot gnu.org
2011-03-29 19:05 ` jason at gcc dot gnu.org
2011-03-29 19:16 ` jason at gcc dot gnu.org

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