Go to file
Georg-Johann Lay 911ba85554 re PR target/52692 ([avr]: Add support for avr-specific built-ins + LTO)
gcc/
	PR target/52692
	* config/avr/avr.c (TARGET_BUILTIN_DECL): New define.
	(avr_builtin_decl): New static function.
	(struct avr_builtin_description, avr_bdesc): Move up.
	Add GTY marker. Add field fndecl. Remove redundant field id.
	(avr_init_builtins): Initialize avr_bdesc[ID].fndecl.
	(avr_expand_builtin): Code cleanup because .id is removed.
	
testsuite/
	PR target/52692
	* gcc.target/avr/torture/builtins-2.c: New test.

From-SVN: r185910
2012-03-28 09:13:41 +00:00
INSTALL
boehm-gc
config math.m4: New file. 2012-03-26 08:42:52 +00:00
contrib re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection) 2012-03-28 08:31:26 +00:00
fixincludes inclhack.def (aix_malloc): New. 2012-03-23 19:55:01 -04:00
gcc re PR target/52692 ([avr]: Add support for avr-specific built-ins + LTO) 2012-03-28 09:13:41 +00:00
gnattools
include
intl
libada
libcpp * ja.po: Update. 2012-03-27 15:29:38 +01:00
libdecnumber
libffi
libgcc re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection) 2012-03-28 08:31:26 +00:00
libgfortran configure.ac: Add description to AC_DEFINE in GCC_CHECK_MATH_FUNC. 2012-03-27 09:28:02 +00:00
libgo syscall: Fix errno handling in syscall.Syscall and friends. 2012-03-23 18:41:07 +00:00
libgomp re PR middle-end/52547 (ICE with openmp with nested function which requires a trampoline) 2012-03-22 20:25:36 +01:00
libiberty
libitm
libjava re PR libgcj/52694 (bootstrap failure: libjava/java/io/natVMConsole.cc:35:20: error: 'IUCL C' was not declared in this scope) 2012-03-26 16:24:33 +00:00
libmudflap
libobjc
libquadmath
libssp
libstdc++-v3 Makefile.am (TEST_GCC_EXEC_PREFIX): New. 2012-03-28 01:34:07 +00:00
lto-plugin
maintainer-scripts crontab: Enable snapshots from gcc-4_7-branch. 2012-03-22 09:25:49 +00:00
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog re PR target/52737 ([avr]: -mtiny-stack shall not influence multilib selection) 2012-03-28 08:31:26 +00:00
ChangeLog.tree-ssa
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with 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/ for how to report bugs usefully.