Go to file
Bernhard Reutner-Fischer a876b41036 emit_local(): Fix unused warning
Honzas r221269 produced

gcc/varasm.c:1936:7: error: unused variable ‘align’
[-Werror=unused-variable]
   int align = symtab_node::get (decl)->definition_alignment ();
       ^
on e.g.:

log/alpha64-dec-vms
log/alpha-dec-vms
log/i686-cygwinOPT-enable-threads=yes
log/i686-mingw32crt
log/i686-openbsd3.0
log/i686-pc-msdosdjgpp
log/m68k-openbsd

Silence this by moving the variable into the corresponding blocks and
adding back the ATTRIBUTE_UNUSED decoration for the decl param.

From-SVN: r221925
2015-04-08 19:56:18 +02:00
boehm-gc
config re PR target/65351 (libiberty's pic version contains non-pic code on m32 darwin; causes bootstrap fail building libcc1.) 2015-04-07 11:57:46 +02:00
contrib
fixincludes re PR libstdc++/65500 (FAIL: 17_intro/headers/c++2014/all_attributes.cc (test for excess errors)) 2015-03-28 17:27:22 +00:00
gcc emit_local(): Fix unused warning 2015-04-08 19:56:18 +02:00
gnattools
gotools
include
INSTALL
intl
libada re PR target/65351 (libiberty's pic version contains non-pic code on m32 darwin; causes bootstrap fail building libcc1.) 2015-04-07 11:57:46 +02:00
libatomic
libbacktrace
libcc1
libcilkrts configure.ac: Move AM_ENABLE_MULTILIB before AC_PROG_CC. 2015-01-26 22:54:31 +00:00
libcpp * da.po: Update. 2015-04-07 21:40:01 +01:00
libdecnumber
libffi re PR libffi/65567 (ERROR: tcl error sourcing /test/gnu/gcc/gcc/libffi/testsuite/libffi.complex/complex.exp) 2015-03-29 20:46:17 +00:00
libgcc re PR target/65351 (libiberty's pic version contains non-pic code on m32 darwin; causes bootstrap fail building libcc1.) 2015-04-07 11:57:46 +02:00
libgfortran re PR fortran/65596 (NAMELIST bug with f2003: reads too far) 2015-03-28 13:27:58 +00:00
libgo mksysinfo.sh: Define Solaris zone_net_addr_t struct. 2015-04-08 14:17:13 +00:00
libgomp mkoffload.c (process): Support variable mapping. 2015-04-08 15:58:33 +00:00
libiberty re PR target/65351 (libiberty's pic version contains non-pic code on m32 darwin; causes bootstrap fail building libcc1.) 2015-04-07 11:57:46 +02:00
libitm
libjava
libmpx re PR driver/65444 (-z bndplt isn't passed to linker for -mmpx when building dynamic objects) 2015-04-02 08:15:49 +00:00
libobjc
liboffloadmic libgomp: rework initialization of offloading 2015-04-06 12:40:28 +00:00
libquadmath
libsanitizer
libssp
libstdc++-v3 re PR libstdc++/65630 (operator+ for new std::string not exported) 2015-03-30 18:52:37 +01:00
libvtv
lto-plugin
maintainer-scripts update_web_docs_libstdcxx_svn (FILTER): Introduce. 2015-04-07 11:46:23 +00:00
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog [Patch] Add myself as AArch64 Port Reviewer 2015-04-02 10:49:16 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure Install back PR target/47230 fix (Revert the revert). 2015-03-27 18:08:44 +01:00
configure.ac Install back PR target/47230 fix (Revert the revert). 2015-03-27 18:08:44 +01:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS [Patch] Add myself as AArch64 Port Reviewer 2015-04-02 10:49:16 +00: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 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.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.