public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63588] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf
@ 2014-10-18 13:57 doko at gcc dot gnu.org
  2014-10-20 12:53 ` [Bug c++/63588] " rguenth at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: doko at gcc dot gnu.org @ 2014-10-18 13:57 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63588

            Bug ID: 63588
           Summary: [5 Regression] ICE (segfault) on arm-linux-gnueabihf
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: doko at gcc dot gnu.org

seen building libjava on arm-linux-gnueabihf on the trunk (PR63574 for the
bootstrap issue).

$ cat foo.cc 
template < class T > T elements;
       elements <> 
$ /home/doko/gcc/gcc-snapshot-20141017/build/gcc/xg++
-B/home/doko/gcc/gcc-snapshot-20141017/build/gcc/ -c -O2 foo.cc
foo.cc:1:24: warning: variable templates only available with -std=c++14 or
-std=gnu++14
 template < class T > T elements;
                        ^
foo.cc:2:18: internal compiler error: Segmentation fault
        elements <> 
                  ^
Please submit a full bug report,
with preprocessed source if appropriate.


unsure if this is correctly reduced, because the original file in PR63574
succeeds to build with -O1.


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

end of thread, other threads:[~2014-11-21 21:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-18 13:57 [Bug c++/63588] New: [5 Regression] ICE (segfault) on arm-linux-gnueabihf doko at gcc dot gnu.org
2014-10-20 12:53 ` [Bug c++/63588] " rguenth at gcc dot gnu.org
2014-10-20 12:56 ` ktkachov at gcc dot gnu.org
2014-10-20 13:21 ` doko at gcc dot gnu.org
2014-11-20 12:37 ` rguenth at gcc dot gnu.org
2014-11-20 13:38 ` doko at gcc dot gnu.org
2014-11-21 21:35 ` jason at gcc dot gnu.org
2014-11-21 21:38 ` 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).