Go to file
Roger Sayle 82d397c794 optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
* optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.
	(tan_optab, atan_optab): Define corresponding macros.
	* optabs.c (init_optabs): Initialize tan_optab and atan_optab.
	* genopinit.c (optabs): Implement tan_optab and atan_optab
	using tan?f2 and atan?f2 patterns.
	* builtins.c (expand_builtin_mathfn): Handle BUILT_IN_TAN{,F,L}
	using tan_optab, and BUILT_IN_ATAN{,F,L} using atan_optab.
	Change the default value of errno_set to false.
	(expand_builtin): Expand BUILT_IN_TAN{,F,L} and BUILT_IN_ATAN{,F,L}
	using expand_builtin_mathfn.

	* config/i386/i386.md (atansf2, atandf2, atanxf2, atantf2): New
	expander patterns implemented using existing atan2?f3 patterns.

	* gcc.dg/i386-387-5.c: New test case.
	* gcc.dg/i386-387-6.c: New test case.
	* gcc.dg/builtins-23.c: New test case.

From-SVN: r68013
2003-06-16 12:53:16 +00:00
boehm-gc
config
contrib * paranoia.cc: Fix spelling error. 2003-06-13 13:57:27 +00:00
fastjar re PR fastjar/9532 (jar -C flag is incompatible with Sun's (fastjar uses nonportable feature of getcwd)) 2003-06-15 20:25:44 +00:00
gcc optabs.h (enum optab_index): Add new OTI_tan and OTI_atan. 2003-06-16 12:53:16 +00:00
include
INSTALL
libf2c bes.c, dbes.c: Remove. 2003-06-15 04:43:18 +00:00
libffi sysv.S: Avoid gas-only .uleb128/.sleb128 directives. 2003-06-13 11:59:53 +00:00
libiberty re PR bootstrap/10974 (Bootstrap failure) 2003-06-09 05:20:02 +00:00
libjava 2003-06-14 Michael Koch <konqueror@gmx.de> 2003-06-14 11:53:02 +00:00
libobjc hash.c, [...]: Replace "GNU CC" with "GCC". 2003-05-23 20:25:39 +00:00
libstdc++-v3 Daily bump. 2003-06-16 00:16:07 +00:00
maintainer-scripts snapshot-README: Use GCC instead of gcc... 2003-06-14 10:57:54 +00:00
zlib
.cvsignore
ChangeLog config.guess: Update to 2003-06-12 version. 2003-06-14 07:08:09 -07:00
config-ml.in
config.guess config.guess: Update to 2003-06-12 version. 2003-06-14 07:08:09 -07:00
config.if
config.sub config.guess: Update to 2003-06-12 version. 2003-06-14 07:08:09 -07:00
configure configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. 2003-06-11 16:19:18 +00:00
configure.in configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. 2003-06-11 16:19:18 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS Add Dara Hazeghi and Andrew Pinski to Bugzilla-only maintainers. Remove user names from other bug database only maintainers since bugzilla no longer has user names. 2003-06-05 08:44:47 -06:00
Makefile.def Makefile.tpl: Make 'recursive targets' using autogen rather than shell loop. 2003-06-03 20:42:13 +00:00
Makefile.in configure.in: Disable serial configure by default. 2003-06-11 03:04:44 +00:00
Makefile.tpl configure.in: Disable serial configure by default. 2003-06-11 03:04:44 +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.