Go to file
Roger Sayle 5fce2c6539 fold-const.c (fold): Use "fold" following build in more places.
* fold-const.c (fold):  Use "fold" following build in more places.
	Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
	pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).

	* gcc.dg/builtins-11.c: New test case.

From-SVN: r65387
2003-04-08 23:28:28 +00:00
boehm-gc gc_locks.h [IA64]: Include ia64intrin.h. 2003-03-22 17:36:22 -08:00
config
contrib * compare_tests: Fix exit status and be more flexible with spacing. 2003-04-04 22:49:10 +00:00
fastjar fastjar.texi: Remove @ at start of file. 2003-03-30 17:56:33 +01:00
gcc fold-const.c (fold): Use "fold" following build in more places. 2003-04-08 23:28:28 +00:00
include ansidecl.h (ATTRIBUTE_NONNULL, [...]): New. 2003-03-17 22:57:27 +00:00
INSTALL
libf2c re PR fortran/10197 (direct acces files not unformatted by default) 2003-03-24 21:20:20 +00:00
libffi * include/Makefile.in: Regenerate. 2003-04-05 01:44:53 +00:00
libiberty Makefile.in (MULTIOSDIR): New macro. 2003-03-23 10:15:50 +00:00
libjava 2003-04-07 Aaron M. Renn (arenn@urbanophile.com) 2003-04-07 12:25:08 +00:00
libobjc
libstdc++-v3 sstream.tcc (overflow): Make sure operands of min and max have the same type. 2003-04-08 12:03:26 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog MAINTAINERS: Add my email address. 2003-04-08 22:30:26 +00:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS remove ancient Cygnoids 2003-03-25 18:51:20 -05: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.