This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8552: GCC 3.2 creates binary that exits with seg fault immediately while it worked with GCC 2.96
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, vogel at informatik dot uni-mannheim dot de
- Date: 20 Dec 2002 01:10:13 -0000
- Subject: Re: c++/8552: GCC 3.2 creates binary that exits with seg fault immediately while it worked with GCC 2.96
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, vogel at informatik dot uni-mannheim dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: GCC 3.2 creates binary that exits with seg fault immediately while it worked with GCC 2.96
State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Thu Dec 19 17:10:12 2002
State-Changed-Why:
You are linking with libMagick++.a, which I assume is built
with the system compiler, right? If so, then this is not
supposed to work: you can't mix parts of programs that were
compiled with different C++ compilers.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8552