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++/24573] New: g++: Internal error message while building openh323


*  the exact version of GCC;
g++ (GCC) 3.3.5 (Debian 1:3.3.5-13)

* the system type;
Linux 2.6.8 #1 SMP Tue Oct 4 13:15:08 CEST 2005 i686 GNU/Linux
Intel(R) Pentium(R) 4 CPU 2.80GHz hyperthreading

* the options given when GCC was configured/built;
GCC got from debian packages (testing)

* the complete command line that triggers the bug;

g++ -I/usr/lib/pwlib/libavcodec/ -DP_USE_PRAGMA -D_REENTRANT -Wall  -fPIC
-DPTRACING -I/home/dave/gm/openh323-1.15.6/include -DHAS_OSS
-I/usr/share/pwlib//include -Os  -DH323_RFC2190_AVCODEC=1 -DP_EXPAT=1
-DP_HAS_QOS=1 -g -DMEDIANET_PATCH=1 -D_DEBUG=1 -save-temps -felide-constructors
-x c++ -c h323.cxx -o /home/dave/gm/openh323-1.15.6/lib/obj_linux_x86_r/h323.o

* the compiler output:
make[2]: Entering directory `/home/dave/gm/openh323-1.15.6/src'
g++ -I/usr/lib/pwlib/libavcodec/ -DP_USE_PRAGMA -D_REENTRANT -Wall  -fPIC
-DPTRACING -I/home/dave/gm/openh323-1.15.6/include -DHAS_OSS
-I/usr/share/pwlib//include -Os  -DH323_RFC2190_AVCODEC=1 -DP_EXPAT=1
-DP_HAS_QOS=1 -g -DMEDIANET_PATCH=1 -D_DEBUG=1 -save-temps -felide-constructors
-x c++ -c h323.cxx -o /home/dave/gm/openh323-1.15.6/lib/obj_linux_x86_r/h323.o
g++: Internal error: Terminated (program cc1plus)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.


* the preprocessed file (*.i*) that triggers the bug, 
Don't know how can to attach it ?


-- 
           Summary: g++: Internal error message while building openh323
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: qijcqj8lcwka56m at jetable dot com
 GCC build triplet: linux 2.6.8 SMP i686
  GCC host triplet: linux 2.6.8 SMP i686
GCC target triplet: linux 2.6.8 SMP i686


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


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