OSDN Git Service

pf3gnuchains/gcc-fork.git
14 years ago * semantics.c (lambda_expr_this_capture): Fix default capture
jason [Wed, 30 Sep 2009 17:55:54 +0000 (17:55 +0000)]
* semantics.c (lambda_expr_this_capture): Fix default capture
of explicit capture of 'this'.

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

14 years ago * semantics.c (lambda_expr_this_capture): Fix default capture
jason [Wed, 30 Sep 2009 17:54:37 +0000 (17:54 +0000)]
* semantics.c (lambda_expr_this_capture): Fix default capture
of explicit capture of 'this'.

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

14 years ago * config/alpha/alpha.c (alpha_gimplify_va_arg_1):
uros [Wed, 30 Sep 2009 16:09:53 +0000 (16:09 +0000)]
* config/alpha/alpha.c (alpha_gimplify_va_arg_1):
Use ref-all pointers.
(alpha_gimplify_va_arg): Ditto.

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

14 years agoremove utf8
jason [Wed, 30 Sep 2009 15:49:31 +0000 (15:49 +0000)]
remove utf8

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

14 years ago * parser.c (cp_parser_lambda_expression): Don't add __ to __this.
jason [Wed, 30 Sep 2009 15:49:24 +0000 (15:49 +0000)]
* parser.c (cp_parser_lambda_expression): Don't add __ to __this.

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

14 years ago * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
jason [Wed, 30 Sep 2009 15:49:17 +0000 (15:49 +0000)]
* cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.

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

14 years ago PR target/41279
jakub [Wed, 30 Sep 2009 09:57:56 +0000 (09:57 +0000)]
PR target/41279
* cfgloopanal.c (num_loop_insns): Don't increment ninsns for each bb
before insn counting loop now that BB_END (bb) is counted.  Ensure
the return value isn't zero.

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

14 years ago * config.gcc (sh-symbianelf): Replace definition of extra_objs
nickc [Wed, 30 Sep 2009 07:27:28 +0000 (07:27 +0000)]
    * config.gcc (sh-symbianelf): Replace definition of extra_objs
        with separate definitions of c_target_objs and cxx_target_objs.
        * config/sh/t-sh: Add rules to build symbian-cxx.o, symbian-c.o
        and symbian-base.o.
        * config/sh/sh.c (TARGET_CXX_INPUT_EXPORT_CLASS): Use
        sh_symbian_import_export_class.
        * config/sh/sh-protos.h: Fix names of exported symbian functions.
        * config/sh/symbian.c: Delete, moving code into...
        * config/sh/symbian-base.c: ... here
        * config/sh/symbian-c.c: ... and here
        * config/sh/symbian-cxx.c: ... and here.

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

14 years ago PR target/22093
uros [Wed, 30 Sep 2009 07:13:20 +0000 (07:13 +0000)]
PR target/22093
* config/alpha/alpha.md (unaligned_storehi_be): Force operand
of plus RTX into register.

testsuite/ChangeLog:

PR target/22093
* gcc.target/alpha/pr22093.c: New test.

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

14 years agoproperly merge include/ChangeLog
jason [Wed, 30 Sep 2009 03:03:31 +0000 (03:03 +0000)]
properly merge include/ChangeLog

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

14 years agomerge in cxx0x-lambdas-branch@152308
jason [Wed, 30 Sep 2009 03:01:30 +0000 (03:01 +0000)]
merge in cxx0x-lambdas-branch@152308

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

14 years ago2009-09-29 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Wed, 30 Sep 2009 00:50:24 +0000 (00:50 +0000)]
2009-09-29  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/random.tcc: Define static const data members.
* include/tr1/random.tcc: Likewise.
* testsuite/26_numerics/random/subtract_with_carry_engine/
requirements/constants.cc: New.
* testsuite/26_numerics/random/mersenne_twister_engine/
requirements/constants.cc: Likewise.
* testsuite/26_numerics/random/linear_congruential_engine/
requirements/constants.cc: Likewise.
* testsuite/26_numerics/random/shuffle_order_engine/requirements/
constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/
requirements/constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/
subtract_with_carry_01/requirements/constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/discard_block/
requirements/constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/linear_congruential/
requirements/constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
requirements/constants.cc: Likewise.
* testsuite/tr1/5_numerical_facilities/random/xor_combine/
requirements/constants.cc: Likewise.

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

14 years agoinstall.texi cleanups.
rwild [Wed, 30 Sep 2009 00:47:38 +0000 (00:47 +0000)]
install.texi cleanups.

gcc/:
* doc/install.texi: Linguistic and markup fixes.
(Configuration) <--disable-cpp>: Remove description.
<--enable-maintainer-mode>: Autotools files are affected, too.
<--with-sysroot>: Improve description.
(Building): Bump required GNU make version.

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

14 years agosed and head portability fixes in ld version check.
rwild [Wed, 30 Sep 2009 00:43:28 +0000 (00:43 +0000)]
sed and head portability fixes in ld version check.

libstdc++-v3/:
PR libstdc++/38923
* acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Avoid 'head',
use sed script portable to Solaris /bin/sed for extracting ld
version.
* configure: Regenerate.

libgomp/:
* acinclude.m4 (LIBGOMP_CHECK_LINKER_FEATURES): Avoid 'head',
use sed script portable to Solaris /bin/sed for extracting ld
version.
* configure: Regenerate.

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

14 years agoDaily bump.
gccadmin [Wed, 30 Sep 2009 00:16:51 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-29 Harsha Jagasia <harsha.jagasia@amd.com>
hjagasia [Wed, 30 Sep 2009 00:00:45 +0000 (00:00 +0000)]
2009-09-29  Harsha Jagasia  <harsha.jagasia@amd.com>

* config.gcc (i[34567]86-*-*): Include fma4intrin.h.
(x86_64-*-*): Ditto.

* config/i386/fma4intrin.h: New file, provide common x86 compiler
intrinisics for FMA4.
* config/i386/cpuid.h (bit_FMA4): Define FMA4 bit.
* config/i386/x86intrin.h: Fix typo to SSE4A instead of SSE4a.
Add FMA4 check and fma4intrin.h.
* config/i386/i386-c.c(ix86_target_macros_internal): Check
ISA_FLAG for FMA4.
* config/i386/i386.h(TARGET_FMA4): New macro for FMA4.
* config/i386/i386.md (UNSPEC_FMA4_INTRINSIC): Add new UNSPEC
constant for FMA4 support.
(UNSPEC_FMA4_FMADDSUB): Ditto.
(UNSPEC_FMA4_FMSUBADD): Ditto.
* config/i386/i386.opt (-mfma4): New switch for FMA4 support.
* config/i386/i386-protos.h (ix86_fma4_valid_op_p): Add
declaration.
(ix86_expand_fma4_multiple_memory): Ditto.
* config/i386/i386.c (OPTION_MASK_ISA_FMA4_SET): New.
(OPTION_MASK_ISA_FMA4_UNSET): New.
(OPTION_MASK_ISA_SSE4A_UNSET): Change definition to
depend on FMA4.
(OPTION_MASK_ISA_AVX_UNSET): Change definition to
depend on FMA4.
(ix86_handle_option): Handle -mfma4.
(isa_opts): Handle -mfma4.
(enum pta_flags): Add PTA_FMA4.
(override_options): Add FMA4 support.
(IX86_BUILTIN_VFMADDSS): New for FMA4 intrinsic.
(IX86_BUILTIN_VFMADDSD): Ditto.
(IX86_BUILTIN_VFMADDPS): Ditto.
(IX86_BUILTIN_VFMADDPD): Ditto.
(IX86_BUILTIN_VFMSUBSS): Ditto.
(IX86_BUILTIN_VFMSUBSD): Ditto.
(IX86_BUILTIN_VFMSUBPS): Ditto.
(IX86_BUILTIN_VFMSUBPD): Ditto.
(IX86_BUILTIN_VFMADDSUBPS): Ditto.
(IX86_BUILTIN_VFMADDSUBPD): Ditto.
(IX86_BUILTIN_VFMSUBADDPS): Ditto.
(IX86_BUILTIN_VFMSUBADDPD): Ditto.
(IX86_BUILTIN_VFNMADDSS): Ditto.
(IX86_BUILTIN_VFNMADDSD): Ditto.
(IX86_BUILTIN_VFNMADDPS): Ditto.
(IX86_BUILTIN_VFNMADDPD): Ditto.
(IX86_BUILTIN_VFNMSUBSS): Ditto.
(IX86_BUILTIN_VFNMSUBSD): Ditto.
(IX86_BUILTIN_VFNMSUBPS): Ditto.
(IX86_BUILTIN_VFNMSUBPD): Ditto.
(IX86_BUILTIN_VFMADDPS256): Ditto.
(IX86_BUILTIN_VFMADDPD256): Ditto.
(IX86_BUILTIN_VFMSUBPS256): Ditto.
(IX86_BUILTIN_VFMSUBPD256): Ditto.
(IX86_BUILTIN_VFMADDSUBPS256): Ditto.
(IX86_BUILTIN_VFMADDSUBPD256): Ditto.
(IX86_BUILTIN_VFMSUBADDPS256): Ditto.
(IX86_BUILTIN_VFMSUBADDPD256): Ditto.
(IX86_BUILTIN_VFNMADDPS256): Ditto.
(IX86_BUILTIN_VFNMADDPD256): Ditto.
(IX86_BUILTIN_VFNMSUBPS256): Ditto.
(IX86_BUILTIN_VFNMSUBPD256): Ditto.
(enum multi_arg_type): New enum for describing the various FMA4
intrinsic argument types.
(bdesc_multi_arg): New table for FMA4 intrinsics.
(ix86_init_mmx_sse_builtins): Add FMA4 intrinsic support.
(ix86_expand_multi_arg_builtin): New function for creating FMA4
intrinsics.
(ix86_expand_builtin): Add FMA4 intrinsic support.
(ix86_fma4_valid_op_p): New function to validate FMA4 3 and 4
operand instructions.
(ix86_expand_fma4_multiple_memory): New function to split the
second memory reference from FMA4 instructions.
* config/i386/sse.md (ssemodesuffixf4): New mode attribute for FMA4.
(ssemodesuffixf2s): Ditto.
(fma4_fmadd<mode>4): Add FMA4 floating point multiply/add
instructions.
(fma4_fmsub<mode>4): Ditto.
(fma4_fnmadd<mode>4): Ditto.
(fma4_fnmsub<mode>4): Ditto.
(fma4_vmfmadd<mode>4): Ditto.
(fma4_vmfmsub<mode>4): Ditto.
(fma4_vmfnmadd<mode>4): Ditto.
(fma4_vmfnmsub<mode>4): Ditto.
(fma4_fmadd<mode>4256): Ditto.
(fma4_fmsub<mode>4256): Ditto.
(fma4_fnmadd<mode>4256): Ditto.
(fma4_fnmsub<mode>4256): Ditto.
(fma4_fmaddsubv8sf4): Ditto.
(fma4_fmaddsubv4sf4): Ditto.
(fma4_fmaddsubv4df4): Ditto.
(fma4_fmaddsubv2df4): Ditto.
(fma4_fmsubaddv8sf4): Ditto.
(fma4_fmsubaddv4sf4): Ditto.
(fma4_fmsubaddv4df4): Ditto.
(fma4_fmsubaddv2df4): Ditto.
(fma4i_fmadd<mode>4): Add FMA4 floating point multiply/add
instructions for intrinsics.
(fma4i_fmsub<mode>4): Ditto.
(fma4i_fnmadd<mode>4): Ditto.
(fma4i_fnmsub<mode>4): Ditto.
(fma4i_vmfmadd<mode>4): Ditto.
(fma4i_vmfmsub<mode>4): Ditto.
(fma4i_vmfnmadd<mode>4): Ditto.
(fma4i_vmfnmsub<mode>4): Ditto.
(fma4i_fmadd<mode>4256): Ditto.
(fma4i_fmsub<mode>4256): Ditto.
(fma4i_fnmadd<mode>4256): Ditto.
(fma4i_fnmsub<mode>4256): Ditto.
(fma4i_fmaddsubv8sf4): Ditto.
(fma4i_fmaddsubv4sf4): Ditto.
(fma4i_fmaddsubv4df4): Ditto.
(fma4i_fmaddsubv2df4): Ditto.
(fma4i_fmsubaddv8sf4): Ditto.
(fma4i_fmsubaddv4sf4): Ditto.
(fma4i_fmsubaddv4df4): Ditto.
(fma4i_fmsubaddv2df4): Ditto.

* doc/invoke.texi (-mfma4): Add documentation.
* doc/extend.texi (x86 intrinsics): Add FMA4 intrinsics.

* gcc.target/i386/fma4-check.h
* gcc.target/i386/fma4-fma.c
* gcc.target/i386/fma4-maccXX.c
* gcc.target/i386/fma4-msubXX.c
* gcc.target/i386/fma4-nmaccXX.c
* gcc.target/i386/fma4-nmsubXX.c
* gcc.target/i386/fma4-vector.c
* gcc.target/i386/fma4-256-maccXX.c
* gcc.target/i386/fma4-256-msubXX.c
* gcc.target/i386/fma4-256-nmaccXX.c
* gcc.target/i386/fma4-256-nmsubXX.c
* gcc.target/i386/fma4-256-vector.c
* gcc.target/i386/funcspec-2.c: New file.
* gcc.target/i386/funcspec-4.c: Test error conditions
related to FMA4.
* gcc.target/i386/funcspec-5.c
* gcc.target/i386/funcspec-6.c
* gcc.target/i386/funcspec-8.c: Add FMA4.
* gcc.target/i386/funcspec-9.c: New file.
* gcc.target/i386/i386.exp: Add check_effective_target_fma4.
* gcc.target/i386/isa-10.c
* gcc.target/i386/isa-11.c
* gcc.target/i386/isa-12.c
* gcc.target/i386/isa-13.c
* gcc.target/i386/isa-2.c
* gcc.target/i386/isa-3.c
* gcc.target/i386/isa-4.c
* gcc.target/i386/isa-7.c
* gcc.target/i386/isa-8.c
* gcc.target/i386/isa-9.c: New file.
* gcc.target/i386/isa-14.c
* gcc.target/i386/isa-1.c
* gcc.target/i386/isa-5.c
* gcc.target/i386/isa-6.c: Add FMA4.
* gcc.target/i386/sse-12.c
* gcc.target/i386/sse-13.c
* gcc.target/i386/sse-14.c
* gcc.target/i386/sse-22.c: New file.
* g++.dg/other/i386-2.C
* g++.dg/other/i386-3.C
* g++.dg/other/i386-5.C
* g++.dg/other/i386-6.C: Add -mfma4 in dg-options.

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

14 years ago * tree-eh.c (unsplit_eh): Do not unsplit if there's already
rth [Tue, 29 Sep 2009 23:46:02 +0000 (23:46 +0000)]
    * tree-eh.c (unsplit_eh): Do not unsplit if there's already
        an edge to the new destination block.

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

14 years ago PR target/41393
danglin [Tue, 29 Sep 2009 23:04:46 +0000 (23:04 +0000)]
PR target/41393
* pa.c (hppa_profile_hook): Use
make_reg_eh_region_note_nothrow_nononlocal to add REG_EH_REGION note.

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

14 years ago2009-09-29 Steve Ellcey <sje@cup.hp.com>
sje [Tue, 29 Sep 2009 22:21:27 +0000 (22:21 +0000)]
2009-09-29  Steve Ellcey  <sje@cup.hp.com>
    Alexander Monakov  <amonakov@ispras.ru>

PR target/41365
* config/ia64/predicates.md (not_postinc_destination_operand): New.
(not_postinc_memory_operand): New.
(not_postinc_move_operand): New.
* config/ia64/ia64.md (*cmovdi_internal): Disallow autoincrement.
(*cmovsi_internal): Ditto.

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

14 years ago * config/rs6000/rs6000.c (rs6000_issue_rate): Don't artificially
pthaugen [Tue, 29 Sep 2009 18:58:56 +0000 (18:58 +0000)]
    * config/rs6000/rs6000.c (rs6000_issue_rate): Don't artificially
        restrict issue_rate in first pass when scheduling for register
        pressure.

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

14 years ago2009-09-29 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 29 Sep 2009 18:29:24 +0000 (18:29 +0000)]
2009-09-29  H.J. Lu  <hongjiu.lu@intel.com>

PR testsuite/41496
* g++.dg/dfp/dfp.exp: Unset DEFAULT_CXXFLAGS if it didn't exist
before.

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

14 years ago2009-09-29 Basile Starynkevitch <basile@starynkevitch.net>
espindola [Tue, 29 Sep 2009 18:26:33 +0000 (18:26 +0000)]
2009-09-29  Basile Starynkevitch  <basile@starynkevitch.net>
            Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (plugin_output): New.
(get_output_file_with_visibility): Return plugin_output for plugins.
(main): Parse and use the -P option.
* gty.texi: Update the command line format.

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

14 years agoFix a typo in ChangeLog.
hjl [Tue, 29 Sep 2009 17:42:33 +0000 (17:42 +0000)]
Fix a typo in ChangeLog.

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

14 years ago * gcc.test-framework/dg-bogus-exp-XF.c: Move dg-bogus directive.
janis [Tue, 29 Sep 2009 17:40:28 +0000 (17:40 +0000)]
* gcc.test-framework/dg-bogus-exp-XF.c: Move dg-bogus directive.
* gcc.test-framework/dg-warning-exp-P.c: Move dg-warning directives.

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

14 years ago PR debug/41438
jakub [Tue, 29 Sep 2009 17:33:58 +0000 (17:33 +0000)]
PR debug/41438
* dwarf2out.c (const_ok_for_output_1, const_ok_for_output): New
functions.
(mem_loc_descriptor, loc_descriptor, add_const_value_attribute): Bail
out if !const_ok_for_output.

PR debug/41474
* dwarf2out.c (mem_loc_descriptor) <case CONCAT, case CONCATN,
case VAR_LOCATION>: Remove gcc_unreachable ().

* gcc.dg/debug/dwarf2/const-1.c: Add dg-require-visibility, make x
hidden.
* g++.dg/debug/dwarf2/const-1.C: Likewise.

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

14 years ago2009-09-29 Harsha Jagasia <harsha.jagasia@amd.com>
hjagasia [Tue, 29 Sep 2009 17:15:32 +0000 (17:15 +0000)]
2009-09-29  Harsha Jagasia  <harsha.jagasia@amd.com>

* config.gcc (i[34567]86-*-*): Remove mmintrin-common.h.
(x86_64-*-*): Ditto.
* config/i386/smmintrin.h: Move instructions in mmintrin-common.h
back to smmintrin.h.
* config/i386/cpuid.h: (bit_SSE5): Remove SSE5 bit.
* config/i386/x86intrin.h: Remove SSE5.
* config/i386/mmintrin-common.h: Delete file.
* doc/extend.texi (x86 intrinsics): Remove SSE5 flags
and builtins.

* gcc.target/i386/i386.exp: Remove check_effective_target_sse5.
* gcc.target/i386/isa-1.c
* gcc.target/i386/isa-5.c
* gcc.target/i386/isa-6.c: Remove SSE5.
* gcc.target/i386/funcspec-4.c: Remove error conditions related to SSE5.
* gcc.target/i386/avx-1.c
* gcc.target/i386/avx-2.c
* gcc.target/i386/sse-23.c: Remove comments to mmintrin-common.h.
* gcc.target/i386/funcspec-9.c: Delete.

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

14 years ago2009-09-29 Richard Guenther <rguenther@suse.de>
rguenth [Tue, 29 Sep 2009 14:29:10 +0000 (14:29 +0000)]
2009-09-29  Richard Guenther  <rguenther@suse.de>

* alias.c (ao_ref_from_mem): Properly deal with off decl accesses
resulting from stack temporaries on STRICT_ALIGNMENT targets.

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

14 years ago PR testsuite/41444
jakub [Tue, 29 Sep 2009 12:56:46 +0000 (12:56 +0000)]
PR testsuite/41444
* gcc.dg/guality/guality.h (GUALITY_GDB_REDIRECT): Fix a typo
in macro name definition for non-unix/win32/msdos.

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

14 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Factor out
ebotcazou [Tue, 29 Sep 2009 11:13:29 +0000 (11:13 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Factor out
common code processing the component type into...
<E_Array_Subtype>: Likewise.
(gnat_to_gnu_component_type): ...this new static function.
(maybe_pad_type): Minor cleanup.

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

14 years ago * decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Rewrite the handling
ebotcazou [Tue, 29 Sep 2009 10:54:12 +0000 (10:54 +0000)]
* decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Rewrite the handling
of constrained discriminated record subtypes.
(components_to_record): Declare the type of the variants and of the
qualified union.
(build_subst_list): Move around.
(compute_field_positions): Rename into...
(build_position_list): ...this.  Return a TREE_VEC.
(annotate_rep): Adjust for above renaming.
(build_variant_list): New static function.
(create_field_decl_from): Likewise.
(get_rep_part): Likewise.
(get_variant_part): Likewise.
(create_variant_part_from): Likewise.
(copy_and_substitute_in_size): Likewise.

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

14 years ago * gcc.dg/guality/guality.exp (gdb-test): New proc for use in dg-final.
jakub [Tue, 29 Sep 2009 10:38:19 +0000 (10:38 +0000)]
* gcc.dg/guality/guality.exp (gdb-test): New proc for use in dg-final.
* gcc.dg/guality/pr41353-1.c: New test.

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

14 years ago * function.c (current_function_name): If there is no current
nickc [Tue, 29 Sep 2009 09:31:41 +0000 (09:31 +0000)]
    * function.c (current_function_name): If there is no current
        function just return "<none>".

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

14 years ago2009-09-29 Daniel Kraft <d@domob.eu>
domob [Tue, 29 Sep 2009 07:42:42 +0000 (07:42 +0000)]
2009-09-29  Daniel Kraft  <d@domob.eu>

PR fortran/39626
* gfortran.h (enum gfc_statement): Add ST_BLOCK and ST_END_BLOCK.
(struct gfc_namespace): Convert flags to bit-fields and add flag
`construct_entities' for use with BLOCK constructs.
(enum gfc_exec_code): Add EXEC_BLOCK.
(struct gfc_code): Add namespace field to union for EXEC_BLOCK.
* match.h (gfc_match_block): New prototype.
* parse.h (enum gfc_compile_state): Add COMP_BLOCK.
* trans.h (gfc_process_block_locals): New prototype.
(gfc_trans_deferred_vars): Made public, new prototype.
* trans-stmt.h (gfc_trans_block_construct): New prototype.
* decl.c (gfc_match_end): Handle END BLOCK correctly.
(gfc_match_intent): Error if inside of BLOCK.
(gfc_match_optional), (gfc_match_value): Ditto.
* match.c (gfc_match_block): New routine.
* parse.c (decode_statement): Handle BLOCK statement.
(case_exec_markers): Add ST_BLOCK.
(case_end): Add ST_END_BLOCK.
(gfc_ascii_statement): Handle ST_BLOCK and ST_END_BLOCK.
(parse_spec): Check for statements not allowed inside of BLOCK.
(parse_block_construct): New routine.
(parse_executable): Parse BLOCKs.
(parse_progunit): Disallow CONTAINS in BLOCK constructs.
* resolve.c (is_illegal_recursion): Find real container procedure and
don't get confused by BLOCK constructs.
(resolve_block_construct): New routine.
(gfc_resolve_blocks), (resolve_code): Handle EXEC_BLOCK.
* st.c (gfc_free_statement): Handle EXEC_BLOCK statements.
* trans-decl.c (saved_local_decls): New static variable.
(add_decl_as_local): New routine.
(gfc_finish_var_decl): Add variable as local if inside BLOCK.
(gfc_trans_deferred_vars): Make public.
(gfc_process_block_locals): New routine.
* trans-stmt.c (gfc_trans_block_construct): New routine.
* trans.c (gfc_trans_code): Handle EXEC_BLOCK statements.

2009-09-29  Daniel Kraft  <d@domob.eu>

PR fortran/39626
* gfortran.dg/block_1.f08: New test.
* gfortran.dg/block_2.f08: New test.
* gfortran.dg/block_3.f90: New test.
* gfortran.dg/block_4.f08: New test.
* gfortran.dg/block_5.f08: New test.
* gfortran.dg/block_6.f08: New test.
* gfortran.dg/block_7.f08: New test.
* gfortran.dg/block_8.f08: New test.

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

14 years ago2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 29 Sep 2009 02:50:48 +0000 (02:50 +0000)]
2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* gfortran.dg/round_1.f03: New test.
* gfortran.dg/f2003_io_3.f03: Update test.

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

14 years ago2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 29 Sep 2009 02:47:54 +0000 (02:47 +0000)]
2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/35862
* io.h (gfc_unit): Add round_status.
(format_token): Add enumerators for rounding format specifiers.
* transfer.c (round_opt): New options table.
(formatted_transfer_scalar_read): Add set round_status for each rounding
format token. (formatted_transfer_scalar_write): Likewise.
* format.c (format_lex): Tokenize the rounding format specifiers.
(parse_format_list): Parse the rounding format specifiers.
* write_float.def (outout_float): Modify rounding code to use new
variable rchar to set the appropriate rounding. Fix some whitespace.
* unit.c (get_internal_unit): Initialize rounding mode for internal
units. (init_units): Likewise.

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

14 years ago2009-09-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
jvdelisle [Tue, 29 Sep 2009 02:44:38 +0000 (02:44 +0000)]
2009-09-28  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/35862
* io.c (format_token): Add enumerators for rounding format specifiers.
(format_lex): Tokenize the rounding format specifiers.
(gfc_match_open): Enable rounding modes in OPEN statement.

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

14 years agoDaily bump.
gccadmin [Tue, 29 Sep 2009 00:16:47 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-28 Benjamin Kosnik <bkoz@redhat.com>
bkoz [Tue, 29 Sep 2009 00:15:30 +0000 (00:15 +0000)]
2009-09-28  Benjamin Kosnik  <bkoz@redhat.com>

*  libsupc++/eh_terminate.cc: Fixes for -fno-exceptions.
*  libsupc++/vec.cc: Same.
*  libsupc++/vterminate.cc: Same.
*  libsupc++/new_opnt.cc: Same.

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

14 years ago * tree-pass.h (register_pass_info): New structure.
ian [Mon, 28 Sep 2009 23:15:35 +0000 (23:15 +0000)]
* tree-pass.h (register_pass_info): New structure.
(pass_positioning_ops): Move enum from gcc-plugin.h.
(register_pass): New function.
* gcc-plugin.h (plugin_pass): Delete structure.
(pass_positioning_ops): Delete enum.
* plugin.c (regsiter_pass): Delete function.
(position_pass): Delete function.
(added_pass_nodes): Delete variable.
(prev_added_pass_nodes): Delete variable.
(pass_list_node): Delete structure.
* passes.c (make_pass_instance): New function.
(next_pass_1): Change to call make_pass_instance.
(pass_list_node): Move structure from gcc-plugin.h.
(added_pass_nodes): Move variable from plugin.c.
(prev_added_pass_nodes): Move variable from plugin.c.
(position_pass): New function.
(register_pass): New function.

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

14 years ago2009-09-28 Kai Tietz <kai.tietz@onevision.com>
ktietz [Mon, 28 Sep 2009 22:26:25 +0000 (22:26 +0000)]
2009-09-28  Kai Tietz  <kai.tietz@onevision.com>

        * src/x86/win64.S (_ffi_call_win64 stack): Remove for gnu
        assembly version use of ___chkstk.

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

14 years agoAdd PR reference to ChangeLog entry.
hainque [Mon, 28 Sep 2009 21:53:28 +0000 (21:53 +0000)]
Add PR reference to ChangeLog entry.

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

14 years ago./:
ian [Mon, 28 Sep 2009 21:26:31 +0000 (21:26 +0000)]
./:
* ifcvt.c (noce_try_abs): Recognize pattern and call
expand_one_cmpl_abs_nojump.
* optabs.c (expand_one_cmpl_abs_nojump): New function.
* optabs.h (expand_one_cmpl_abs_nojump): Declare.
testsuite/:
* gcc.target/i386/ifcvt-onecmpl-abs-1.c: New file.
* gcc.c-torture/execute/ifcvt-onecmpl-abs-1.c: New file.

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

14 years ago PR middle-end/40500
ian [Mon, 28 Sep 2009 21:23:35 +0000 (21:23 +0000)]
PR middle-end/40500
* c-opts.c (c_common_handle_option): Don't set
warn_jump_misses_init for -Wall.
* doc/invoke.texi (Warning Options): Update documentation.

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

14 years agoFix dependency of out_object_file on gt header for out_file.
rwild [Mon, 28 Sep 2009 20:22:56 +0000 (20:22 +0000)]
Fix dependency of out_object_file on gt header for out_file.

gcc/:
* Makefile.in ($(out_object_file)): Depend on
gt-$(basename $(notdir $(out_file))).h.

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

14 years ago * g++.dg/dfp/dfp.exp: Run tests from c-c++-common/dfp.
janis [Mon, 28 Sep 2009 18:35:54 +0000 (18:35 +0000)]
* g++.dg/dfp/dfp.exp: Run tests from c-c++-common/dfp.
* c-c++-common/dfp/func-vararg-alternate-d32.c: XFAIL for C++.
* c-c++-common/dfp/func-vararg-dfp.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed.c: Ditto.
* c-c++-common/dfp/func-vararg-mixed-2.c: Ditto.

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

14 years ago * g++.dg/dfp/dfp.exp: Fix typo.
janis [Mon, 28 Sep 2009 17:46:44 +0000 (17:46 +0000)]
* g++.dg/dfp/dfp.exp: Fix typo.

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

14 years ago * lib/target-supports.exp (check-effective-target-dfp-nocache):
janis [Mon, 28 Sep 2009 17:45:09 +0000 (17:45 +0000)]
* lib/target-supports.exp (check-effective-target-dfp-nocache):
Fix typo that breaks the check.

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

14 years ago ada/
hainque [Mon, 28 Sep 2009 17:00:46 +0000 (17:00 +0000)]
    ada/
        * gcc-interface/targtyps.c
        * (get_target_default_allocator_alignment):
        Account for observable alignments out of default allocators.

        testsuite/
        * gnat.dg (tagged_alloc_free.adb): New testcase.

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

14 years ago * mangle.c (write_builtin_type): Support decimal float types.
janis [Mon, 28 Sep 2009 16:55:52 +0000 (16:55 +0000)]
* mangle.c (write_builtin_type): Support decimal float types.
* g++.dg/dfp: New directory.
* g++.dg/dg.exp: Prune tests in dfp directory.
* g++.dg/dfp/dfp/exp: New.
* g++.dg/dfp/mangle-mode.C: New test.

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

14 years ago * except.h (struct eh_region_d): Add use_cxa_end_cleanup.
rth [Mon, 28 Sep 2009 16:44:32 +0000 (16:44 +0000)]
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.
* except.c (gen_eh_region): Set it.
(duplicate_eh_regions_1): Copy it.
* tree-eh.c (lower_resx): Use it to determine which function
to call to resume.

* langhooks.h (struct lang_hooks): Add eh_use_cxa_end_cleanup.
* langhooks-def.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

* builtins.def (BUILT_IN_CXA_END_CLEANUP): New.
* tree.c (build_common_builtin_nodes): Remove parameter.  Build
BUILT_IN_CXA_END_CLEANUP if necessary.
* tree.h (build_common_builtin_nodes): Update decl.

* c-common.c (c_define_builtins): Update call to
build_common_builtin_nodes.

gcc/ada/
* gcc-interface/utils.c (gnat_install_builtins): Update call to
build_common_builtin_nodes.

gcc/cp/
* cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

gcc/fortran/
* f95-lang.c (gfc_init_builtin_functions): Update call to
build_common_builtin_nodes.

gcc/java/
* builtins.c (initialize_builtins): Update call to
build_common_builtin_nodes.
* lang.c (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.

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

14 years ago2009-09-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
pinskia [Mon, 28 Sep 2009 15:49:47 +0000 (15:49 +0000)]
2009-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        * spu.c (get_branch_target): Return NULL for ASM_OPERANDS patterns.

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

14 years ago * builtins.c (interclass_mathfn_icode): New helper.
matz [Mon, 28 Sep 2009 12:54:23 +0000 (12:54 +0000)]
* builtins.c (interclass_mathfn_icode): New helper.
(expand_builtin_interclass_mathfn): Use it here, and split folding
into ...
(fold_builtin_interclass_mathfn): ... this new folder.
(build_call_nofold_loc): New static helper.
(build_call_nofold): New wrapper macro for above.
(expand_builtin_int_roundingfn): Use it instead of build_call_expr.
(expand_builtin_pow): Ditto.
(expand_builtin_memset_args): Ditto.
(expand_builtin_printf): Ditto.
(expand_builtin_fprintf): Ditto.
(expand_builtin_sprintf): Ditto.
(expand_builtin_memory_chk): Ditto.
(expand_builtin_mempcpy_args): Ditto and don't call folders.
(expand_builtin_stpcpy): Ditto.
(expand_builtin_strcmp): Ditto.
(expand_builtin_strncmp): Ditto.
(expand_builtin_strcpy): Remove FNDECL and MODE arguments.
(expand_builtin_strcpy_args): Don't call folders.
(expand_builtin_memcmp): Ditto.
(expand_builtin_strncpy): Ditto, and use target.
(expand_builtin_memcpy): Ditto.
(expand_builtin_strstr, expand_builtin_strchr, expand_builtin_strrchr,
expand_builtin_strpbrk, expand_builtin_memmove,
expand_builtin_memmove_args, expand_builtin_bcopy,
expand_builtin_memchr, expand_builtin_strcat, expand_builtin_strncat,
expand_builtin_strspn, expand_builtin_strcspn,
expand_builtin_fputs): Remove these.
(expand_builtin): Don't call the above, change calls to other
expanders that changed prototype.
(fold_builtin_stpcpy): New folder split out from expand_builtin_stpcpy.
(fold_builtin_1 <ISFINITE, ISINF, ISNORMAL>): Call
fold_builtin_interclass_mathfn.
(fold_builtin_2 <STPCPY>): Call fold_builtin_stpcpy.
(fold_builtin_strcat): Add folding split from expand_builtin_strcat.

* fold-const.c (fold_binary_loc <NE_EXPR>): Add !exp != 0 -> !exp.
* passes.c (init_optimization_passes): Move pass_fold_builtins
after last phiopt pass.
* tree-inline.c (fold_marked_statements): When folding builtins
iterate over all instruction potentially generated.
* tree-ssa-ccp.c (gimplify_and_update_call_from_tree): Declare
earlier.
(fold_gimple_call): Use it to always fold calls (into potentially
multiple instructions).
* tree-ssa-dom.c (optimize_stmt): Resolve __builtin_constant_p
calls into zero at this time.
* tree-ssa-propagate.c (substitute_and_fold): Ignore multiple
statements generated by builtin folding.

testsuite/
* gcc.dg/builtins-44.c: Use __builtin_isinf_sign when checking
for sign of -Inf.

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

14 years ago * config/m32r/m32r.c (m32r_is_insn): Return false for debugging
nickc [Mon, 28 Sep 2009 12:15:42 +0000 (12:15 +0000)]
    * config/m32r/m32r.c (m32r_is_insn): Return false for debugging
        insns.

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

14 years ago2009-09-28 Johannes Singler <singler@ira.uka.de>
singler [Mon, 28 Sep 2009 12:11:28 +0000 (12:11 +0000)]
2009-09-28  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/for_each_selectors.h:  Remove obsolete comment.

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

14 years agoCorrect off-by-one error in changelog date.
baldrick [Mon, 28 Sep 2009 08:53:18 +0000 (08:53 +0000)]
Correct off-by-one error in changelog date.

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

14 years agoAdd support for using ggc cache tables from plugins.
baldrick [Mon, 28 Sep 2009 08:50:39 +0000 (08:50 +0000)]
Add support for using ggc cache tables from plugins.
Approved by Ian Lance Taylor.

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

14 years agoDaily bump.
gccadmin [Mon, 28 Sep 2009 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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

14 years ago* tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under
rth [Sun, 27 Sep 2009 23:22:28 +0000 (23:22 +0000)]
* tree-ssa-ccp.c (optimize_stack_restore): Relax the conditions under
        which we remove __builtin_stack_restore.

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

14 years ago * loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P,
bernds [Sun, 27 Sep 2009 16:56:57 +0000 (16:56 +0000)]
* loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P,
to test for GRD_INVARIANT.
(simple_rhs_p): Anything that's function_invariant_p is fine.

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

14 years agoRemove some lines emacs decided to include.
espindola [Sun, 27 Sep 2009 16:27:25 +0000 (16:27 +0000)]
Remove some lines emacs decided to include.

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

14 years agoFix "merge" problem in the previous patch.
espindola [Sun, 27 Sep 2009 16:25:04 +0000 (16:25 +0000)]
Fix "merge" problem in the previous patch.

2009-09-27  Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (main): Use plunge_files instead of plugin_output.

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

14 years ago2009-09-27 Basile Starynkevitch <basile@starynkevitch.net>
espindola [Sun, 27 Sep 2009 16:15:25 +0000 (16:15 +0000)]
2009-09-27  Basile Starynkevitch  <basile@starynkevitch.net>
    Rafael Avila de Espindola  <espindola@google.com>

* gengtype.c (write_root, write_roots): Add a emit_pch argument.
Don't print pch related info if it is false.
(main): Don't print pch info in plugin mode.

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

14 years ago * dwarf2out.c (enum dw_val_class): Replace dw_val_class_long_long
ebotcazou [Sun, 27 Sep 2009 16:05:15 +0000 (16:05 +0000)]
* dwarf2out.c (enum dw_val_class): Replace dw_val_class_long_long
with dw_val_class_const_double.
(struct dw_val_struct): Replace val_long_long with val_double and
adjust for above change.
(output_loc_operands): Likewise.
(add_AT_long_long): Rename into...
(add_AT_double): ...this.
(print_die): Replace dw_val_class_long_long with
dw_val_class_const_double and adjust.
(attr_checksum): Likewise.
(same_dw_val_p): Likewise.
(size_of_die): Likewise.
(value_format): Likewise.
(output_die): Likewise.
(loc_descriptor) <CONST_DOUBLE>: Likewise.
(add_const_value_attribute) <CONST_DOUBLE>: Call add_AT_double
instead of add_AT_long_long.
(add_bound_info) <INTEGER_CST>: Generate the bound as an unsigned
value with the precision of its type.

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

14 years ago PR c/41476
schwab [Sun, 27 Sep 2009 15:27:08 +0000 (15:27 +0000)]
    PR c/41476
* c-typeck.c (build_conditional_expr): Use the readonly and
volatile flags of the operand types, not of the operands itself.

testsuite/:
* gcc.dg/cond-constqual-1.c: New test.

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

14 years agocollect2.c (main): Look for -brtl before adding libraries.
pogma [Sun, 27 Sep 2009 15:19:59 +0000 (15:19 +0000)]
collect2.c (main): Look for -brtl before adding libraries.

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

14 years ago * config.gcc: Update OpenBSD targets.
gerald [Sun, 27 Sep 2009 13:20:23 +0000 (13:20 +0000)]
* config.gcc: Update OpenBSD targets.
* config/openbsd-stdint.h: New file.
* config/openbsd-libpthread.h: New file.
* config/openbsd.h: Update and break out LIB_SPEC definition.
* config/alpha/openbsd.h: Overhaul to reflect ELF migration.
* config/i386/openbsdelf.h: Correct types.
* config/m68k/openbsd.h: Likewise.
* config/mips/openbsd.h: Likewise.
* config/vax/openbsd.h: Likewise.

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

14 years ago * fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.
ebotcazou [Sun, 27 Sep 2009 12:36:43 +0000 (12:36 +0000)]
* fold-const.c (maybe_lvalue_p): Return false for M(IN|AX)_EXPR.
(extract_muldiv_1) <MINUS_EXPR>: Swap operands if necessary.
* stor-layout.c (layout_type) <ARRAY_TYPE>: Do not take the maximum
of the length and zero.

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

14 years agoFix dependencies in gcc/Makefile.in.
rwild [Sun, 27 Sep 2009 07:10:10 +0000 (07:10 +0000)]
Fix dependencies in gcc/Makefile.in.

gcc/:
* Makefile.in (TOPLEV_H): Use $(INPUT_H) not input.h.
(FLAGS_H): Add options.h $(REAL_H).
(SEL_SCHED_IR_H): Add $(BITMAP_H) vecprim.h $(CFGLOOP_H).
(TREE_VECTORIZER_H): New.
(EBITMAP_H): Renamed from EBIMAP_H.
(c-decl.o, c-objc-common.o, c-pretty-print.o, attribs.o, c-omp.o)
(gtype-desc.o, ggc-common.o, ggc-page.o, ggc-zone.o, langhooks.o)
(tree.o, tree-ssa-structalias.o, tree-ssa-ter.o, tree-ssanames.o)
(tree-phinodes.o, tree-ssa-loop.o, tree-ssa-math-opts.o)
(gimple-low.o, omp-low.o, sese.o, graphite-blocking.o)
(graphite-clast-to-gimple.o, graphite-dependences.o)
(graphite-interchange.o, graphite-poly.o, graphite-scop-detection.o)
(graphite-sese-to-poly.o, tree-vect-loop.o, tree-vect-loop-manip.o)
(tree-vect-patterns.o, tree-vect-slp.o, tree-vect-stmts.o)
(tree-vect-data-refs.o, tree-vectorizer.o, gimple.o, tree-mudflap.o)
(targhooks.o, stmt.o, emit-rtl.o, ipa.o, matrix-reorg.o, ipa-inline.o)
(gcse.o, tree-ssa-ccp.o, df-byte-scan.o, vec.o, caller-save.o)
(ira-build.o, ira-costs.o, ira-color.o, ira-emit.o, ira.o)
(haifa-sched.o, sched-rgn.o, sel-sched.o, sel-sched-dump.o)
(sel-sched-ir.o, final.o, $(out_object_file)): Dependencies
updated and fixed as per above changes and per
check_makefile_deps.sh output.

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

14 years agoFix library dependencies for -Wl,--as-needed.
rwild [Sun, 27 Sep 2009 06:49:33 +0000 (06:49 +0000)]
Fix library dependencies for -Wl,--as-needed.

gcc/:
PR bootstrap/40928
* configure.ac: Use $LIBS for '-ldl', not $LDFLAGS.
* configure: Regenerate.

libjava/:
PR libgcj/38298
* Makefile.am (libgcj_tools_la_LIBADD): Add '-lm'.
* Makefile.in: Regenerate.

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

14 years ago2009-09-26 Gary Funck <gary@intrepid.com>
gfunck [Sun, 27 Sep 2009 06:18:19 +0000 (06:18 +0000)]
2009-09-26  Gary Funck <gary@intrepid.com>

* MAINTAINERS (Write After Approval): Add myself.

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

14 years agoDaily bump.
gccadmin [Sun, 27 Sep 2009 00:16:41 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago2009-09-26 Paolo Carlini <paolo.carlini@oracle.com>
paolo [Sat, 26 Sep 2009 21:30:59 +0000 (21:30 +0000)]
2009-09-26  Paolo Carlini  <paolo.carlini@oracle.com>

* doc/html/ext/lwg-active.html: Update to Revision R66.
* doc/html/ext/lwg-closed.html: Likewise.
* doc/html/ext/lwg-defects: Likewise.

* doc/xml/manual/intro.xml: Update entry for DR 853.

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

14 years ago * configure.ac: Update minimum MPC version to 0.7.
ghazi [Sat, 26 Sep 2009 20:22:43 +0000 (20:22 +0000)]
* configure.ac: Update minimum MPC version to 0.7.
* configure: Regenerate.

gcc:
* doc/install.texi: Update minimum MPC version to 0.7.

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

14 years ago * doc/html/ext/lwg-closed.html: Adjust four instances of two URLs
gerald [Sat, 26 Sep 2009 19:29:01 +0000 (19:29 +0000)]
* doc/html/ext/lwg-closed.html: Adjust four instances of two URLs
according to upstream redirects.

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

14 years ago * doc/install.texi (Binaries): Remove reference to the binary
gerald [Sat, 26 Sep 2009 19:12:40 +0000 (19:12 +0000)]
* doc/install.texi (Binaries): Remove reference to the binary
distribution CD-ROM from the FSF.

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

14 years ago PR lto/40758
matz [Sat, 26 Sep 2009 16:46:43 +0000 (16:46 +0000)]
PR lto/40758
PR middle-end/41470
* tree-ssa-coalesce.c (coalesce_ssa_name): Add only SSA names
that are mentioned in the body.

testsuite/
* gcc.dg/pr41470.c: New test.

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

14 years ago * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Filter out
ebotcazou [Sat, 26 Sep 2009 11:25:23 +0000 (11:25 +0000)]
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Filter out
negative size for the array dimensions like in the constrained case.
<E_Array_Subtype>: Do not create an artificially non-constant high
bound if the low bound is non-constant.  Minor tweaks.

* gcc-interface/trans.c (lvalue_required_p): Add CONSTANT parameter
and turn ALIASED into a boolean parameter.  Adjust calls to self.
<N_Attribute_Reference>: Return 1 for more attributes.
<N_Object_Renaming_Declaration>: Return 1 for non-constant objects.
<N_Assignment_Statement>: Return 1 for the LHS.
(Identifier_to_gnu): Adjust calls to lvalue_required_p.
(call_to_gnu): Be prepared for wrapped boolean rvalues.

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

14 years agoDaily bump.
gccadmin [Sat, 26 Sep 2009 00:16:58 +0000 (00:16 +0000)]
Daily bump.

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

14 years ago PR tree-optimization/41454
matz [Fri, 25 Sep 2009 23:57:01 +0000 (23:57 +0000)]
PR tree-optimization/41454
* tree-ssa-dom (stmts_to_rescan): Remove variable.
(tree_ssa_dominator_optimize): Don't allocate and free it.
(dom_opt_leave_block): Don't iterate over it.
(eliminate_redundant_computations): Don't return a value.
(cprop_operand, cprop_into_stmt): Ditto.
(optimize_stmt): Don't defer updating stmts.

testsuite/
* gcc.dg/pr41454.c: New test.

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

14 years agoDWARF for Template parm pack is a gnu extension.
dodji [Fri, 25 Sep 2009 23:23:18 +0000 (23:23 +0000)]
DWARF for Template parm pack is a gnu extension.

include/ChangeLog:
* dwarf2.h (enum dwarf_tag): Rename DW_TAG_template_parameter_pack and
DW_TAG_formal_parameter_pack into DW_TAG_GNU_template_parameter_pack
and DW_TAG_formal_parameter_pack until DWARF 5 is out.

gcc/ChangeLog:
* dwarf2out.c (dwarf_tag_name, gen_generic_params_dies,
generic_parameter_die, template_parameter_pack_die,
gen_formal_parameter_die, gen_subprogram_die): Adjust after renaming
DW_TAG_formal_parameter_pack and DW_TAG_template_parameter_pack into
DW_TAG_GNU_formal_parameter_pack and DW_TAG_GNU_template_parameter_pack.

gcc/testsuite/ChangeLog:
* g++.dg/debug/dwarf2/template-func-params-4.C: Adjust after renaming
DW_TAG_template_parameter_pack and DW_TAG_formal_parameter_pack
into DW_TAG_GNU_template_parameter_pack and
DW_TAG_GNU_formal_parameter_pack.
* g++.dg/debug/dwarf2/template-params-4.C: Likewise.
* g++.dg/debug/dwarf2/template-func-params-7.C: Likewise.

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

14 years ago PR middle-end/41469
rth [Fri, 25 Sep 2009 20:49:08 +0000 (20:49 +0000)]
    PR middle-end/41469
        * tree-eh.c (lower_resx): Resolve RESX with no source region to
        __builtin_trap.
        (gate_lower_resx): New.
        (gate_lower_eh_dispatch): Rename from gate_lower_ehcontrol.

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

14 years ago * configure.ac: Pass any --cache-file=/dev/null option on to
nickc [Fri, 25 Sep 2009 19:23:40 +0000 (19:23 +0000)]
    * configure.ac: Pass any --cache-file=/dev/null option on to
        subconfigures.
        * configure: Regenerate.

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

14 years ago * gcc.dg/vect/vect.exp: Append extra parameters as separate
froydnj [Fri, 25 Sep 2009 18:53:06 +0000 (18:53 +0000)]
* gcc.dg/vect/vect.exp: Append extra parameters as separate
parameters for alignment-sensitive -fsection-anchors tests.

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

14 years agoinclude/
ccoutant [Fri, 25 Sep 2009 18:33:04 +0000 (18:33 +0000)]
include/

Add rest of new values from DWARF Version 4.
* dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias):
New tags.
(DW_FORM_ref_sig8): New name for DW_FORM_sig8.
(DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr,
DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by,
DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded,
DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required,
DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New
attributes.
(DW_LANG_Python): New language.

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

14 years ago * config/v850/v850.h (FUNCTION_VALUE): Remove.
aesok [Fri, 25 Sep 2009 17:19:11 +0000 (17:19 +0000)]
* config/v850/v850.h (FUNCTION_VALUE): Remove.
* config/v850/v850.c (v850_function_value): New function.
(TARGET_FUNCTION_VALUE): Define.

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

14 years ago * tree-vect-transform.c (vectorizable_call): Call
jakub [Fri, 25 Sep 2009 14:27:18 +0000 (14:27 +0000)]
* tree-vect-transform.c (vectorizable_call): Call
mark_symbols_for_renaming after vect_finish_stmt_generation.

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

14 years ago * dwarf2out.c (tls_mem_loc_descriptor): Pass 1 instead of 2
jakub [Fri, 25 Sep 2009 14:23:41 +0000 (14:23 +0000)]
* dwarf2out.c (tls_mem_loc_descriptor): Pass 1 instead of 2
to loc_descriptor_from_tree.
(add_location_or_const_value_attribute): Pass 0 instead of 2
for decl_by_reference_p decls.

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

14 years agoAdd myself as a plug-in maintainer.
espindola [Fri, 25 Sep 2009 13:14:49 +0000 (13:14 +0000)]
Add myself as a plug-in maintainer.

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

14 years ago2009-09-25 Richard Guenther <rguenther@suse.de>
rguenth [Fri, 25 Sep 2009 12:12:51 +0000 (12:12 +0000)]
2009-09-25  Richard Guenther  <rguenther@suse.de>

PR middle-end/41463
* tree-dfa.c (get_ref_base_and_extent): Fix issue with trailing
arrays again.

* gcc.c-torture/execute/pr41463.c: New testcase.

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

14 years agoFix nits
ebotcazou [Fri, 25 Sep 2009 10:40:31 +0000 (10:40 +0000)]
Fix nits

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

14 years ago ada/
hainque [Fri, 25 Sep 2009 09:33:17 +0000 (09:33 +0000)]
    ada/
        * gcc-interface/ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language
        specific node.  Representative array type for VECTOR_TYPE entities.
        * gcc-interface/utils.c (handle_vector_type_attribute): New handler.
        Turn an ARRAY_TYPE entity into a VECTOR_TYPE.
        (gnat_types_compatible_p): Handle VECTOR_TYPEs.
        (convert): Likewise.  Arrange to produce VECTOR_CST out of constant
        array aggregates for VECTOR_TYPE entities.
        (unchecked_convert): Likewise.
        (maybe_vector_array): New function. If EXP has VECTOR_TYPE, return EXP
        converted to the associated TYPE_REPRESENTATIVE_ARRAY.
        (handle_pure_attribute, handle_sentinel_attribute,
        handle_noreturn_attribute, handle_malloc_attribute,
        handle_vector_size_attribute): Replace uses of qE format by qs.
        Remove GCC_DIAG_STYLE definition.
        * gcc-interface/trans.c (gnat_to_gnu) <N_Indexed_Component>: Convert
        vector input to representative array type on entry.
        <N_Op_Eq, etc>: Likewise.
        * gcc-interface/gigi.h (maybe_vector_array): Declare.
        (VECTOR_TYPE_P): New predicate.
        * gcc-interface/misc.c (gnat_print_type): Handle VECTOR_TYPE.

        testsuite/
        * gnat.dg/sse_nolib.adb: New testcase.

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

14 years agoCommit testsuite part of r151322, omitted by mistake then.
hainque [Fri, 25 Sep 2009 09:14:09 +0000 (09:14 +0000)]
Commit testsuite part of r151322, omitted by mistake then.

        * gnat.dg/array7.ads: Include Signed_Integer_Type_Definition.

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

14 years agoCommit testsuite part of r151322, omitted by mistake then.
hainque [Fri, 25 Sep 2009 09:05:16 +0000 (09:05 +0000)]
Commit testsuite part of r151322, omitted by mistake then.

        * gnat.dg/array7.ad[bs]: Add check for Signed_Integer_Type_Definition.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:39:09 +0000 (08:39 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/include/parallel/checkers.h
        (is_sorted_failure, is_sorted_print_failures):  Remove (unused).
        (__is_sorted):  Remove default parameter for _Compare; remove
        inappropriate printf.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:37:18 +0000 (08:37 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/base.h:  Comment on presence of min/max duplicates.

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

14 years ago2009-09-25 Johannes Singler <singler@ira.uka.de>
singler [Fri, 25 Sep 2009 08:35:15 +0000 (08:35 +0000)]
2009-09-25  Johannes Singler  <singler@ira.uka.de>

        * include/parallel/partition.h (__parallel_nth_element):
        Correct comment.

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

14 years agoVectorizer testsuite adjustments for P7
revitale [Fri, 25 Sep 2009 05:52:46 +0000 (05:52 +0000)]
Vectorizer testsuite adjustments for P7

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

14 years ago * simplify.c (gfc_simplify_acos, gfc_simplify_acosh,
ghazi [Fri, 25 Sep 2009 04:40:36 +0000 (04:40 +0000)]
* simplify.c (gfc_simplify_acos, gfc_simplify_acosh,
gfc_simplify_asin, gfc_simplify_asinh, gfc_simplify_atan,
gfc_simplify_atanh): Fix error message.

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

14 years ago * doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma
bje [Fri, 25 Sep 2009 03:15:28 +0000 (03:15 +0000)]
* doc/invoke.texi (RS/6000 and PowerPC Options): Add missing comma
after `power7'.

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

14 years agoDaily bump.
gccadmin [Fri, 25 Sep 2009 00:17:09 +0000 (00:17 +0000)]
Daily bump.

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