public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault
@ 2014-12-26 19:29 jpyeron at pdinc dot us
  2014-12-26 19:39 ` [Bug c++/64414] " jpyeron at pdinc dot us
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jpyeron at pdinc dot us @ 2014-12-26 19:29 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 64414
           Summary: cc1plus: internal compiler error: Segmentation fault
           Product: gcc
           Version: 4.4.7
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jpyeron at pdinc dot us

Centos/RHEL 6: gcc-c++-4.4.7-11.el6.x86_64

root@twelve-233 ~/CipherShed/src/Main
# g++ -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES
-I/root/CipherShed/src -I/root/CipherShed/src/Crypto -O2 -fno-strict-aliasing  
-D TC_ARCH_X64 -DTC_UNIX -DTC_LINUX -fdata-sections -ffunction-sections -Wall
-Wno-unused-parameter  -I/root/CipherShed/src/Main
-I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -c Unix/Main.cpp -o
Unix/Main.o
cc1plus: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccYM4plV.out file, please attach this to
your bugreport.


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

* [Bug c++/64414] cc1plus: internal compiler error: Segmentation fault
  2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
@ 2014-12-26 19:39 ` jpyeron at pdinc dot us
  2014-12-27 15:22 ` hjl.tools at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jpyeron at pdinc dot us @ 2014-12-26 19:39 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Jason Pyeron <jpyeron at pdinc dot us> ---
In an attempt to be lazy, I added a .h file to refer to a .h file in the parent
directory.

2154b9ff583610a5ab97821ed6b45646df2f4e2b:src/Main/Unix/System.h:
#include "../System.h"

removing that file eliminates the crash.


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

* [Bug c++/64414] cc1plus: internal compiler error: Segmentation fault
  2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
  2014-12-26 19:39 ` [Bug c++/64414] " jpyeron at pdinc dot us
@ 2014-12-27 15:22 ` hjl.tools at gmail dot com
  2014-12-27 16:59 ` jpyeron at pdinc dot us
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2014-12-27 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2014-12-27
     Ever confirmed|0                           |1

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> ---
GCC 4.4 is no longer supported.  Please try GCC 4.9.


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

* [Bug c++/64414] cc1plus: internal compiler error: Segmentation fault
  2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
  2014-12-26 19:39 ` [Bug c++/64414] " jpyeron at pdinc dot us
  2014-12-27 15:22 ` hjl.tools at gmail dot com
@ 2014-12-27 16:59 ` jpyeron at pdinc dot us
  2014-12-28 13:54 ` jpyeron at pdinc dot us
  2015-01-12 14:19 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jpyeron at pdinc dot us @ 2014-12-27 16:59 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Jason Pyeron <jpyeron at pdinc dot us> ---
I am building gcc 4.9.2 presently, I will test afterwards.

Distro bug: https://bugzilla.redhat.com/show_bug.cgi?id=1177458 in case of
patch.


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

* [Bug c++/64414] cc1plus: internal compiler error: Segmentation fault
  2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
                   ` (2 preceding siblings ...)
  2014-12-27 16:59 ` jpyeron at pdinc dot us
@ 2014-12-28 13:54 ` jpyeron at pdinc dot us
  2015-01-12 14:19 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jpyeron at pdinc dot us @ 2014-12-28 13:54 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jason Pyeron <jpyeron at pdinc dot us> ---
Confirming 4.9.2 does not crash, although it is a bit noisy on the output where
4.4 was quite.

Thank you.


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

* [Bug c++/64414] cc1plus: internal compiler error: Segmentation fault
  2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
                   ` (3 preceding siblings ...)
  2014-12-28 13:54 ` jpyeron at pdinc dot us
@ 2015-01-12 14:19 ` jakub at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jakub at gcc dot gnu.org @ 2015-01-12 14:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|                            |jakub at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This is actually a dup.

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


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

end of thread, other threads:[~2015-01-12 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-26 19:29 [Bug c++/64414] New: cc1plus: internal compiler error: Segmentation fault jpyeron at pdinc dot us
2014-12-26 19:39 ` [Bug c++/64414] " jpyeron at pdinc dot us
2014-12-27 15:22 ` hjl.tools at gmail dot com
2014-12-27 16:59 ` jpyeron at pdinc dot us
2014-12-28 13:54 ` jpyeron at pdinc dot us
2015-01-12 14:19 ` jakub 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).