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]

c++/4740: internal error



>Number:         4740
>Category:       c++
>Synopsis:       internal error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 30 04:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     jccosta@lucent.com
>Release:        GCC 3.0 (not 3.0.1)
>Organization:
>Environment:
Conectiva 7.0 (i686-pc-linux-gnu/3.0), kernel: 2.2.19-15cl
>Description:
When I compile PWLIB system, during the release compilation results:

-------------------------------------------------------
g++ -Wall -DP_LINUX -D_REENTRANT -DP_HAS_SEMAPHORES -fPIC -DP_PTHREADS -DPBYTE_ORDER=PLITTLE_ENDIAN -I/home/jccosta/pwlib/include/ptlib/unix -DHAS_VIDEOCAPTURE -I/home/jccosta/pwlib/include -O3 -DNDEBUG  -c channel.cxx -o /home/jccosta/pwlib/lib/obj_linux_x86_r/channel.o
../common/pchannel.cxx: In static member function `static BOOL 
   PFile::Copy(const PFilePath&, const PFilePath&, int)':
../common/pchannel.cxx:950: Internal error: Falha de segmentação
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
------------------------------------------------------
>How-To-Repeat:
Compile this code
>Fix:
Change the -O3 flag to -O2
>Release-Note:
>Audit-Trail:
>Unformatted:


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