OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years agoUpdate copyright year
dj [Wed, 24 Jun 2009 20:34:48 +0000 (20:34 +0000)]
Update copyright year

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148917 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * error.c (dump_decl): Do say "typedef" for the injected class name.
jason [Wed, 24 Jun 2009 18:47:43 +0000 (18:47 +0000)]
* error.c (dump_decl): Do say "typedef" for the injected class name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148916 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * pt.c (lookup_template_class): Use currently_open_class,
jason [Wed, 24 Jun 2009 18:47:36 +0000 (18:47 +0000)]
* pt.c (lookup_template_class): Use currently_open_class,
compare template args later.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148915 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoOops, missed deletion.
dj [Wed, 24 Jun 2009 18:09:54 +0000 (18:09 +0000)]
Oops, missed deletion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148914 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago* mep-ext-cop.cpu: Fix copyright notice.
dj [Wed, 24 Jun 2009 17:52:52 +0000 (17:52 +0000)]
* mep-ext-cop.cpu: Fix copyright notice.
* mep-default: Fix copyright notice.
* mep-core: Fix copyright notice.
* mep: Fix copyright notice.
* mep-ivc2: Fix copyright notice.
* mep-c5: Fix copyright notice.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148913 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago PR c++/40342
jason [Wed, 24 Jun 2009 16:25:52 +0000 (16:25 +0000)]
PR c++/40342
* decl.c (decls_match): Check DECL_TI_TEMPLATE too.
* class.c (resolve_address_of_overloaded_function): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148910 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * doc/contrib.texi (Contributors):
denisc [Wed, 24 Jun 2009 14:55:07 +0000 (14:55 +0000)]
* doc/contrib.texi (Contributors):

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148909 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Janus Weil <janus@gcc.gnu.org>
janus [Wed, 24 Jun 2009 10:59:56 +0000 (10:59 +0000)]
2009-06-24  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40427
* gfortran.h (gfc_component): New member 'formal_ns'.
(gfc_copy_formal_args_ppc,void gfc_ppc_use): New.
* interface.c (gfc_ppc_use): New function, analogous to
gfc_procedure_use, but for procedure pointer components.
* module.c (MOD_VERSION): Bump module version.
(mio_component): Treat formal arguments.
(mio_formal_arglist): Changed argument from gfc_symbol to
gfc_formal_arglist.
(mio_symbol): Changed argument of mio_formal_arglist.
* resolve.c (resolve_ppc_call,resolve_expr_ppc): Call gfc_ppc_use,
to check actual arguments and treat formal args correctly.
(resolve_fl_derived): Copy formal args of procedure pointer components
from their interface.
* symbol.c (gfc_copy_formal_args_ppc): New function, analogous to
gfc_copy_formal_args, but for procedure pointer components.

2009-06-24  Janus Weil  <janus@gcc.gnu.org>

PR fortran/40427
* gfortran.dg/proc_ptr_comp_11.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148906 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Robert Dewar <dewar@adacore.com>
charlet [Wed, 24 Jun 2009 10:11:52 +0000 (10:11 +0000)]
2009-06-24  Robert Dewar  <dewar@adacore.com>

* prj-nmsc.adb, prj-nmsc.ads, prj-proc.adb, prj.adb: Minor reformatting

* a-strsea.adb (Count): Avoid local copy on stack, speed up unmapped
case.
(Index): Ditto.

2009-06-24  Ed Schonberg  <schonberg@adacore.com>

* sem_ch4.adb (Analyze_One_Call): Check that at least one actual is
present when checking whether a call may be interpreted as an indexing
of the result of a call.

* exp_ch9.adb (Expand_N_Subprogram_Declaration): Place the generated
body for a null procedure on the freeze actions for the procedure, so
that it will be analyzed at the proper place without premature freezing
of actuals.

* sem_ch3.adb (Check_Completion): Code cleanup.
Do not diagnose a null procedure without a body, if previous errors
have disabled expansion.

2009-06-24  Doug Rupp  <rupp@adacore.com>

* init.c [VMS] Resignal C$_SIGKILL

2009-06-24  Ed Falis  <falis@adacore.com>

* s-vxwext.adb, s-vxwext-kernel.adb: Add s-vxwext body for VxWorks 5
Define ERROR in body for VxWorks 6 kernel

2009-06-24  Pascal Obry  <obry@adacore.com>

* g-socket.adb, g-socket.ads: Fix possible unexpected constraint error
in [Send/Receive]_Socket.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148905 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Emmanuel Briot <briot@adacore.com>
charlet [Wed, 24 Jun 2009 09:57:13 +0000 (09:57 +0000)]
2009-06-24  Emmanuel Briot  <briot@adacore.com>

* prj-proc.adb, prj-proc.ads, prj.ads, prj-nmsc.adb, prj-nmsc.ads,
prj-conf.adb, prj-conf.ads (Allow_Duplicate_Basenames): New parameter
to several subprograms.
(Source_Data.Other_Part): Removed, since can be computed from the
language.
(Other_Part): New subprogram.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148904 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Emmanuel Briot <briot@adacore.com>
charlet [Wed, 24 Jun 2009 09:51:10 +0000 (09:51 +0000)]
2009-06-24  Emmanuel Briot  <briot@adacore.com>

* gnat_ugn.texi, prj-nmsc.adb (Suffix_Matches): A suffix can also match
the full base name of the file when the suffix doesn't start with a '.'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148903 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Vincent Celier <celier@adacore.com>
charlet [Wed, 24 Jun 2009 09:41:39 +0000 (09:41 +0000)]
2009-06-24  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Check): A project declared abstract is legal if no
attribute Source_Dirs, Source_Files, Source_List_File or Languages is
declared.

2009-06-24  Robert Dewar  <dewar@adacore.com>

* clean.adb, gnatcmd.adb, make.adb, mlib-prj.adb,
prj-env.adb: Minor reformatting

2009-06-24  Ed Falis  <falis@adacore.com>

* s-taprop-vxworks.adb, s-osinte-vxworks.ads, s-vxwext.ads,
s-vxwext-kernel.adb, s-vxwext-kernel.ads, s-vxwext-rtp.adb,
s-tasinf-vxworks.ads, gcc-interface/Makefile.in: Add processor affinity
support for VxWorks SMP.

* gcc-interface/Make-lang.in: Update dependencies

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148902 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Emmanuel Briot <briot@adacore.com>
charlet [Wed, 24 Jun 2009 09:27:21 +0000 (09:27 +0000)]
2009-06-24  Emmanuel Briot  <briot@adacore.com>

* gnatcmd.adb, make.adb, mlib-prj.adb, prj.adb, prj.ads, clean.adb,
prj-nmsc.adb, prj-env.adb, prj-proc.adb (Units_Table): Removed, since
no longer useful.
(Source_Data.Lang_Kind): Removed, since it duplicates information
already available through Language.Config.
(Source_Data.Compile): Removed, since information is already available
through the language.
(Is_Compilable): New subprogram.
(Source_Data.Dependency): Removed, since already available through
the language.
(Source_Data.Object_Exist, Object_Linked): Removed since available
through the language already.
(Unit_Data.File_Names): Is now also set in multi_language mode, to
bring the two modes closer in the resulting data structures.
(Source_Data.Unit): Now a direct pointer to the unit data, rather than
just the name that would point into a hash table.
(Get_Language_From_Name): New subprogram.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148901 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Javier Miranda <miranda@adacore.com>
charlet [Wed, 24 Jun 2009 09:19:41 +0000 (09:19 +0000)]
2009-06-24  Javier Miranda  <miranda@adacore.com>

* exp_ch4.adb (Expand_N_Type_Conversion): Handle entities that are
visible through limited-with context clauses. In addition, avoid an
extra tag check that is not required when the class-wide
designated types of the operand and target types are
the same entity.
(Tagged_Membership): Handle entities from the limited view.

2009-06-24  Emmanuel Briot  <briot@adacore.com>

* gnatcmd.adb, make.adb, mlib-prj.adb, prj.ads, clean.adb,
prj-nmsc.adb, prj-env.adb (File_Name_Data): removed
(Spec_Or_Body): now a subtype of Source_Kind, to avoid using two
different vocabularies for similar concepts (Impl/Body_Part and
Spec/Specification).
(Unit_Data): now points directly to a Source_Id, rather than duplicating
some of the information in File_Name_Data. This also saves a bit of
memory. However, since we are now using a pointer we need to test
for null explicitly in several places of the code

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148900 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Javier Miranda <miranda@adacore.com>
charlet [Wed, 24 Jun 2009 09:15:17 +0000 (09:15 +0000)]
2009-06-24  Javier Miranda  <miranda@adacore.com>

* exp_ch4.adb (Expand_N_Type_Conversion): return immediately
from processing the type conversion when the node is
replaced by an N_Raise_Program_Error node.

2009-06-24  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_ch6.adb (Designates_From_With_Type): New routine.
(Process_Formals): Since anonymous access types are no longer flagged
as from with types, traverse the designated type to determine whether
it is coming from a limited view.

* sem_res.adb: Remove with and use clauses for Sem_Ch10.
(Full_Designated_Type): Use Available_View to extract the non-limited /
full view of a type.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148899 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Robert Dewar <dewar@adacore.com>
charlet [Wed, 24 Jun 2009 09:11:43 +0000 (09:11 +0000)]
2009-06-24  Robert Dewar  <dewar@adacore.com>

* exp_ch6.adb: Minor reformatting

* layout.adb: Minor reformatting

* make.adb: Minor reformatting

2009-06-24  Thomas Quinot  <quinot@adacore.com>

* sem_ch10.adb: Minor code reorganization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148898 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Eric Botcazou <ebotcazou@adacore.com>
charlet [Wed, 24 Jun 2009 09:08:00 +0000 (09:08 +0000)]
2009-06-24  Eric Botcazou  <ebotcazou@adacore.com>

* ttypes.ads: Minor editing.

2009-06-24  Robert Dewar  <dewar@adacore.com>

* exp_ch6.adb (Expand_Actuals): Use Is_Volatile, not Treat_As_Volatile
in deciding to do call-by-copy code.

2009-06-24  Vincent Celier  <celier@adacore.com>

* make.adb (Gnatmake): To decide if an executable should be rebuilt,
check if an externally built library file is more current than the
executable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148897 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoFix nits
ebotcazou [Wed, 24 Jun 2009 08:06:27 +0000 (08:06 +0000)]
Fix nits

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148896 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 24 Jun 2009 07:13:17 +0000 (07:13 +0000)]
2009-06-24  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/future (shared_future): Adjust doxygen comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148895 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Wed, 24 Jun 2009 07:06:17 +0000 (07:06 +0000)]
2009-06-24  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR libstdc++/40297
* include/bits/atomic_0.h: Reverse debug assertions.
* include/bits/atomic_2.h: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148893 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Wed, 24 Jun 2009 07:01:24 +0000 (07:01 +0000)]
2009-06-24  Andreas Krebbel  <krebbel1@de.ibm.com>

PR middle-end/40501
* tree-ssa-math-opts.c (execute_optimize_bswap): Convert the bswap
src and dst operands if necessary.

2009-06-24  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc.dg/pr40501.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148892 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago[toplevel]
dj [Wed, 24 Jun 2009 04:16:25 +0000 (04:16 +0000)]
[toplevel]

* MAINTAINERS: Add myself as mep maintainer.

[gcc]

Add MeP port.
* config.gcc: Add mep support.
* recog.c: Resurrect validate_replace_rtx_subexp().
* recog.h: Likewise.
* config/mep/: Add new port:
* config/mep/constraints.md: New file.
* config/mep/default.h: New file.
* config/mep/intrinsics.h: New file.
* config/mep/intrinsics.md: New file.
* config/mep/ivc2-template.h: New file.
* config/mep/mep-c5.cpu: New file.
* config/mep/mep-core.cpu: New file.
* config/mep/mep-default.cpu: New file.
* config/mep/mep-ext-cop.cpu: New file.
* config/mep/mep-intrin.h: New file.
* config/mep/mep-ivc2.cpu: New file.
* config/mep/mep-lib1.asm: New file.
* config/mep/mep-lib2.c: New file.
* config/mep/mep-pragma.c: New file.
* config/mep/mep-protos.h: New file.
* config/mep/mep-tramp.c: New file.
* config/mep/mep.c: New file.
* config/mep/mep.cpu: New file.
* config/mep/mep.h: New file.
* config/mep/mep.md: New file.
* config/mep/mep.opt: New file.
* config/mep/predicates.md: New file.
* config/mep/t-mep: New file.

[gcc/testsuite]

Add MeP port.
* lib/target-supports.exp: Add mep support (no profiling).

[libgcc]

Add MeP port.
* config.host: Add mep support.

[libstdc++-v3]

Add MeP port.
* configure.host: Add mep support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148890 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago./:
ian [Wed, 24 Jun 2009 04:03:51 +0000 (04:03 +0000)]
./:
* configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
boot_languages.  Only bootstrap target libraries listed in
target_libs for some boot language.  Add --with-stage1-ldflags,
--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
if not building with C++.
* Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
* Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
(POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
(HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
(POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
(POSTSTAGE1_FLAGS_TO_PASS): Likewise.
* configure, Makefile.in: Rebuild.
gcc/:
* configure.ac: Invoke AC_PROG_CXX.  Separate C specific warnings
from loose_warn into c_loose_warn and from strict_warn into
c_strict_warn.  Set and substitute warn_cxxflags.  Check for
--enable-build-with-cxx.  Set and substitute
ENABLE_BUILD_WITH_CXX.  Set and substitute HOST_LIBS.
* Makefile.in (CXXFLAGS): New variable.
(C_LOOSE_WARN, C_STRICT_WARN): New variables.
(GCC_WARN_CFLAGS): Add $(C_LOOSE_WARN).  Add $(C_STRICT_WARN) if
the default is the same as $(STRICT_WARN).
(GCC_WARN_CXXFLAGS, WARN_CXXFLAGS): New variables.
(CXX): New variable.
(COMPILER): New value if ENABLE_BUILD_WITH_CXX.
(COMPILER_FLAGS, LINKER, LINKER_FLAGS): Likewise.
(ALL_COMPILERFLAGS, ALL_LINKERFLAGS): Likewise.
(HOST_LIBS): New variable.
(GCC_CFLAGS): Add $(C_LOOSE_WARN).
(ALL_CXXFLAGS): New variable.
(LIBS, BACKENDLIBS): Add $(HOST_LIBS).
* doc/install.texi (Configuration): Document
--enable-build-with-cxx, --with-stage1-ldflags,
--with-stage1-libs, --with-boot-ldflags, --with-boot-libs.
* configure: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148889 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoDaily bump.
gccadmin [Wed, 24 Jun 2009 00:16:40 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148888 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
ramana [Tue, 23 Jun 2009 23:33:39 +0000 (23:33 +0000)]
2009-06-24  Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>

* config/arm/arm.c (arm_override_options): Fix braces and formatting from previous
commit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148885 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 23 Jun 2009 23:24:20 +0000 (23:24 +0000)]
2009-06-23  Benjamin Kosnik  <bkoz@redhat.com>

* doc/doxygen/user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.
(INPUT): Add future.
* include/std/future: Adjust markup.
* testsuite/30_threads/shared_future/cons/assign_neg.cc: Adjust
line numbers.
* testsuite/30_threads/unique_future/cons/assign_neg.cc: Same.
* testsuite/30_threads/unique_future/cons/copy_neg.cc: Same.
* testsuite/30_threads/promise/cons/assign_neg.cc: Same.
* testsuite/30_threads/promise/cons/copy_neg.cc: Same.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148883 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Tue, 23 Jun 2009 22:33:17 +0000 (22:33 +0000)]
2009-06-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/bits/shared_ptr.h: Do not swap rvalues.
* testsuite/20_util/owner_less/cmp.cc: Add missing test variables.
* testsuite/20_util/shared_ptr/comparison/cmp.cc: Likewise.
* testsuite/20_util/shared_ptr/comparison/less.cc: Likewise.
* testsuite/20_util/weak_ptr/observers/owner_before.cc: Likewise.
* testsuite/20_util/tuple/swap.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148880 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * Makefile.in ($(out_object_file)): Depend upon $(DF_H).
ian [Tue, 23 Jun 2009 22:21:10 +0000 (22:21 +0000)]
* Makefile.in ($(out_object_file)): Depend upon $(DF_H).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148877 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * reload.c (alternative_allows_const_pool_ref): Mark mem parameter
ian [Tue, 23 Jun 2009 22:11:22 +0000 (22:11 +0000)]
* reload.c (alternative_allows_const_pool_ref): Mark mem parameter
with ATTRIBUTE_UNUSED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148872 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoUpdate comment
meissner [Tue, 23 Jun 2009 20:21:34 +0000 (20:21 +0000)]
Update comment

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148870 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoStep 1 of VSX changes: Powerpc infrstructure changes
meissner [Tue, 23 Jun 2009 20:15:15 +0000 (20:15 +0000)]
Step 1 of VSX changes: Powerpc infrstructure changes

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148869 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs and
aesok [Tue, 23 Jun 2009 19:14:11 +0000 (19:14 +0000)]
* config.gcc (avr-*-rtems*, avr-*-*): Set extra_gcc_objs and
extra_objs.
* config/avr/avr.c (avr_current_device): New variable.
(avr_arch_types, avr_mcu_types): Move to avr-deveces.c.
(avr_arch, mcu_type_s): Move to avr.h.
* config/avr/avr.h (base_arch_s). Add reserved2, arch_name and
default_data_section_start fields.
(avr_arch): Moved from avr.c.
(mcu_type_s): Moved from avr.c. Add short_sp, data_section_start and
library_name fields.
(avr_current_device, avr_mcu_types, avr_arch_types,
avr_device_to_arch, avr_device_to_data_start,
avr_device_to_startfiles, avr_device_to_devicelib): Declare.
(EXTRA_SPEC_FUNCTIONS): Define.
(LINK_SPEC): Remove device name to '-m ...' and '-Tdata ...' linker
options mapping. Use device_to_arch and device_to_data_start insted.
(STARTFILE_SPEC): Use device_to_startfile instead of crt_binutils.
(CRT_BINUTILS_SPECS, EXTRA_SPECS): Remove.
* config/avr/t-avr (driver-avr.o, avr-devices.o): New rules.
* config/avr/driver-avr.c: New file.
* config/avr/avr-devices.c: New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148868 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Steve Ellcey <sje@cup.hp.com>
sje [Tue, 23 Jun 2009 18:28:26 +0000 (18:28 +0000)]
2009-06-23  Steve Ellcey  <sje@cup.hp.com>

PR testsuite/39297
* gcc.dg/ssa/loop-31.c: Change scan rules.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148862 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Jonathan Wakely <jwakely.gcc@gmail.com>
redi [Tue, 23 Jun 2009 17:51:48 +0000 (17:51 +0000)]
2009-06-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/debug/macros.h: Replace @tbd with valid doxygen tag @todo.
* include/std/ratio: Typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148861 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
manu [Tue, 23 Jun 2009 16:30:58 +0000 (16:30 +0000)]
2009-06-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

libcpp/
* directives.c (parse_include): Add location argument. Update all
calls.
(parse_answer): Likewise.
(do_include_common): Error with exact location.
(parse_assertion): Likewise.
testsuite/
* gcc.dg/cpp/empty-include.c: Update column info.
* gcc.dg/cpp/assert2.c: Update column info.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148857 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * var-tracking.c (unshare_variable): Force initialized to
jakub [Tue, 23 Jun 2009 14:32:59 +0000 (14:32 +0000)]
* var-tracking.c (unshare_variable): Force initialized to
be VAR_INIT_STATUS_INITIALIZED unless flag_var_tracking_uninit.
(set_variable_part): Likewise.
(struct variable_union_info): Remove pos_src field.
(vui_vec, vui_allocated): New variables.
(variable_union): Pass VAR_INIT_STATUS_UNKNOWN to unshare_variable
unconditionally.  Avoid XCVECNEW/free for every sorting, for dst_l
== 1 use a simpler sorting algorithm.  Compute pos field right
away, don't fill in pos_src.  For dst_l == 2 avoid qsort.
Avoid quadratic comparison if !flag_var_tracking_uninit.
(variable_canonicalize): Pass VAR_INIT_STATUS_UNKNOWN to
unshare_variable unconditionally.
(dataflow_set_different_2): Removed.
(dataflow_set_different): Don't traverse second hash table.
(compute_bb_dataflow): Pass VAR_INIT_STATUS_UNINITIALIZED
unconditionally to var_reg_set or var_mem_set.
(emit_notes_in_bb): Likewise.
(delete_variable_part): Pass VAR_INIT_STATUS_UNKNOWN to
unshare_variable.
(emit_note_insn_var_location): Don't set initialized to
VAR_INIT_STATUS_INITIALIZED early.
(vt_finalize): Free vui_vec if needed, clear vui_vec and
vui_allocated.
* rtl.c (rtx_equal_p): Don't implement on top of rtx_equal_p_cb.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148852 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * tree-object-size.c (addr_object_size): Instead of checking
jakub [Tue, 23 Jun 2009 14:27:04 +0000 (14:27 +0000)]
* tree-object-size.c (addr_object_size): Instead of checking
for non-NULL TREE_CHAIN of the FIELD_DECL check that there
are no FIELD_DECLs following it.

* g++.dg/ext/builtin-object-size1.C: New test.
* g++.dg/ext/builtin-object-size2.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148851 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Tue, 23 Jun 2009 12:36:43 +0000 (12:36 +0000)]
2009-06-23  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/40518
* include/bits/basic_string.h (basic_string<>::_Rep::
_M_set_length_and_sharable): Do not write the empty rep.
(basic_string<>::erase(iterator, iterator)): Likewise,
move out of line...
* include/bits/basic_string.tcc: ... here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148850 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * gcc-interface/utils.c (handle_vector_size_attribute): Import from
hainque [Tue, 23 Jun 2009 12:27:37 +0000 (12:27 +0000)]
    * gcc-interface/utils.c (handle_vector_size_attribute): Import from
        c-common.c and populate in gnat_internal_attribute_table.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148849 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Andreas Krebbel <krebbel1@de.ibm.com>
krebbel [Tue, 23 Jun 2009 12:10:06 +0000 (12:10 +0000)]
2009-06-23  Andreas Krebbel  <krebbel1@de.ibm.com>

* tree-ssa-math-opts.c (find_bswap): Increase the search depth in
order to match bswaps with signed source operands.

2009-06-23  Andreas Krebbel  <krebbel1@de.ibm.com>

* gcc.dg/optimize-bswapsi-1.c: Add new bswap implementation.
* gcc.dg/optimize-bswapdi-1.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148848 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoMinor reformatting.
charlet [Tue, 23 Jun 2009 10:29:39 +0000 (10:29 +0000)]
Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148847 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Ed Schonberg <schonberg@adacore.com>
charlet [Tue, 23 Jun 2009 10:27:31 +0000 (10:27 +0000)]
2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_res.adb (Valid_Conversion, Full_Designated_Type): Use
Available_View only when designated type of an anonymous access type
is  limited view.

2009-06-23  Robert Dewar  <dewar@adacore.com>

* sem_ch10.adb: Minor reformatting

* gnat1drv.adb (Adjust_Global_Switches): New procedure (take care of
turning off inlining if ASIS mode active).

* switch-c.adb: Remove fiddling with Inspector_Mode and ASIS_Mode
This belongs in gnat1drv.adb after switches are scanned.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148846 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * sdbout.c (sdbout_one_type): Fix braces in switch.
ro [Tue, 23 Jun 2009 10:19:18 +0000 (10:19 +0000)]
* sdbout.c (sdbout_one_type): Fix braces in switch.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148845 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Hristian Kirtchev <kirtchev@adacore.com>
charlet [Tue, 23 Jun 2009 10:15:47 +0000 (10:15 +0000)]
2009-06-23  Hristian Kirtchev  <kirtchev@adacore.com>

* sem_attr.adb: Add with and use clauses for Sem_Ch10.
(Check_Not_Incomplete_Type): Minor reformatting. Retrieve the root type
when dealing with class-wide types. Detect a legal shadow entity and
retrieve its non-limited view.

* sem_ch10.adb (Has_With_Clause): Move the spec and body of the
subprogram to top package level from Intall_Limited_Withed_Unit.
(Install_Limited_Withed_Unit): Remove spec and body of Has_With_Clause.
Add check which prevents the installation of a limited view if the
non-limited view is already visible through a with clause.
(Is_Legal_Shadow_Entity_In_Body): New routine. Detect a residual, but
legal shadow entity which may occur in subprogram formals of anonymous
access type.

* sem_ch10.ads (Is_Legal_Shadow_Entity_In_Body): New routine.

* sem_ch3.adb (Access_Definition): Remove the propagation of flag
From_With_Type from the designated type to the generated anonymous
access type. Remove associated comment.

* sem_res.adb Add with and use clauses for Sem_Ch10.
(Full_Designated_Type): Detect a legal shadow entity and retrieve its
non-limited view. Since the shadow entity may replace a regular
incomplete type, return the available full view.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148844 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Ed Schonberg <schonberg@adacore.com>
charlet [Tue, 23 Jun 2009 10:09:38 +0000 (10:09 +0000)]
2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Remove_Limited_With_Clause): Clean up code that handles
incomplete type declarations. Previous code was potentially quadratic
in the number of visible declarations in any package appearing in a
limited_with_clause.

2009-06-23  Robert Dewar  <dewar@adacore.com>

* prj-conf.ads, prj-part.adb, prj-proc.adb, prj-proc.ads, sem_ch8.adb,
xref_lib.adb: Minor reformatting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148843 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Robert Dewar <dewar@adacore.com>
charlet [Tue, 23 Jun 2009 10:06:00 +0000 (10:06 +0000)]
2009-06-23  Robert Dewar  <dewar@adacore.com>

* a-stzhas.adb: Provide dummy body to avoid build problems with old
versions which did have a body for this unit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148842 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 23 Jun 2009 10:03:41 +0000 (10:03 +0000)]
2009-06-23  Richard Guenther  <rguenther@suse.de>

* tree-ssa-structalias.c (struct variable_info): Add is_global_var
member.
(var_anything, anything_tree, var_nothing, nothing_tree, var_readonly,
readonly_tree, var_escaped, escaped_tree, var_nonlocal, nonlocal_tree,
var_callused, callused_tree, var_storedanything, storedanything_tree,
var_integer, integer_tree): Remove global variables.
(new_var_info): Do not pass new id, append the new var to the
global variable vector.
(do_ds_constraint): Use is_global_var member of the variable-info.
(new_scalar_tmp_constraint_exp): Adjust.
(create_function_info_for): Likewise.
(create_variable_info_for): Likewise.
(find_what_var_points_to): Remove dead code.
(init_base_vars): Simplify.
(compute_points_to_sets): Adjust.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148841 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Vincent Celier <celier@adacore.com>
charlet [Tue, 23 Jun 2009 10:01:39 +0000 (10:01 +0000)]
2009-06-23  Vincent Celier  <celier@adacore.com>

* prj-attr.adb: Attribute names Initial_Required_Switches and
Final_Required_Switches changed to Leading_Required_Switches and
Trailing_Required_Switches.

* prj-nmsc.adb (Process_Compiler): Attribute names
Initial_Required_Switches and Final_Required_Switches changed to
Leading_Required_Switches and Trailing_Required_Switches.

* prj.ads (Language_Config): Component Initial_Required_Switches and
Final_Required_Switches changed to Leading_Required_Switches and
Trailing_Required_Switches.

* snames.ads-tmpl: Remove standard names Initial_Required_Switches and
Final_Required_Switches; add standard names Leading_Required_Switches
and Trailing_Required_Switches.

2009-06-23  Thomas Quinot  <quinot@adacore.com>

* prj-conf.adb: Minor reformatting

* xref_lib.adb: Minor cleanup

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148840 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Emmanuel Briot <briot@adacore.com>
charlet [Tue, 23 Jun 2009 09:57:45 +0000 (09:57 +0000)]
2009-06-23  Emmanuel Briot  <briot@adacore.com>

* prj-proc.adb, prj-proc.ads, prj-nmsc.adb, prj-nmsc.ads, prj-conf.adb,
prj-conf.ads (Check_Configuration): New parameter
Compiler_Driver_Mandatory.

2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Analyze_With_Clause): If a subprogram instance in the
context of the current unit has an inline pragma, the instance is not
rewritten as the declaration of the package wrapper. Handle both
possibilities when retrieving the visible subprogram that renames the
instantiation itself.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148839 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Javier Miranda <miranda@adacore.com>
charlet [Tue, 23 Jun 2009 09:49:38 +0000 (09:49 +0000)]
2009-06-23  Javier Miranda  <miranda@adacore.com>

* exp_ch4.adb (Displace_Allocator_Pointer, Expand_N_Allocator): Handle
designated types referencing entities from the limited view.

2009-06-23  Matthew Gingell  <gingell@adacore.com>

* a-stzhas.ads, a-szfzha.ads: Fix typo.

* Makefile.rtl: Ada.Strings.Wide_Wide_Fixed.Wide_Wide_Hash depends on
Ada.Strings.Wide_Wide_Hash. So we need to include a-stzhas in
the list of RTS files.

2009-06-23  Thomas Quinot  <quinot@adacore.com>

* ali.adb: Minor reformatting

2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_ch8.adb: Improve error message.

2009-06-23  Emmanuel Briot  <briot@adacore.com>

* prj-nmsc.adb: Minor reformating

* prj-conf.adb, prj-conf.ads: Remove use of Osint.Fail everywhere
(Do_Autoconf): accepts an empty Normalized_Hostname
(Process_Project_And_Apply_Config): New subprogram
(Parse_Project_And_Apply_Config): On_Load_Config now applies to the
project tree rather than the project view.

* prj-part.adb, prj.ads (Project_Qualifier): New possible value
Configuration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148838 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Robert Dewar <dewar@adacore.com>
charlet [Tue, 23 Jun 2009 09:39:00 +0000 (09:39 +0000)]
2009-06-23  Robert Dewar  <dewar@adacore.com>

* s-strhas.adb, s-strhas.ads: Restrict to 32-bit modular types

* s-imgdec.adb (Set_Decimal_Digits): Fix error of too many digits for
small values

* prj-conf.ads: Minor reformatting

* prj-conf.adb: Minor reformatting

2009-06-23  Vasiliy Fofanov  <fofanov@adacore.com>

* g-debpoo.adb (Dump_Gnatmem): Output dummy timestamps for allocations
to correspond to the log format that gnatmem now expects.

2009-06-23  Vincent Celier  <celier@adacore.com>

* prj-attr.adb: New attributes Initial_Required_Switches,
Final_Required_Switches and Object_File_Switches

* prj-nmsc.adb (Process_Compiler): Process new attributes
Name_Final_Required_Switches, Name_Initial_Required_Switches and
Name_Object_File_Switches.

* prj.ads (Language_Config): New component
Compiler_Initial_Required_Switches (replace Compiler_Required_Switches),
Compiler_Final_Required_Switches and Object_File_Switches.

* snames.ads-tmpl: New standard names Initial_Required_Switches,
Final_Required_Switches and Object_File_Switches

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148837 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Pascal Obry <obry@adacore.com>
charlet [Tue, 23 Jun 2009 09:32:31 +0000 (09:32 +0000)]
2009-06-23  Pascal Obry  <obry@adacore.com>

* s-strhas.adb, s-strhas.ads: Minor reformatting.

2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_ch10.adb (Install_Limited_Withed_Unit): a null procedure does
not indicate that the enclosing unit needs a body.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148836 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Emmanuel Briot <briot@adacore.com>
charlet [Tue, 23 Jun 2009 09:30:59 +0000 (09:30 +0000)]
2009-06-23  Emmanuel Briot  <briot@adacore.com>

* prj-conf.ads, prj-conf.adb: New files part of the project manager.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148835 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Ed Schonberg <schonberg@adacore.com>
charlet [Tue, 23 Jun 2009 09:25:20 +0000 (09:25 +0000)]
2009-06-23  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb (Derive_Subprogram): If the inherited subprogram is a
primitive equality include it with its source name even if the
operation is currently invisible, to make sure that the corresponding
slot in the dispatch table is reserved for the internal equality
subsequently generated during expansion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148834 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * Makefile.rtl, a-stwiha.adb: Add a-stwiha.adb back.
charlet [Tue, 23 Jun 2009 09:24:45 +0000 (09:24 +0000)]
* Makefile.rtl, a-stwiha.adb: Add a-stwiha.adb back.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148833 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-23 Li Feng <nemokingdom@gmail.com>
lifeng [Tue, 23 Jun 2009 03:55:49 +0000 (03:55 +0000)]
2009-06-23  Li Feng  <nemokingdom@gmail.com>

* MAINTAINERS: Added my name to write-after-approval list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148831 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * combine.c (try_combine): Dump information about the insns we're
nemet [Tue, 23 Jun 2009 00:35:24 +0000 (00:35 +0000)]
* combine.c (try_combine): Dump information about the insns we're
combining.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148828 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION
nemet [Tue, 23 Jun 2009 00:31:44 +0000 (00:31 +0000)]
* combine.c (combine_simplify_rtx): Remove TRULY_NOOP_TRUNCATION
check when calling force_to_mode on TRUNCATE's operand.

testsuite/
* gcc.target/mips/truncate-3.c: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148827 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago Delete bad entry.
jvdelisle [Tue, 23 Jun 2009 00:17:06 +0000 (00:17 +0000)]
Delete bad entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148826 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoDaily bump.
gccadmin [Tue, 23 Jun 2009 00:16:39 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148825 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 23 Jun 2009 00:16:24 +0000 (00:16 +0000)]
2009-06-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/40508
* io/format.c: Don't save parsed format data for internal units.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148823 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config/rs6000/rs6000.opt: Move msched-epilog before
ian [Mon, 22 Jun 2009 22:27:06 +0000 (22:27 +0000)]
* config/rs6000/rs6000.opt: Move msched-epilog before
msched-prolog.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148821 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Janus Weil <janus@gcc.gnu.org>
janus [Mon, 22 Jun 2009 21:28:34 +0000 (21:28 +0000)]
2009-06-22  Janus Weil  <janus@gcc.gnu.org>

PR fortran/37254
* gfortran.dg/proc_decl_22.f90: Delete property svn:executable
(wrongly introduced in last commit).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148817 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Janus Weil <janus@gcc.gnu.org>
janus [Mon, 22 Jun 2009 21:02:19 +0000 (21:02 +0000)]
2009-06-22  Janus Weil  <janus@gcc.gnu.org>

PR fortran/37254
PR fortran/39850
* interface.c (compare_parameter): Set implicit type for function
actual arguments with BT_UNKNOWN.

2009-06-22  Janus Weil  <janus@gcc.gnu.org>

PR fortran/37254
PR fortran/39850
* gfortran.dg/interface_30.f90: Modified error message.
* gfortran.dg/proc_decl_22.f90: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148816 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * libgcc/ChangeLog: Fixes.
uros [Mon, 22 Jun 2009 20:44:50 +0000 (20:44 +0000)]
* libgcc/ChangeLog: Fixes.
* gcc/ChangeLog: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148815 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Tobias Burnus <burnus@net-b.de>
burnus [Mon, 22 Jun 2009 20:24:18 +0000 (20:24 +0000)]
2009-06-22  Tobias Burnus  <burnus@net-b.de>

        PR fortran/40472
        PR fortran/50520
        * simplify.c (gfc_simplify_spread): Fix the case that source=
        is a scalar.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148814 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config/arm/arm.md (prologue_use): Set length of fake insn to 0.
steven [Mon, 22 Jun 2009 20:07:38 +0000 (20:07 +0000)]
* config/arm/arm.md (prologue_use): Set length of fake insn to 0.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148813 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agogcc/
rwild [Mon, 22 Jun 2009 19:23:49 +0000 (19:23 +0000)]
gcc/
* doc/invoke.texi (Link Options): -nodefaultlibs and -nostdlib
override library linkage flags such as -static-libgcc or
-shared-libgcc.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148811 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config/m68k/m68k-devices.def: Add line for MCF5221x.
mkuvyrkov [Mon, 22 Jun 2009 18:40:20 +0000 (18:40 +0000)]
* config/m68k/m68k-devices.def: Add line for MCF5221x.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148810 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 22 Jun 2009 16:49:57 +0000 (16:49 +0000)]
2009-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/util/testsuite_common_types.h (bitwise_operators,
bitwise_assignment_operators): Initialize a and b.
(struct has_bitwise_operators): Do not call the latter.
* testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Adjust
dg-error line numbers.
* testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Likewise.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148809 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago./:
ian [Mon, 22 Jun 2009 16:49:03 +0000 (16:49 +0000)]
./:
* config/linux.opt: Put mglibc ahead of muclibc.

* c-decl.c (diagnose_mismatched_decls): Add -Wc++-compat warning
for duplicate decls.
testsuite/:
* gcc.dg/Wcxx-compat-19.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148808 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Matthias Klose <doko@ubuntu.com>
doko [Mon, 22 Jun 2009 15:20:34 +0000 (15:20 +0000)]
2009-06-22  Matthias Klose  <doko@ubuntu.com>

* Makefile.in (install-plugin): Remove extra `/' after $(DESTDIR).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148806 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agogcc/
doko [Mon, 22 Jun 2009 15:18:38 +0000 (15:18 +0000)]
gcc/
2009-06-22  Steven Bosscher  <steven@gcc.gnu.org>

        PR objc/28050
        * c-parser.c (c_parser_objc_message_args): Return error_mark_node
        instead of NULL if a parser error occurs.

gcc/objc/
2009-06-22  Steven Bosscher  <steven@gcc.gnu.org>

        PR objc/28050
        * objc-act.c (objc_build_message_args): Return if ARGS is the
        error_mark_node.

gcc/testsuite/
2009-06-22  Matthias Klose  <doko@ubuntu.com>

        PR objc/28050
        * pr28050.m: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148804 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Mon, 22 Jun 2009 14:57:23 +0000 (14:57 +0000)]
2009-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/list/invalidation/1.cc: Mark test as
possibly unused.
* testsuite/23_containers/list/invalidation/2.cc: Likewise.
* testsuite/23_containers/list/invalidation/3.cc: Likewise.
* testsuite/23_containers/list/invalidation/4.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148801 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * dwarf2out.c (dwarf2_debug_hooks): Initialize
ro [Mon, 22 Jun 2009 14:55:54 +0000 (14:55 +0000)]
* dwarf2out.c (dwarf2_debug_hooks): Initialize
non-DWARF2_DEBUGGING_INFO version.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148800 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoMissed changelog entry.
ktietz [Mon, 22 Jun 2009 14:05:00 +0000 (14:05 +0000)]
Missed changelog entry.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148799 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoChangeLog for gcc
ktietz [Mon, 22 Jun 2009 14:04:19 +0000 (14:04 +0000)]
ChangeLog for gcc

2009-06-22  Kai Tietz  <kai.tietz@onevision.com>

* config.gcc: Add for x86 and x64 mingw targets t-fprules-soft
and t-softfp support.
* config/i386/mingw32.h (LIBGCC2_HAS_TF_MODE): Enable TFmode.
(LIBGCC2_TF_CEXT): Define.
(TF_SIZE): Define.

ChangeLog for libgcc

2009-06-22  Kai Tietz  <kai.tietz@onevision.com>

* config.host: Add soft emulation for x86 and x64 mingw targets.
* config/i386/64/_divtc3.c: Disable for mingw targets usage of
.symver assembly symbol.
* config/i386/64/_multc3.c: Likewise.
* config/i386/64/_powitf2.c: Likewise.
* config/i386/64/eqtf2.c: Likewise.
* config/i386/64/getf2.c: Likewise.
* config/i386/64/letf2.c: Likewise.
* config/i386/64/letf2.c: Likewise.
* config/i386/64/sfp-machine.h (_FP_W_TYPE): Define it
for x64 mingw target as unsigned long long.
(_FP_WS_TYPE): Define it for x64 mingw target as signed long
long.
(_FP_I_TYPE): Define it for x64 mingw target as long long.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148798 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoAdd the missing g++.dg/torture/pr40492.C.
hjl [Mon, 22 Jun 2009 13:52:40 +0000 (13:52 +0000)]
Add the missing g++.dg/torture/pr40492.C.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148796 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 22 Jun 2009 13:36:37 +0000 (13:36 +0000)]
2009-06-22  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/40481
* gcc.dg/plugin/one_time_plugin.c (one_pass_exec): Return 0;

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148795 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Jose Ruiz <ruiz@adacore.com>
charlet [Mon, 22 Jun 2009 13:28:59 +0000 (13:28 +0000)]
2009-06-22  Jose Ruiz  <ruiz@adacore.com>

* sysdep.c (__gnat_localtime_tzoff for RTX):
SystemTimeToTzSpecificLocalTime is not supported by RTX. Use
GetTimeZoneInformation instead.

2009-06-22  Robert Dewar  <dewar@adacore.com>

* sem_res.adb (Check_No_Direct_Boolean_Operators): New procedure

2009-06-22  Ed Schonberg  <schonberg@adacore.com>

* sem_ch12.adb (Collect_Previous_Instances): Do not collect
instantiations declared in a previous generic package body.

2009-06-22  Robert Dewar  <dewar@adacore.com>

* gnat_rm.texi: Add doc that X=True and X=False is allowed for the
restriction No_Direct_Boolean_Operators.

2009-06-22  Thomas Quinot  <quinot@adacore.com>

* bindusg.adb: Minor fixes to gnatbind usage message

* sem_eval.adb: Minor reformatting

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148794 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Javier Miranda <miranda@adacore.com>
charlet [Mon, 22 Jun 2009 13:15:08 +0000 (13:15 +0000)]
2009-06-22  Javier Miranda  <miranda@adacore.com>

* sem_ch3.adb (Analyze_Object_Declaration, Freeze_Entity): Move to the
freezing point the check on the use of abstract types in object
declarations. Done to allow the declaration of C++ imported variables
or constants whose type corresponds with an imported C++ classes for
which the constructor is not imported.

2009-06-22  Thomas Quinot  <quinot@adacore.com>

* sem_ch6.adb: Minor reformatting

2009-06-22  Ed Schonberg  <schonberg@adacore.com>

* exp_ch3.adb (Build_Initialization_Call): If a discriminated record
component is constrained with an expression rather than with a
discriminant of the enclosing type, use that expression when building
the call to default-initialize the component, when the call is part of
an aggregate with box initialization.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148793 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Ed Schonberg <schonberg@adacore.com>
charlet [Mon, 22 Jun 2009 13:09:00 +0000 (13:09 +0000)]
2009-06-22  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Check_Overriding_Indicator): Clean up code, make warning
unconditional rather than a style check, because a formal name out of
order is suspicious.

2009-06-22  Vincent Celier  <celier@adacore.com>

* prj-nmsc.adb (Locate_Directory): Indicate the project name when
creating a directory automatically.

2009-06-22  Eric Botcazou  <ebotcazou@adacore.com>

* sem_ch3.adb (Create_Constrained_Components): For a subtype of an
untagged derived type, add a hidden component for every constrained
discriminant of the parent type to keep record layout consistent.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148792 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoFix target/40463
ramana [Mon, 22 Jun 2009 12:43:23 +0000 (12:43 +0000)]
Fix target/40463
2009-06-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

PR target/40463
* config/arm/linux-eabi.h (CLEAR_INSN_CACHE): Fix definition.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148791 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoDisable caller and callee super interworking.
ramana [Mon, 22 Jun 2009 12:40:37 +0000 (12:40 +0000)]
Disable caller and callee super interworking.

2009-06-22  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

* config/arm/arm.c (arm_override_options): Disable -mcaller-super-interworking
and -mcallee-super-interworking.
* doc/invoke.texi (ARM Options): Document this.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148790 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Thomas Quinot <quinot@adacore.com>
charlet [Mon, 22 Jun 2009 12:24:57 +0000 (12:24 +0000)]
2009-06-22  Thomas Quinot  <quinot@adacore.com>

* exp_ch3.adb: Minor code reorganization (avoid an unnecessary tree
copy).

2009-06-22  Ed Falis  <falis@adacore.com>

* sysdep.c: remove include for nfsLib.h and an NFS specific error
message for VxWorks 653 vThreads: not supported by the OS.

* gsocket.h: disable sockets for VxWorks 653 vThreads.

2009-06-22  Robert Dewar  <dewar@adacore.com>

* sem_ch6.adb: Add ??? comment for bad use of Style_Check

2009-06-22  Matthew Gingell  <gingell@adacore.com>
    Arnaud Charlet  <charlet@adacore.com>

* a-stzhas.adb, a-stwiha.adb, impunit.adb, a-swbwha.adb, a-shcain.adb,
s-htable.adb, a-szuzha.adb, a-stunha.adb, a-stboha.adb, a-strhas.adb,
g-spitbo.adb, s-strhas.adb, a-szbzha.adb, s-strhas.ads, Makefile.rtl,
a-swuwha.adb: New unit System.String_Hash.
Refactor redundant cut and pasted hash functions with instances of a
new generic hash function.
Implement a new string hashing algorithm which appears in testing to
be move effective than to previous approach.

* gcc-interface/Make-lang.in: Update dependencies.

* gcc-interface/Makefile.in: Reindent correctly vms targets.
Fix setting of TOOLS_TARGET_PAIRS for bare board platforms.
Disable socket support for Vxworks 653 vThreads.
Improve handling of signals on darwin.
(GNATMAKE_OBJS): Update dependencies.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148789 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config/arm/arm.c (arm_print_operand): Deal with HIGH.
nathan [Mon, 22 Jun 2009 11:54:59 +0000 (11:54 +0000)]
* config/arm/arm.c (arm_print_operand): Deal with HIGH.
* config/arm/constraints.md (j): New constraint for movw operands.
(N): Remove thumb2 meaning.
* config/arm/arm.md (*arm_movw): Delete.
(*arm_movsi_insn): Use j constraint for movw instead of N constraint.
* config/arm/vfp.md (*arm_movsi_vfp, *thumb2_movsi_vfp): Likewise.
* config/arm/thumb2.md (*thumb2_movsi_insn): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148788 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Martin Jambor <mjambor@suse.cz>
jamborm [Mon, 22 Jun 2009 10:54:16 +0000 (10:54 +0000)]
2009-06-22  Martin Jambor  <mjambor@suse.cz>

PR tree-optimization/40492
* tree-sra.c (sra_modify_assign): Pass zero offsets to
build_ref_for_offset.

* testsuite/g++.dg/torture/pr40492.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148787 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Shujing Zhao <pearly.zhao@oracle.com>
paolo [Mon, 22 Jun 2009 10:29:13 +0000 (10:29 +0000)]
2009-06-22  Shujing Zhao  <pearly.zhao@oracle.com>

* alias.c: Use REG_P, MEM_P, CONST_INT_P, LABEL_P, CALL_P, NOTE_P and
JUMP_TABLE_DATA_P predicates where applicable.
* auto-inc-dec.c: Ditto.
* builtins.c: Ditto.
* caller-save.c: Ditto.
* calls.c: Ditto.
* cfgcleanup.c: Ditto.
* cfglayout.c: Ditto.
* cfgrtl.c: Ditto.
* combine.c: Ditto.
* combine-stack-adj.c: Ditto.
* cse.c: Ditto.
* cselib.c: Ditto.
* dbxout.c: Ditto.
* df-scan.c: Ditto.
* dse.c: Ditto.
* dwarf2asm.c: Ditto.
* dwarf2out.c: Ditto.
* emit-rtl.c: Ditto.
* except.c: Ditto.
* explow.c: Ditto.
* expmed.c: Ditto.
* expr.c: Ditto.
* final.c: Ditto.
* function.c: Ditto.
* fwprop.c: Ditto.
* gcse.c: Ditto.
* genpreds.c: Ditto.
* genrecog.c: Ditto.
* ifcvt.c: Ditto.
* ira-costs.c: Ditto.
* ira-lives.c: Ditto.
* jump.c: Ditto.
* loop-iv.c: Ditto.
* lower-subreg.c: Ditto.
* modulo-sched.c: Ditto.
* optabs.c: Ditto.
* postreload.c: Ditto.
* print-rtl.c: Ditto.
* recog.c: Ditto.
* reginfo.c: Ditto.
* regmove.c: Ditto.
* reload1.c: Ditto.
* reload.c: Ditto.
* reorg.c: Ditto.
* rtlanal.c: Ditto.
* rtl.c: Ditto.
* sched-vis.c: Ditto.
* sdbout.c: Ditto.
* sel-sched-ir.c: Ditto.
* simplify-rtx.c: Ditto.
* targhooks.c: Ditto.
* var-tracking.c: Ditto.
* vmsdbgout.c: Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148786 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Matthias Klose <doko@ubuntu.com>
doko [Mon, 22 Jun 2009 09:46:57 +0000 (09:46 +0000)]
2009-06-22  Matthias Klose  <doko@ubuntu.com>

        * libtool-version: Bump soversion.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148785 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * gcc.c-torture/unsorted/dump-noaddr.x (dump_compare): Determine
uros [Mon, 22 Jun 2009 09:27:04 +0000 (09:27 +0000)]
* gcc.c-torture/unsorted/dump-noaddr.x (dump_compare): Determine
dumpbase file name from $src.  Add -fdump-ipa-all to compile flags.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148784 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Matthias Klose <doko@ubuntu.com>
doko [Mon, 22 Jun 2009 09:21:56 +0000 (09:21 +0000)]
2009-06-22  Matthias Klose  <doko@ubuntu.com>

        * Makefile.in (install-plugin): Always use DESTDIR.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148783 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Robert Dewar <dewar@adacore.com>
charlet [Mon, 22 Jun 2009 09:21:53 +0000 (09:21 +0000)]
2009-06-22  Robert Dewar  <dewar@adacore.com>

* sinput.adb, sinput.ads (Expr_First_Char, Expr_Last_Char): Replaced
by Sloc_Range.

* freeze.adb: Minor comment updates

* s-valrea.adb (Bad_Based_Value): New procedure
(Scan_Real): Raise exceptions with messages

2009-06-22  Matthew Gingell  <gingell@adacore.com>

* adaint.h: Complete previous change.

2009-06-22  Thomas Quinot  <quinot@adacore.com>

* exp_ch7.ads, exp_ch3.adb: Minor reformatting

2009-06-22  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Check_Overriding_Indicator): When style checks are
enabled, emit warning when a non-controlling argument of the overriding
operation appears out of place vis-a-vis of the formal of the
overridden operation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148782 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Vincent Celier <celier@adacore.com>
charlet [Mon, 22 Jun 2009 09:11:52 +0000 (09:11 +0000)]
2009-06-22  Vincent Celier  <celier@adacore.com>

* gnatcmd.adb (Check_Files): Close temporary files after all file names
have been written into it.

2009-06-22  Matthew Gingell  <gingell@adacore.com>

* adaint.c, adaint.h, cstreams.c: Call stat64 on platforms where it is
available.

2009-06-22  Thomas Quinot  <quinot@adacore.com>

* sem_disp.adb (Check_Direct_Call): Handle the case where the full
view of the root type is visible at the point of the call.

2009-06-22  Pat Rogers  <rogers@adacore.com>

* gnat_ugn.texi: Revised a sentence to correct a minor grammar error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148781 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * config/pa/pa.c (output_call): Don't optimize post call jumps
hainque [Mon, 22 Jun 2009 09:08:58 +0000 (09:08 +0000)]
* config/pa/pa.c (output_call): Don't optimize post call jumps
into return address adjustments if the call may throw.

testsuite/
* gnat.dg/raise_ce.adb: Helper for ...
* gnat.dg/handle_and_return.adb: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148780 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Jerome Lambourg <lambourg@adacore.com>
charlet [Mon, 22 Jun 2009 09:06:25 +0000 (09:06 +0000)]
2009-06-22  Jerome Lambourg  <lambourg@adacore.com>

* freeze.adb: Add comments.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148779 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 22 Jun 2009 04:41:53 +0000 (04:41 +0000)]
2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40443
* interface.c (gfc_search_interface): Hold back a match to an
elementary procedure until all other possibilities are
exhausted.

2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40443
* gfortran.dg/generic_18.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148777 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 22 Jun 2009 04:41:10 +0000 (04:41 +0000)]
2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40443
* interface.c (gfc_search_interface): Hold back a match to an
elementary procedure until all other possibilities are
exhausted.

2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40443
* gfortran.dg/generic_18.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148776 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago2009-06-22 Paul Thomas <pault@gcc.gnu.org>
pault [Mon, 22 Jun 2009 04:39:40 +0000 (04:39 +0000)]
2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40472
* simplify.c (gfc_simplify_spread): Restrict the result size to
the limit for an array constructor.

2009-06-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/40472
* gfortran.dg/spread_size_limit.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148775 138bc75d-0d04-0410-961f-82ee72b054a4

14 years agoDaily bump.
gccadmin [Mon, 22 Jun 2009 00:16:56 +0000 (00:16 +0000)]
Daily bump.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148774 138bc75d-0d04-0410-961f-82ee72b054a4

14 years ago * arm.c (thumb1_output_casesi): New function.
rearnsha [Sun, 21 Jun 2009 20:48:15 +0000 (20:48 +0000)]
* arm.c (thumb1_output_casesi): New function.
* arm.h (CASE_VECTOR_PC_RELATIVE): Thumb-1 code is also relative if
optimizing for size or PIC.
(CASE_VECTOR_SHORTEN_MODE): Handle thumb-1.
* arm.md (UNSPEC_THUMB1_CASESI): New constant.
(casesi): Handle Thumb-1 when optimizing for size or PIC.
(thumb1_casesi_internal_pic): New expand rule.
(thumb1_casesi_dispatch): New pattern.
* aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Use shortened vectors for
thumb-1 mode.
* coff.h (JUMP_TABLES_IN_TEXT_SECTION): Thumb-1 jump tables are now
in the text seciton when PIC or optimizing for size.
* elf.h (JUMP_TABLES_IN_TEXT_SECTION): Likewise.
* lib1funcs.asm ([__ARM_EABI__]): Add an attribute describing stack
preservation properties of code.
(__gnu_thumb1_case_sqi, __gnu_thumb1_case_uqi): New functions.
(__gnu_thumb1_case_shi, __gnu_thumb1_case_uhi): New functions.
(__gnu_thumb1_case_si): New function.
* t-arm (LIB1ASMSRC): Define here.
(LIB1ASMFUNCS): Add some common functions.
* t-arm-elf (LIB1ASMSRC): Delete.
(LIB1ASMFUNCS): Append to existing set.
* t-pe (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
* t-strongarm-elf (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
* t-symbian (LIB1ASMFUNCS): Likewise.
* t-vxworks (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.
* t-wince-pe (LIB1ASMSRC, LIB1ASMFUNCS): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148770 138bc75d-0d04-0410-961f-82ee72b054a4