public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/52977] New: internal compiler error: Segmentation fault with `-x c-header' or `-x cxx-header' option
@ 2012-04-13 16:08 ai.azuma at gmail dot com
  2012-04-14  6:25 ` [Bug c/52977] " markus at trippelsdorf dot de
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: ai.azuma at gmail dot com @ 2012-04-13 16:08 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52977
           Summary: internal compiler error: Segmentation fault with `-x
                    c-header' or `-x cxx-header' option
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: ai.azuma@gmail.com


Created attachment 27152
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27152
Output of -v option and preprocessed file

The following code causes an ICE with GCC 4.8.0 20120408 (experimental) and `-x
c-header' or `-x cxx-header' option.


////////////////////////////////////////
typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__));
__inline __m64 __attribute__((__gnu_inline__, __always_inline__,
__artificial__))
_mm_setzero_si64() { return (__m64)0LL; }
////////////////////////////////////////


N.B. As far as I can confirm, this ICE is not reproduced with GCC 4.6.3, GCC
4.7.0 and GCC 4.8.0 20120311. This reproducer originally comes from a
Boost.Math 1.49.0 source file.


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

end of thread, other threads:[~2012-04-19 13:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 16:08 [Bug c/52977] New: internal compiler error: Segmentation fault with `-x c-header' or `-x cxx-header' option ai.azuma at gmail dot com
2012-04-14  6:25 ` [Bug c/52977] " markus at trippelsdorf dot de
2012-04-16  8:48 ` [Bug c/52977] [4.8 Regression] " rguenth at gcc dot gnu.org
2012-04-16 10:15 ` rguenth at gcc dot gnu.org
2012-04-16 13:22 ` rguenth at gcc dot gnu.org
2012-04-17 14:42 ` rguenth at gcc dot gnu.org
2012-04-19 13:33 ` matz 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).