This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[g++] set __GXX_ABI_VERSION__ to 102
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 1 Aug 2002 12:54:27 -0700
- Subject: [g++] set __GXX_ABI_VERSION__ to 102
This patch was agreed on yesterday. I'll put something similar on the
3.2 branch.
2002-08-01 Benjamin Kosnik <bkoz@redhat.com>
* c-common.c (cb_register_builtins): Set __GXX_ABI_VERSION__ to 102.
Index: c-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/c-common.c,v
retrieving revision 1.355
diff -c -p -r1.355 c-common.c
*** c-common.c 1 Aug 2002 09:08:38 -0000 1.355
--- c-common.c 1 Aug 2002 20:05:18 -0000
*************** cb_register_builtins (pfile)
*** 4732,4738 ****
cpp_define (pfile, "__EXCEPTIONS");
if (warn_deprecated)
cpp_define (pfile, "__DEPRECATED");
! cpp_define (pfile, "__GXX_ABI_VERSION__=101");
}
/* libgcc needs to know this. */
--- 4732,4738 ----
cpp_define (pfile, "__EXCEPTIONS");
if (warn_deprecated)
cpp_define (pfile, "__DEPRECATED");
! cpp_define (pfile, "__GXX_ABI_VERSION__=102");
}
/* libgcc needs to know this. */