Go to file
Eric Botcazou 4c46ea2353 re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized)
PR inline-asm/8832
	* tree.h (expand_asm): New prototype.
	* stmt.c (expand_asm): Set the MEM_VOLATILE_P flag if instructed
	to do so.
	* c-semantics (genrtl_asm_stmt): Pass the RID_VOLATILE qualifier
	down to expand_asm.
	* c-typeck.c (simple_asm_stmt): Set the RID_VOLATILE qualifier.
	* rtlanal.c (volatile_insn_p) [ASM_INPUT]: Test the MEM_VOLATILE_P flag.
	(volatile_refs_p) [ASM_INPUT]: Likewise.
	(side_effects_p) [ASM_INPUT]: Likewise.

From-SVN: r61099
2003-01-09 11:13:07 +00:00
boehm-gc
config
contrib
fastjar
gcc re PR inline-asm/8832 (traditional "asm volatile" code is illegally optimized) 2003-01-09 11:13:07 +00:00
include
INSTALL
libf2c Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. 2003-01-09 09:08:30 +01:00
libffi
libiberty Makefile.in (install_to_libdir, [...]): Add a mkinstalldirs command. 2003-01-09 09:10:57 +01:00
libjava
libobjc Makefile.in (FLAGS_TO_PASS): Also pass DESTDIR. 2003-01-09 09:08:30 +01:00
libstdc++-v3 Daily bump. 2003-01-09 08:17:32 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. 2003-01-09 08:57:00 +01: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
Makefile.def
Makefile.in Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. 2003-01-09 08:57:00 +01:00
Makefile.tpl Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR. 2003-01-09 08:57:00 +01: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.