This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: optimization/9630: [3.2/3.3/3.4 regression] crash with -freg-struct-return in C++ code
- From: steven at gcc dot gnu 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, stefan at space dot twc dot de
- Date: 12 Mar 2003 18:44:56 -0000
- Subject: Re: optimization/9630: [3.2/3.3/3.4 regression] crash with -freg-struct-return in C++ code
- Reply-to: steven at gcc dot gnu 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, stefan at space dot twc dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: [3.2/3.3/3.4 regression] crash with -freg-struct-return in C++ code
State-Changed-From-To: analyzed->closed
State-Changed-By: steven
State-Changed-When: Wed Mar 12 18:44:56 2003
State-Changed-Why:
not a bug.
-freg-struct-return will change the ABI, so if you link with a library that was not compiled with this option, you can expect this kind of bug. This is documented in the manual.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9630