This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/12803] New: Gcc dumps core when compiling pine on ppc


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: Gcc dumps core when compiling pine on ppc
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: luizd at ig dot com dot br
                CC: gcc-bugs at gcc dot gnu dot org

I installed Mandrake Linux 9.1 on a old IBM ppc 7248-120. When I compiled the
osdep.c file, gcc dumped a core. But when I runned it with "-v -save-temps", it
worked.


Reading specs from /usr/lib/gcc-lib/powerpc-mandrake-linux-gnu/3.2.2/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir   
                                                =/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --en                                 
                  able-threads=posix --disable-checking --enable-long-long
--enable-__cxa_atex                                                    it
--enable-languages=c,c++,f77,objc,java --host=powerpc-mandrake-linux-gnu       
                                             --with-system-zlib
Thread model: posix
gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)
 /usr/lib/gcc-lib/powerpc-mandrake-linux-gnu/3.2.2/cpp0 -lang-c -v -D__GNUC_   
                                                _=3 -D__GNUC_MINOR__=2
-D__GNUC_PATCHLEVEL__=2 -D__GXX_ABI_VERSION=102 -DPPC                          
                          -D__ELF__ -Dpowerpc -D__PPC__ -D__ELF__ -D__powerpc__
-D__PPC -D__powerpc -                                                   
Acpu=powerpc -Amachine=powerpc -D__OPTIMIZE__ -D__STDC_HOSTED__=1 -D_CALL_SY   
                                                SV -D_BIG_ENDIAN
-D__BIG_ENDIAN__ -Amachine=bigendian -D_ARCH_PPC -D__unix__                    
                                -D__gnu_linux__ -D__linux__ -Dunix -D__unix
-Dlinux -D__linux -Asystem=unix                                                
    -Asystem=posix -DCREATEPROTO=unixproto -DEMPTYPROTO=unixproto -DMAILSPOOL="
                                                   /var/spool/mail"
-DANONYMOUSHOME="/var/spool/mail/anonymous" -DACTIVEFILE="/                    
                               var/lib/news/active"
-DNEWSSPOOL="/var/spool/news" -DRSHPATH="/usr/bin/rsh"                         
                           -DLOCKPGM="/etc/mlock"
-DMD5ENABLE="/etc/cram-md5.pwd" osdep.c osdep.i
GNU CPP version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) (cpplib) (PowerPC GNU/   
                                                Linux)
ignoring nonexistent directory "/usr/powerpc-mandrake-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/powerpc-mandrake-linux-gnu/3.2.2/include
 /usr/include
End of search list.
 /usr/lib/gcc-lib/powerpc-mandrake-linux-gnu/3.2.2/cc1 -fpreprocessed osdep.   
                                                i -quiet -dumpbase osdep.c -g
-O6 -version -fno-omit-frame-pointer -o osdep.                                 
                  s
GNU CPP version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) (cpplib) (PowerPC GNU/   
                                                Linux)
GNU C version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) (powerpc-mandrake-linux-   
                                                gnu)
        compiled by GNU C version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk).
 as -mppc -V -Qy -o osdep.o osdep.s
GNU assembler version 2.13.90.0.18 (powerpc-mandrake-linux-gnu) using BFD
version 2.13.90.0.18 20030121
ok


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]