This is the mail archive of the gcc-patches@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]

Re: C++ PATCH: Fix ABI bug and crash




--On Monday, September 30, 2002 03:22:10 PM -0500 Benjamin Kosnik <bkoz@redhat.com> wrote:


+   if (!abi_version_at_least(2))
For the record, I still think the ABI versioning should be consistent
between flag_abi_version and _GXX_ABI_VERSION.

You seem to disagree.

Why?
Personally, I bet I'm more likely to mistype or get confused about 103 vs.
106 than I am 3 vs. 6, which is why I did it the way I did it.

But, it's very likely other people's brains are better than mine!

I already answered a similar question by saying that I don't really care,
and I'm happy for other people to fiddle this stuff around as they see
fit.  I'm just not about to do it myself.

I just want to fix the bugs.

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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