Full gcc source code with our own patches and etc. This repo will be mainly for android port of Evolinx.
Go to file
Mark Mitchell 58731fd132 class.c (check_field_decls): Remove empty_p parameter.
* class.c (check_field_decls): Remove empty_p parameter.  Instead,
	clear CLASSTYPE_EMPTY_P.
	(build_base_field): Likewise.
	(build_base_fields): Likewise.
	(check_bases_and_members): Likewise.
	(create_vtbl_ptr): Likewise.
	(layout_class_type): Likewise.  Ensure that empty classes have
	size zero when used as base classes in the 3.2 ABI.
	(finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
	CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
	parameter.
	(is_empty_class): Correct definition when using post-3.2 ABI.
	* cp-tree.h (lang_type_class): Add empty_p.
	(CLASSTYPE_EMPTY_P): New macro.

From-SVN: r58170
2002-10-15 18:07:24 +00:00
boehm-gc
config
contrib objs-gcc.sh: Don't install GDB testsuite if GDB was not built. 2002-10-11 20:23:21 +00:00
fastjar Makefile.in: Rebuilt. 2002-09-12 00:40:12 +00:00
gcc class.c (check_field_decls): Remove empty_p parameter. 2002-10-15 18:07:24 +00:00
include getopt.h: getopt is in unistd.h. 2002-10-12 04:01:04 +00:00
INSTALL
libf2c
libffi java_raw_api.c (ffi_java_raw_to_ptrarray): Interpret raw data as _Jv_word values, not ffi_raw. 2002-10-08 14:55:03 +00:00
libiberty cplus-dem.c (ada_demangle): Get rid of unneeded variable and of strict-aliasing warning. 2002-10-06 21:29:24 +02:00
libjava StaticConstructor.java: New. 2002-10-14 19:02:56 +00:00
libobjc
libstdc++-v3 Daily bump. 2002-10-15 07:17:08 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog * configure.in: Add tic4x target. 2002-10-07 17:07:06 -04:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in * configure.in: Add tic4x target. 2002-10-07 17:07:06 -04:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Add myself as web pages co-maintainer. 2002-10-02 20:02:13 +00:00
Makefile.def
Makefile.in Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. 2002-10-03 19:06:16 +00:00
Makefile.tpl Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy. 2002-10-03 19:06:16 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.