This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
c++/4740: internal error
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/4740: internal error
- From: jccosta at lucent dot com
- Date: 30 Oct 2001 12:55:17 -0000
- Reply-To: jccosta at lucent dot com
>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: