Go to file
Olivier Hainque a9ecacf6c4 tree.c (skip_simple_arithmetics_at, [...]): New functions.
* tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
        (save_expr): Replace loop by call to skip_simple_arithmetics_at.
        * tree.h: Add prototypes for the two new functions.
        * fold-const.c (fold_binary_op_with_conditional_arg): Replace test
        updates introduced in the previous revision by call to saved_expr_p.
        * stor-layout.c (put_pending_size): Use skip_simple_arithmetics_at.

From-SVN: r65702
2003-04-16 17:33:19 -04:00
boehm-gc * include/private/gcconfig.h: Add support for arm-netbsdelf. 2003-04-16 18:28:29 +00:00
config
contrib
fastjar
gcc tree.c (skip_simple_arithmetics_at, [...]): New functions. 2003-04-16 17:33:19 -04:00
include
INSTALL
libf2c re PR fortran/9263 (ICE caused by invalid PARAMETER in implied DO loop) 2003-04-11 21:33:48 +00:00
libffi configure.in (arm-*-netbsdelf*): Add configuration. 2003-04-16 18:25:33 +00:00
libiberty Fix typo in last checkin. 2003-04-16 04:42:38 +00:00
libjava re PR middle-end/8866 (Bug in switch statement code generation -- missing label) 2003-04-16 20:39:12 +00:00
libobjc (in libobjc:) 2003-04-11 04:30:33 +00:00
libstdc++-v3 sgiexts.html: Fix path to stylesheet. 2003-04-16 18:02:47 +01:00
maintainer-scripts
zlib
.cvsignore
ChangeLog configure.in (arm-*-netbsdelf*): Enable building java libraries. 2003-04-16 18:33:59 +00:00
config-ml.in config-ml.in: Remove support for --disable-aix removing call-aix multilibs. 2003-04-13 16:59:45 +00:00
config.guess
config.if
config.sub
configure configure.in (arm-*-netbsdelf*): Enable building java libraries. 2003-04-16 18:33:59 +00:00
configure.in configure.in (arm-*-netbsdelf*): Enable building java libraries. 2003-04-16 18:33:59 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer. 2003-04-15 12:47:42 -04:00
Makefile.def
Makefile.in
Makefile.tpl
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.