public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as)
@ 2013-08-21 15:14 reuveng at ectel dot com
  2013-08-21 15:17 ` [Bug c++/58211] " reuveng at ectel dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: reuveng at ectel dot com @ 2013-08-21 15:14 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58211
           Summary: gcc: internal compiler error: Segmentation fault
                    (program as)
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: reuveng at ectel dot com

Error Message:on server AIX 6.1 oslevel - 6100-06-0501115
gcc -c Hello.cpp -o Hello.o
gcc: internal compiler error: Segmentation fault (program as)
Please submit a full bug report,
with preprocessed source if appropriate.


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
@ 2013-08-21 15:17 ` reuveng at ectel dot com
  2013-08-21 15:22 ` schwab@linux-m68k.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: reuveng at ectel dot com @ 2013-08-21 15:17 UTC (permalink / raw)
  To: gcc-bugs

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

Reuven <reuveng at ectel dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical

--- Comment #1 from Reuven <reuveng at ectel dot com> ---
the program with constructor failed:
gcc -v -c Hello.cpp -o Hello.o
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/lto-wrapper
Target: powerpc-ibm-aix6.1.0.0
Configured with: ../gcc-4.6.2/configure --with-as=/usr/bin/as
--with-ld=/usr/bin/ld --enable-languages=c,c++,fortran --prefix=/opt/freeware
--mandir=/opt/freeware/man --infodir=/opt/freeware/info --enable-threads
--enable-version-specific-runtime-libs --disable-nls --enable-decimal-float=dpd
--host=powerpc-ibm-aix6.1.0.0
Thread model: aix
gcc version 4.6.2 (GCC)
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'Hello.o'
/opt/freeware/libexec/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/cc1plus -quiet -v
-D_ALL_SOURCE -D__COMPATMATH__ Hello.cpp -quiet -dumpbase Hello.cpp
-auxbase-strip Hello.o -version -o /tmp//ccyvIkUj.s
GNU C++ (GCC) version 4.6.2 (powerpc-ibm-aix6.1.0.0)
        compiled by GNU C version 4.6.2, GMP version 4.3.2, MPFR version
2.4.2-p1, MPC version 0.8.1
warning: MPC header version 0.8.1 differs from library version 0.9.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include"
ignoring nonexistent directory
"/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/../../../../powerpc-ibm-aix6.1.0.0/include"
#include "..." search starts here:
#include <...> search starts here:
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/include/c++
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/include/c++/powerpc-ibm-aix6.1.0.0
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/include/c++/backward
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/include
/opt/freeware/include
/opt/freeware/lib/gcc/powerpc-ibm-aix6.1.0.0/4.6.2/include-fixed
/usr/include
End of search list.
GNU C++ (GCC) version 4.6.2 (powerpc-ibm-aix6.1.0.0)
        compiled by GNU C version 4.6.2, GMP version 4.3.2, MPFR version
2.4.2-p1, MPC version 0.8.1
warning: MPC header version 0.8.1 differs from library version 0.9.
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 01a60e2afad33d9ba418b53aa218b625
COLLECT_GCC_OPTIONS='-v' '-c' '-o' 'Hello.o'
/usr/bin/as -u -mppc -o Hello.o /tmp//ccyvIkUj.s
gcc: internal compiler error: Segmentation fault (program as)


program:Hello.cpp

class Token
{
public:
  Token();
};

int main()
{
       return 0;
}

Token::Token()
{
}


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
  2013-08-21 15:17 ` [Bug c++/58211] " reuveng at ectel dot com
@ 2013-08-21 15:22 ` schwab@linux-m68k.org
  2013-08-21 15:37 ` paolo.carlini at oracle dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2013-08-21 15:22 UTC (permalink / raw)
  To: gcc-bugs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> ---
This is not a gcc bug, it is the assembler that is crashing.  Report that to
whoever provided you the assembler.


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
  2013-08-21 15:17 ` [Bug c++/58211] " reuveng at ectel dot com
  2013-08-21 15:22 ` schwab@linux-m68k.org
@ 2013-08-21 15:37 ` paolo.carlini at oracle dot com
  2013-08-21 15:38 ` paolo.carlini at oracle dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-21 15:37 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 58212 has been marked as a duplicate of this bug. ***


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
                   ` (2 preceding siblings ...)
  2013-08-21 15:37 ` paolo.carlini at oracle dot com
@ 2013-08-21 15:38 ` paolo.carlini at oracle dot com
  2013-08-21 15:38 ` paolo.carlini at oracle dot com
  2013-08-21 16:04 ` reuveng at ectel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-21 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 58214 has been marked as a duplicate of this bug. ***


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
                   ` (3 preceding siblings ...)
  2013-08-21 15:38 ` paolo.carlini at oracle dot com
@ 2013-08-21 15:38 ` paolo.carlini at oracle dot com
  2013-08-21 16:04 ` reuveng at ectel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: paolo.carlini at oracle dot com @ 2013-08-21 15:38 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
*** Bug 58213 has been marked as a duplicate of this bug. ***


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

* [Bug c++/58211] gcc: internal compiler error: Segmentation fault (program as)
  2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
                   ` (4 preceding siblings ...)
  2013-08-21 15:38 ` paolo.carlini at oracle dot com
@ 2013-08-21 16:04 ` reuveng at ectel dot com
  5 siblings, 0 replies; 7+ messages in thread
From: reuveng at ectel dot com @ 2013-08-21 16:04 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from Reuven <reuveng at ectel dot com> ---
(In reply to Andreas Schwab from comment #2)
> This is not a gcc bug, it is the assembler that is crashing.  Report that to
> whoever provided you the assembler.

You mean open bug for IBM provider.


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

end of thread, other threads:[~2013-08-21 16:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-21 15:14 [Bug c++/58211] New: gcc: internal compiler error: Segmentation fault (program as) reuveng at ectel dot com
2013-08-21 15:17 ` [Bug c++/58211] " reuveng at ectel dot com
2013-08-21 15:22 ` schwab@linux-m68k.org
2013-08-21 15:37 ` paolo.carlini at oracle dot com
2013-08-21 15:38 ` paolo.carlini at oracle dot com
2013-08-21 15:38 ` paolo.carlini at oracle dot com
2013-08-21 16:04 ` reuveng at ectel 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).