]> git.ipfire.org Git - thirdparty/gcc.git/log
thirdparty/gcc.git
8 years agosimplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.
Steven G. Kargl [Sat, 21 Nov 2015 16:25:23 +0000 (16:25 +0000)] 
simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.

2015-11-21  Steven G. Kargl  <kargl@gcc.gnu.org>

* simplify.c (gfc_simplify_cshift): Implement simplification of CSHIFT.
(gfc_simplify_spread): Remove a FIXME and add error condition.
* intrinsic.h: Prototype for gfc_simplify_cshift
* intrinsic.c (add_functions): Use gfc_simplify_cshift.

2015-11-21  Steven G. Kargl  <kargl@gcc.gnu.org>

* gfortran.dg/simplify_cshift_1.f90: New test.

From-SVN: r230709

8 years ago* gcc.dg/atomic-generic.c: Include <string.h>.q
Nathan Sidwell [Sat, 21 Nov 2015 14:08:44 +0000 (14:08 +0000)] 
* gcc.dg/atomic-generic.c: Include <string.h>.q

From-SVN: r230708

8 years ago* gfortran.dg/submodule_6.f08: Add dg-require-effective-target lto.
David Edelsohn [Sat, 21 Nov 2015 14:02:45 +0000 (09:02 -0500)] 
* gfortran.dg/submodule_6.f08: Add dg-require-effective-target lto.

From-SVN: r230707

8 years ago* config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.
Nathan Sidwell [Sat, 21 Nov 2015 14:01:05 +0000 (14:01 +0000)] 
* config/nvptx/nvptx.md (clz<mode>2): Use operand 1 for type.

From-SVN: r230706

8 years agonvptx.c (write_function_decl_and_comment): Print leading blank line.
Nathan Sidwell [Sat, 21 Nov 2015 13:57:09 +0000 (13:57 +0000)] 
nvptx.c (write_function_decl_and_comment): Print leading blank line.

* config/nvptx/nvptx.c (write_function_decl_and_comment): Print
leading blank line.
(write_func_decl_from_insn): Likewise.
(init_output_initializer, nvptx_assemble_undefined_decl): Likewise.
(nvptx_file_end): Likewise.
(nvptx_function_end): Undent output.
(nvptx_expand_call): Fix formatting.
(nvptx_output_call_insn): Indent output.
* config/nvptx/nvptx.h (ASM_OUTPUT_ALIGNED_DECL_COMMON,
ASM__OUTPUT_ALIGNED_DECL_LOCAL): Print leading blank line.

From-SVN: r230705

8 years agovbase1.C: Also run on i?86-*-*.
Uros Bizjak [Sat, 21 Nov 2015 12:20:56 +0000 (13:20 +0100)] 
vbase1.C: Also run on i?86-*-*.

* g++.dg/init/vbase1.C: Also run on i?86-*-*.

From-SVN: r230704

8 years agore PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an...
Jakub Jelinek [Sat, 21 Nov 2015 08:24:13 +0000 (09:24 +0100)] 
re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol)

PR debug/66432
* tree-inline.c (copy_debug_stmt): If
gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
in decl_debug_args, don't call remap_gimple_op_r on it.

* gcc.dg/debug/pr66432.c: New test.

From-SVN: r230702

8 years ago* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.
David Edelsohn [Sat, 21 Nov 2015 05:38:25 +0000 (05:38 +0000)] 
* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.

From-SVN: r230701

8 years agore PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)
Ian Lance Taylor [Sat, 21 Nov 2015 04:43:50 +0000 (04:43 +0000)] 
re PR go/66378 (libgo syscall.Sendfile() does not honor/use offset argument)

PR go/66378
    syscall: Fix initial offset value in syscall.Sendfile.

    Bug reported in https://gcc.gnu.org/PR66378.

    Reviewed-on: https://go-review.googlesource.com/17159

From-SVN: r230699

8 years agoipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...
Jan Hubicka [Sat, 21 Nov 2015 03:57:48 +0000 (04:57 +0100)] 
ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL...

* ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL;
do not check AGGREGATE_TYPE_P when adding TYPE_MODE;
Check that all record types are complete.
* ipa-icf-gimple.c (func_checker::compatible_types_p): Do not
compare alias sets for types w/o alias sets.

From-SVN: r230698

8 years agore PR go/66406 (go.test/test/nilptr.go FAILs with PIE)
Ian Lance Taylor [Sat, 21 Nov 2015 01:47:13 +0000 (01:47 +0000)] 
re PR go/66406 (go.test/test/nilptr.go FAILs with PIE)

PR go/66406
* go.test/go-test.exp (go-gc-tests): Skip nilptr.go if PIE.

From-SVN: r230697

8 years agore PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no network...
Ian Lance Taylor [Sat, 21 Nov 2015 01:41:24 +0000 (01:41 +0000)] 
re PR go/65785 (libgo TestIPv4MulticastListener test fails on machine with no network connection)

PR go/65785
    net: don't run multicast listen test on nil interface in short mode

    This is a backport of https://golang.org/cl/17154.

    The gccgo bug report https://gcc.gnu.org/PR65785 points out that the
    multicast listen tests will use the network even with -test.short.
    Fix test by checking testing.Short with a nil interface.

    Reviewed-on: https://go-review.googlesource.com/17158

From-SVN: r230695

8 years agore PR go/66574 (Time is provided in millisecond precision instead of nanoseconds...
Ian Lance Taylor [Sat, 21 Nov 2015 01:27:44 +0000 (01:27 +0000)] 
re PR go/66574 (Time is provided in millisecond precision instead of nanoseconds as described in go documentation)

PR go/66574
    runtime: Use clock_gettime to get current time.

    Fetch the current time in nanoseconds, not microseconds, by using
    clock_gettime rather than gettimeofday.

    Update golang/go#11222.

    Fixes https://gcc.gnu.org/PR66574.

    Reviewed-on: https://go-review.googlesource.com/17156

From-SVN: r230694

8 years agoDaily bump.
GCC Administrator [Sat, 21 Nov 2015 00:16:17 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r230692

8 years agore PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function paramete...
Ian Lance Taylor [Fri, 20 Nov 2015 23:44:25 +0000 (23:44 +0000)] 
re PR go/68141 (go/gofrontend/import-archive.cc: 2 * poor choice of function parameter type ?)

PR go/68141
    compiler: Use references in Archive_iterator comparison functions.

    Fixes minor performance problem pointed out in
    https://gcc.gnu.org/PR68141 .

    Reviewed-on: https://go-review.googlesource.com/17153

From-SVN: r230689

8 years agore PR go/68072 (malformed DWARF TagVariable entry)
Ian Lance Taylor [Fri, 20 Nov 2015 22:48:47 +0000 (22:48 +0000)] 
re PR go/68072 (malformed DWARF TagVariable entry)

PR go/68072
    cmd/cgo: ignore vars with no name or type if they have a AttrSpecification

    Backport of master CL https://golang.org/cl/17151.

    Fixes https://gcc.gnu.org/PR/68072.

    Reviewed-on: https://go-review.googlesource.com/17152

From-SVN: r230685

8 years agovbase1.C: Only run on x86_64-*-* as this testcase isn't portable.
Mike Stump [Fri, 20 Nov 2015 22:12:28 +0000 (22:12 +0000)] 
vbase1.C: Only run on x86_64-*-* as this testcase isn't portable.

* g++.dg/init/vbase1.C: Only run on x86_64-*-* as this testcase
isn't portable.

From-SVN: r230683

8 years agosparc.md (umulxhi_vis): Move around.
Eric Botcazou [Fri, 20 Nov 2015 22:01:46 +0000 (22:01 +0000)] 
sparc.md (umulxhi_vis): Move around.

* config/sparc/sparc.md (umulxhi_vis): Move around.
(*umulxhi_sp64): Likewise.
(umulxhi_v8plus): Likewise.
(xmulx_vis): Likewise.
(*xmulx_sp64): Likewise.
(xmulx_v8plus): Likewise.
(xmulxhi_vis): Likewise.
(*xmulxhi_sp64): Likewise.
(xmulxhi_v8plus): Likewise.

From-SVN: r230681

8 years agocmd: Use correct install tool dir with gccgo
Ian Lance Taylor [Fri, 20 Nov 2015 21:30:16 +0000 (21:30 +0000)] 
cmd: Use correct install tool dir with gccgo

    When using the go command built from gccgo to build and
    install a go tool, use the value from runtime GCCGOTOOLDIR as
    the install directory.

    This also fixes the output from 'go tool' when used with the
    gccgo-built go command, to only include the go tools and not
    other binaries found in the same directory.

    Reviewed-on: https://go-review.googlesource.com/16516

From-SVN: r230677

8 years agoAdd testcase erroneously omitted from r230638
David Malcolm [Fri, 20 Nov 2015 20:36:03 +0000 (20:36 +0000)] 
Add testcase erroneously omitted from r230638

From-SVN: r230675

8 years agoPR 62314: add ability to add fixit-hints to a diagnostic
David Malcolm [Fri, 20 Nov 2015 20:08:47 +0000 (20:08 +0000)] 
PR 62314: add ability to add fixit-hints to a diagnostic

This is the combination of two patches:
  [PATCH 01/02] PR/62314: add ability to add fixit-hints
  [PATCH 02/02] C FE: add fix-it hint for . vs ->

gcc/ChangeLog:
PR 62314
* diagnostic-show-locus.c (colorizer::set_fixit_hint): New.
(class layout): Update comment
(layout::print_any_fixits): New method.
(layout::move_to_column): New method.
(diagnostic_show_locus): Add call to layout.print_any_fixits.

gcc/c/ChangeLog:
PR 62314
* c-typeck.c (should_suggest_deref_p): New function.
(build_component_ref): Special-case POINTER_TYPE when
generating a "not a structure of union"  error message, and
suggest a "->" rather than a ".", providing a fix-it hint.

gcc/testsuite/ChangeLog:
PR 62314
* gcc.dg/fixits.c: New file.
* gcc.dg/plugin/diagnostic-test-show-locus-ascii-bw.c
(test_fixit_insert): New.
(test_fixit_remove): New.
(test_fixit_replace): New.
* gcc.dg/plugin/diagnostic-test-show-locus-ascii-color.c
(test_fixit_insert): New.
(test_fixit_remove): New.
(test_fixit_replace): New.
* gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
(test_show_locus): Add tests of rendering fixit hints.

libcpp/ChangeLog:
PR 62314
* include/line-map.h (source_range::intersects_line_p): New
method.
(rich_location::~rich_location): New.
(rich_location::add_fixit_insert): New method.
(rich_location::add_fixit_remove): New method.
(rich_location::add_fixit_replace): New method.
(rich_location::get_num_fixit_hints): New accessor.
(rich_location::get_fixit_hint): New accessor.
(rich_location::MAX_FIXIT_HINTS): New constant.
(rich_location::m_num_fixit_hints): New field.
(rich_location::m_fixit_hints): New field.
(class fixit_hint): New class.
(class fixit_insert): New class.
(class fixit_remove): New class.
(class fixit_replace): New class.
* line-map.c (source_range::intersects_line_p): New method.
(rich_location::rich_location): Add initialization of
m_num_fixit_hints to both ctors.
(rich_location::~rich_location): New.
(rich_location::add_fixit_insert): New method.
(rich_location::add_fixit_remove): New method.
(rich_location::add_fixit_replace): New method.
(fixit_insert::fixit_insert): New.
(fixit_insert::~fixit_insert): New.
(fixit_insert::affects_line_p): New.
(fixit_remove::fixit_remove): New.
(fixit_remove::affects_line_p): New.
(fixit_replace::fixit_replace): New.
(fixit_replace::~fixit_replace): New.
(fixit_replace::affects_line_p): New.

From-SVN: r230674

8 years agore PR middle-end/68221 (libgomp reduction-11/12 failures)
Jakub Jelinek [Fri, 20 Nov 2015 19:50:46 +0000 (20:50 +0100)] 
re PR middle-end/68221 (libgomp reduction-11/12 failures)

PR middle-end/68221
* omp-low.c (lower_rec_input_clauses): If C/C++ array reduction
has non-zero bias, subtract it in integer type instead of
pointer plus of negated bias.

* testsuite/libgomp.c/reduction-11.c: Remove xfail.
* testsuite/libgomp.c/reduction-12.c: Likewise.
* testsuite/libgomp.c++/reduction-11.C: Likewise.
* testsuite/libgomp.c++/reduction-12.C: Likewise.

From-SVN: r230672

8 years agore PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC settings...
Jakub Jelinek [Fri, 20 Nov 2015 19:49:47 +0000 (20:49 +0100)] 
re PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC settings and OpenMP)

PR middle-end/68339
* omp-low.c (expand_simd_clones): Call node->get_body () before
allocating stuff in GC.

* gcc.dg/vect/pr68339.c: New test.

From-SVN: r230671

8 years agore PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reload by...
Jan Kratochvil [Fri, 20 Nov 2015 19:00:51 +0000 (19:00 +0000)] 
re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reload by GDB)

PR libstdc++/68448
* python/hook.in: Call register_libstdcxx_printers.
* python/libstdcxx/v6/__init__.py: Wrap it to
register_libstdcxx_printers.

From-SVN: r230669

8 years agoFix cygwin performance loss on linpack.
Jim Wilson [Fri, 20 Nov 2015 16:27:17 +0000 (16:27 +0000)] 
Fix cygwin performance loss on linpack.

gcc/
* tree-vect-data-refs.c (compare_tree): Call STRIP_NOPS.

From-SVN: r230667

8 years ago[AArch64] Add attribute for compatibility with ARM pipeline models
Evandro Menezes [Fri, 20 Nov 2015 16:15:57 +0000 (16:15 +0000)] 
[AArch64] Add attribute for compatibility with ARM pipeline models

gcc/

* config/aarch64/aarch64.md (predicated): Copy attribute from
"arm.md".
* config/arm/arm.md (predicated): Added description.

From-SVN: r230666

8 years agoc-common.c (shorten_compare): But look through macros from system headers.
Jason Merrill [Fri, 20 Nov 2015 15:51:35 +0000 (10:51 -0500)] 
c-common.c (shorten_compare): But look through macros from system headers.

* c-common.c (shorten_compare): But look through macros from
system headers.

From-SVN: r230665

8 years ago[ARM] Do not expand movmisalign pattern if not in 32-bit mode
Kyrylo Tkachov [Fri, 20 Nov 2015 15:19:09 +0000 (15:19 +0000)] 
[ARM] Do not expand movmisalign pattern if not in 32-bit mode

* config/arm/arm.c (arm_option_override): Require TARGET_32BIT
for unaligned_access.
* config/arm/arm.md (unaligned_loadsi): Remove redundant TARGET_32BIT
from matching condition.
(unaligned_loadhis): Likewise.
(unaligned_loadhiu): Likewise.
(unaligned_storesi): Likewise.
(unaligned_storehi): Likewise.

* gcc.target/arm/armv6-unaligned-load-ice.c: New test.

From-SVN: r230664

8 years ago[ARM] PR 68149 Fix ICE in unaligned_loaddi split
Kyrylo Tkachov [Fri, 20 Nov 2015 15:15:31 +0000 (15:15 +0000)] 
[ARM] PR 68149 Fix ICE in unaligned_loaddi split

PR target/68149
* config/arm/arm.md (unaligned_loaddi): Delete.
(unaligned_storedi): Likewise.
* config/arm/arm.c (gen_movmem_ldrd_strd): Don't generate
unaligned DImode memory ops.  Instead perform two back-to-back
unaligned SImode ops.

From-SVN: r230663

8 years agoFix wrong attribution in gfortran ChangeLog
Paul Thomas [Fri, 20 Nov 2015 15:01:34 +0000 (15:01 +0000)] 
Fix wrong attribution in gfortran ChangeLog

From-SVN: r230662

8 years ago[multiple changes]
Paul Thomas [Fri, 20 Nov 2015 14:50:35 +0000 (14:50 +0000)] 
[multiple changes]

2015-11-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/68237
* decl.c (gfc_match_submod_proc): Test the interface symbol
before accessing its attributes.

2015-11-20  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/66762
(gfc_get_symbol_decl): Test for attr.used_in_submodule as well
as attr.use_assoc (twice).
(gfc_create_module_variable): Ditto.

2015-11-20  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/68237
* gfortran.dg/submodule_12.f90: New test

PR fortran/66762
* gfortran.dg/submodule_6.f90: Add compile option -flto.

From-SVN: r230661

8 years agoSync top level configure with binutils-gdb.
Tristan Gingold [Fri, 20 Nov 2015 14:24:07 +0000 (14:24 +0000)] 
Sync top level configure with binutils-gdb.

2015-11-20  Tristan Gingold  <gingold@adacore.com>

* configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
* configure: Regenerate.

From-SVN: r230660

8 years agonvptx.c (nvptx_use_anchors_for_symbol_p): New.
Nathan Sidwell [Fri, 20 Nov 2015 14:23:18 +0000 (14:23 +0000)] 
nvptx.c (nvptx_use_anchors_for_symbol_p): New.

* config/nvptx/nvptx.c (nvptx_use_anchors_for_symbol_p): New.
(TARGET_USE_ANCHORS_FOR_SYMBOL_P): Override.

Co-Authored-By: James Norris <jnorris@codesourcery.com>
From-SVN: r230659

8 years agore PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)
Alan Hayward [Fri, 20 Nov 2015 14:20:24 +0000 (14:20 +0000)] 
re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)

2015-11-20  Alan Hayward <alan.hayward@arm.com>

PR tree-optimization/68413
* tree-vect-loop.c (vect_analyze_scalar_cycles_1): Cache
evolution base
(vectorizable_reduction): Use cached base

From-SVN: r230658

8 years agocompiler: Use receiver name in hash/equal for type within method.
Ian Lance Taylor [Fri, 20 Nov 2015 13:23:02 +0000 (13:23 +0000)] 
compiler: Use receiver name in hash/equal for type within method.

    Test case sent as https://golang.org/cl/17081.

    Reviewed-on: https://go-review.googlesource.com/17082

From-SVN: r230657

8 years agoFix typo and trailing whitespace in dump-file strings in parloops
Tom de Vries [Fri, 20 Nov 2015 12:48:17 +0000 (12:48 +0000)] 
Fix typo and trailing whitespace in dump-file strings in parloops

2015-11-20  Tom de Vries  <tom@codesourcery.com>

* tree-parloops.c (build_new_reduction): Fix trailing whitespace in
dump-file string.
(try_create_reduction_list): Same.  Fix typo in dump-file string.

From-SVN: r230655

8 years agoclang-format: split content of a list to multiple lines
Martin Liska [Fri, 20 Nov 2015 12:24:34 +0000 (13:24 +0100)] 
clang-format: split content of a list to multiple lines

* clang-format: Split content of a list to multiple
lines.

From-SVN: r230654

8 years ago[ARM] Disable neon testing for armv7-m
Andre Vieira [Fri, 20 Nov 2015 11:49:23 +0000 (11:49 +0000)] 
[ARM] Disable neon testing for armv7-m

2015-11-20  Andre Vieira  <andre.simoesdiasvieira@arm.com>

* lib/target-supports.exp
(check_effective_target_arm_neon_ok_nocache): Add check
for M profile.

From-SVN: r230653

8 years agomd.texi (Standard Names): Move entry for addptr3 around...
Eric Botcazou [Fri, 20 Nov 2015 11:04:43 +0000 (11:04 +0000)] 
md.texi (Standard Names): Move entry for addptr3 around...

* doc/md.texi (Standard Names): Move entry for addptr3 around,
add entries for addv4, subv4, mulv4, umulv4 and negv3, fixes
glitch in entries for cbranch4 and jump.

From-SVN: r230651

8 years agoDo final value replacement in try_create_reduction_list
Tom de Vries [Fri, 20 Nov 2015 10:25:26 +0000 (10:25 +0000)] 
Do final value replacement in try_create_reduction_list

2015-11-20  Tom de Vries  <tom@codesourcery.com>

PR tree-optimization/68373
* tree-scalar-evolution.c (final_value_replacement_loop): Factor out of ...
(scev_const_prop): ... here.
* tree-scalar-evolution.h (final_value_replacement_loop): Declare.
* tree-parloops.c (try_create_reduction_list): Call
final_value_replacement_loop.

* gcc.dg/autopar/pr68373.c: New test.

From-SVN: r230650

8 years agoChangeLog: Fix whitespace.
Uros Bizjak [Fri, 20 Nov 2015 10:00:24 +0000 (11:00 +0100)] 
ChangeLog: Fix whitespace.

* ChangeLog: Fix whitespace.
* testsuite/ChangeLog: Ditto.

From-SVN: r230649

8 years agoFix up misplaced ChangeLog entry.
Jakub Jelinek [Fri, 20 Nov 2015 09:05:53 +0000 (10:05 +0100)] 
Fix up misplaced ChangeLog entry.

From-SVN: r230648

8 years agore PR tree-optimization/52272 (Performance regression of 410.bwaves on x86.)
Bin Cheng [Fri, 20 Nov 2015 09:05:08 +0000 (09:05 +0000)] 
re PR tree-optimization/52272 (Performance regression of 410.bwaves on x86.)

PR tree-optimization/52272
* tree-ssa-loop-ivopts.c (struct iv_common_cand): New struct.
(struct iv_common_cand_hasher): New struct.
(iv_common_cand_hasher::hash): New function.
(iv_common_cand_hasher::equal): New function.
(struct ivopts_data): New fields, iv_common_cand_tab and
iv_common_cands.
(tree_ssa_iv_optimize_init): Initialize above fields.
(record_common_cand, common_cand_cmp): New functions.
(add_iv_candidate_derived_from_uses): New function.
(add_iv_candidate_for_use): Record iv_common_cands derived from
iv use in hash table, instead of adding candidates directly.
(add_iv_candidate_for_uses): Call add_iv_candidate_derived_from_uses.
(record_important_candidates): Add important candidates to iv uses'
related_cands.  Always keep related_cands for future use.
(try_add_cand_for): Use iv uses' related_cands.
(free_loop_data, tree_ssa_iv_optimize_finalize): Release new fields
in struct ivopts_data, iv_common_cand_tab and iv_common_cands.

From-SVN: r230647

8 years agore PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at symtab...
Jakub Jelinek [Fri, 20 Nov 2015 09:03:45 +0000 (10:03 +0100)] 
re PR c++/67354 (internal compiler error: in add_to_same_comdat_group, at symtab.c:421)

PR c++/67354
* cp-tree.h (defer_mangling_aliases): Declare.
(generate_mangling_aliases): New prototype.
* decl2.c (defer_mangling_aliases): New variable.
(note_mangling_alias): Use !defer_mangling_aliases
instead of at_eof.
(generate_mangling_aliases): No longer static. Clear
defer_mangling_aliases.
* optimize.c (maybe_thunk_body): Defer emitting mangling aliases
if !defer_mangling_aliases until the fns are put into the same
comdat group.

* g++.dg/abi/mangle67.C: New test.

From-SVN: r230646

8 years agoS/390: Add bswaphi2 pattern
Andreas Krebbel [Fri, 20 Nov 2015 07:42:04 +0000 (07:42 +0000)] 
S/390: Add bswaphi2 pattern

gcc/testsuite/ChangeLog:
* gcc.target/s390/bswap-1.c: New test.

gcc/ChangeLog:
* config/s390/s390.md ("bswaphi2"): New pattern.

From-SVN: r230643

8 years agoS/390: Clobber r1 in patterns resulting in pfpo instruction.
Dominik Vogt [Fri, 20 Nov 2015 07:36:07 +0000 (07:36 +0000)] 
S/390: Clobber r1 in patterns resulting in pfpo instruction.

gcc/ChangeLog

* config/s390/s390.md (GPR1_REGNUM): New constant.
("*trunc<BFP:mode><DFP_ALL:mode>2")
("*trunc<DFP_ALL:mode><BFP:mode>2")
("trunc<BFP:mode><DFP_ALL:mode>2")
("trunc<DFP_ALL:mode><BFP:mode>2")
("*extend<BFP:mode><DFP_ALL:mode>2")
("*extend<DFP_ALL:mode><BFP:mode>2")
("extend<BFP:mode><DFP_ALL:mode>2")
("extend<DFP_ALL:mode><BFP:mode>2"): Clobber r1.

gcc/testsuite/ChangeLog

* gcc.target/s390/pfpo.c: New test.

From-SVN: r230642

8 years agore PR c++/68158 (Function attributes parsed incorrectly in C++ (while -fcilkplus))
Kirill Yukhin [Fri, 20 Nov 2015 05:42:41 +0000 (05:42 +0000)] 
re PR c++/68158 (Function attributes parsed incorrectly in C++ (while -fcilkplus))

gcc/testsuite/
* c-c++-common/attr-simd-3.c: Put xfail (PR68158) on dg-error.
* c-c++-common/attr-simd.c: Limit scan of dump to x86_64/i?86.

From-SVN: r230641

8 years agoC++ FE: offer suggestions for misspelled field names
David Malcolm [Fri, 20 Nov 2015 01:26:00 +0000 (01:26 +0000)] 
C++ FE: offer suggestions for misspelled field names

gcc/c/ChangeLog:
* c-typeck.c (lookup_field_fuzzy): Move determination of closest
candidate into a new function, find_closest_identifier.

gcc/cp/ChangeLog:
* cp-tree.h (lookup_member_fuzzy): New decl.
* search.c: Include spellcheck.h.
(class lookup_field_fuzzy_info): New class.
(lookup_field_fuzzy_info::fuzzy_lookup_fnfields): New.
(lookup_field_fuzzy_info::fuzzy_lookup_field): New.
(lookup_field_fuzzy_r): New.
(lookup_member_fuzzy): New.
* typeck.c (finish_class_member_access_expr): When issuing
a "has no member named" error, call lookup_member_fuzzy, and
offer any result as a suggestion.

gcc/ChangeLog:
* spellcheck-tree.c (find_closest_identifier): New function, taken
from c/c-typeck.c:lookup_field_fuzzy, with NULL corrected to
NULL_TREE in two places.
* spellcheck.h (find_closest_identifier): New decl.

gcc/testsuite/ChangeLog:
* g++.dg/spellcheck-fields.C: New file.

From-SVN: r230638

8 years agoDaily bump.
GCC Administrator [Fri, 20 Nov 2015 00:16:12 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r230637

8 years agoSupport __cxa_free_exception and fix exception handling.
Torvald Riegel [Fri, 20 Nov 2015 00:10:08 +0000 (00:10 +0000)] 
Support __cxa_free_exception and fix exception handling.

gcc/cp/
* except.c (do_free_exception): Use transactional wrapper.

libitm/
* testsuite/libitm.c++/eh-5.C: New.
* libitm.h (_ITM_cxa_free_exception): New.
* libitm.map (_ITM_cxa_free_exception): Add it.
* libitm.texi: Update ABI docs.
* libitm_i.h (gtm_transaction_cp::cxa_unthrown): Remove.
(gtm_transaction_cp::cxa_uncaught_count): Add.
(gtm_thread::cxa_unthrown): Remove.
(gtm_thread::cxa_uncaught_count_ptr): Add.
(gtm_thread::cxa_uncaught_count): Add.
(gtm_thread::drop_references_allocations): Rename to...
(gtm_thread::discard_allocation): ... this and adapt.
(gtm_thread::init_cpp_exceptions): New.
* beginend.cc (gtm_thread::gtm_thread): Adapt EH handling.
(gtm_thread::begin_transaction): Likewise.
(gtm_transaction_cp::save): Likewise.
(gtm_thread::trycommit): Likewise.
* eh_cpp.cc: Add overview comments.
(__cxa_eh_globals, __cxa_get_globals, __cxa_free_exception): Declare.
(free_any_exception, _ITM_cxa_free_exception): New.
(gtm_thread::init_cpp_exceptions): Define.
(_ITM_cxa_allocate_exception, _ITM_cxa_throw): Adapt.
(_ITM_cxa_begin_catch, _ITM_cxa_end_catch): Likewise.
(gtm_thread::revert_cpp_exceptions): Likewise.

From-SVN: r230634

8 years ago* config/msp430/lib2hw_mul.S: Fix alignment.
DJ Delorie [Fri, 20 Nov 2015 00:08:50 +0000 (19:08 -0500)] 
* config/msp430/lib2hw_mul.S: Fix alignment.

From-SVN: r230633

8 years agofix PR68428: ignore bb dominated by the scop->exit
Aditya Kumar [Thu, 19 Nov 2015 23:06:18 +0000 (23:06 +0000)] 
fix PR68428: ignore bb dominated by the scop->exit

Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r230632

8 years agofix PR68341: correctly compute the insertion point for close phi nodes
Aditya Kumar [Thu, 19 Nov 2015 22:56:42 +0000 (22:56 +0000)] 
fix PR68341: correctly compute the insertion point for close phi nodes

Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r230631

8 years agoadd testcase for PR68335
Aditya Kumar [Thu, 19 Nov 2015 22:47:48 +0000 (22:47 +0000)] 
add testcase for PR68335

Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
From-SVN: r230630

8 years agore PR c++/68422 (compile-time cost of sizeof... is quadratic)
Jason Merrill [Thu, 19 Nov 2015 22:29:08 +0000 (17:29 -0500)] 
re PR c++/68422 (compile-time cost of sizeof... is quadratic)

PR c++/68422

* cp-tree.h (PACK_EXPANSION_SIZEOF_P): New.
* parser.c (cp_parser_sizeof_pack): Set it.
* pt.c  (tsubst_copy) [SIZEOF_EXPR]: Likewise.
(tsubst_pack_expansion): Improve T... shortcut for expression packs.

From-SVN: r230629

8 years agonvptx.h (SUPPORTS_WEAK): Define.
Nathan Sidwell [Thu, 19 Nov 2015 22:05:03 +0000 (22:05 +0000)] 
nvptx.h (SUPPORTS_WEAK): Define.

gcc/
* config/nvptx/nvptx.h (SUPPORTS_WEAK): Define.
* config/nvptx/nvptx.c (nvptx_write_function_decl): Support
DECL_WEAK.
(nvptx_declare_objec_name): Likewise.

gcc/testsuite/
* lib/target-supports.exp (check_weak_available): Add nvptx-*-*.
* gcc.dg/attr-weakref-1.c: Skip for nvptx-*-*
* gcc.dg/special/weak-2.c: Likewise.
* gcc.dg/weak/weak-12.c: Likewise.
* gcc.dg/weak/weak-15.c: Likewise.
* gcc.dg/weak/weak-16.c: Likewise.
* gcc.dg/weak/weak-1.c: Likewise.
* gcc.dg/weak/weak-2.c: Likewise.
* gcc.dg/weak/weak-4.c: Likewise.
* gcc.dg/torture/pr53922.c: Likewise.
* gcc.dg/torture/pr60092.c: Likewise.

From-SVN: r230628

8 years agore PR c/68412 (ICE with -Wall -Wextra in fold_binary_loc())
Marek Polacek [Thu, 19 Nov 2015 22:04:00 +0000 (22:04 +0000)] 
re PR c/68412 (ICE with -Wall -Wextra in fold_binary_loc())

PR c/68412
* c-typeck.c (parser_build_binary_op): Properly handle
C_MAYBE_CONST_EXPR before calling warn_tautological_cmp.

* gcc.dg/pr68412-2.c: New test.
* gcc.dg/pr68412.c: New test.

From-SVN: r230627

8 years agofix bootstrap without ISL on old linkers
Aditya Kumar [Thu, 19 Nov 2015 20:35:12 +0000 (20:35 +0000)] 
fix bootstrap without ISL on old linkers

With and without this patch passes bootstrap on x86_64-linux with and without ISL.
The problem occurs on systems with older linkers that do not remove dead symbols.

From-SVN: r230625

8 years agoreduction-dbl.c: New.
Nathan Sidwell [Thu, 19 Nov 2015 18:58:39 +0000 (18:58 +0000)] 
reduction-dbl.c: New.

* libgomp.oacc-c-c++-common/reduction-dbl.c: New.
* libgomp.oacc-c-c++-common/reduction-flt.c: New.
* libgomp.oacc-c-c++-common/reduction-cplx-dbl.c: Use typedef.
* libgomp.oacc-c-c++-common/reduction-cplx-flt.c: Use typedef.
* libgomp.oacc-c-c++-common/reduction-2.c: Uncomment broken tests
and fix.
* libgomp.oacc-c-c++-common/reduction-3.c: Likewise.
* libgomp.oacc-c-c++-common/reduction-4.c: Likewise.

From-SVN: r230621

8 years agore PR c++/68396 (function auto-deduced return types get incorrectly classified as...
Ryan Burn [Thu, 19 Nov 2015 18:25:38 +0000 (18:25 +0000)] 
re PR c++/68396 (function auto-deduced return types get incorrectly classified as parameter packs)

PR c++/68396

2015-11-19  Ryan Burn  <contact@rnburn.com>

* pt.c (find_parameter_packs_r) [DECLTYPE_TYPE]: When traversing
the DECLTYPE_TYPE_EXPR, set type_pack_expansion_p to false.

From-SVN: r230620

8 years agorevert: rs6000.c (use_toc_relative_ref): Ignore type-limits warning.
David Edelsohn [Thu, 19 Nov 2015 17:37:12 +0000 (17:37 +0000)] 
revert: rs6000.c (use_toc_relative_ref): Ignore type-limits warning.

2015-11-19  David Edelsohn  <dje.gcc@gmail.com>

        Revert
2015-11-18  Alan Modra  <amodra@gmail.com>

* config/rs6000/rs6000.c (use_toc_relative_ref): Ignore
type-limits warning.

From-SVN: r230619

8 years ago[Patch, vrp] Allow VRP type conversion folding only for widenings upto word mode
Senthil Kumar Selvaraj [Thu, 19 Nov 2015 17:30:24 +0000 (17:30 +0000)] 
[Patch, vrp] Allow VRP type conversion folding only for widenings upto word mode

* tree.h (desired_pro_or_demotion_p): New function.
* tree-vrp.c (simplify_cond_using_ranges): Call it.

* gcc.dg/tree-ssa/vrp98.c: New testcase.
* gcc.target/avr/uint8-single-reg.c: New testcase.

From-SVN: r230618

8 years agosem_elab.adb (Check_Internal_Call_Continue): Correction to previous change...
Bob Duff [Thu, 19 Nov 2015 16:40:37 +0000 (16:40 +0000)] 
sem_elab.adb (Check_Internal_Call_Continue): Correction to previous change...

2015-11-19  Bob Duff  <duff@adacore.com>

* sem_elab.adb (Check_Internal_Call_Continue): Correction to previous
change: correctly handle generic formals/actuals that look like
renamings.

From-SVN: r230617

8 years agolibgomp-plugin-intelmic.cpp (struct TargetImageDesc): New.
Ilya Verbin [Thu, 19 Nov 2015 16:22:13 +0000 (16:22 +0000)] 
libgomp-plugin-intelmic.cpp (struct TargetImageDesc): New.

liboffloadmic/
* plugin/libgomp-plugin-intelmic.cpp (struct TargetImageDesc): New.
(ImgDescMap): New typedef.
(image_descriptors): New static var.
(init): Allocate image_descriptors.
(offload): Remove vars2 argument.  Pass NULL to __offload_offload1
instead of vars2.
(unregister_main_image): New static function.
(register_main_image): Call unregister_main_image at exit.
(GOMP_OFFLOAD_init_device): Print device number, fix offload args.
(GOMP_OFFLOAD_fini_device): Likewise.
(get_target_table): Remove vd1g and vd2g, don't pass them to offload.
(offload_image): Remove declaration of the struct TargetImage.
Free table.  Insert new descriptor into image_descriptors.
(GOMP_OFFLOAD_unload_image): Call __offload_unregister_image, free
the corresponding descriptor, and remove it from address_table and
image_descriptors.
(GOMP_OFFLOAD_alloc): Print device number, remove vd1g.
(GOMP_OFFLOAD_free): Likewise.
(GOMP_OFFLOAD_host2dev): Print device number, remove vd1g and vd2g.
(GOMP_OFFLOAD_dev2host): Likewise.
(GOMP_OFFLOAD_run): Print device number, remove vd1g.
* plugin/offload_target_main.cpp (__offload_target_table_p1): Remove
vd2, don't pass it to __offload_target_enter.
(__offload_target_table_p2): Likewise.
(__offload_target_alloc): Likewise.
(__offload_target_free): Likewise.
(__offload_target_host2tgt_p1): Likewise.
(__offload_target_host2tgt_p2): Likewise.
(__offload_target_tgt2host_p1): Likewise.
(__offload_target_tgt2host_p2): Likewise.
(__offload_target_run): Likewise.
(__offload_target_tgt2tgt): Remove vd1g, don't pass it to
__offload_target_enter.

From-SVN: r230614

8 years agore PR c++/67409 (tree-cfg.c dereferences a NULL pointer)
Jakub Jelinek [Thu, 19 Nov 2015 16:18:39 +0000 (17:18 +0100)] 
re PR c++/67409 (tree-cfg.c dereferences a NULL pointer)

PR c++/67409
* decl.c (identify_goto): Add LOC and DIAG_KIND arguments, call
emit_diagnostic instead of permerror.
(check_previous_goto_1): Adjust identify_goto callers, treat all
cases but crossing initialization and entering scope of decl with
non-trivial dtor as unconditional hard errors.
(check_goto): Use identify_goto.  Treat all cases but crossing
initialization and entering scope of decl with non-trivial dtor
as unconditional hard errors.

* g++.dg/eh/goto3.C: New test.

Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
From-SVN: r230613

8 years agofwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert.
Michael Matz [Thu, 19 Nov 2015 16:12:50 +0000 (16:12 +0000)] 
fwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert.

* fwprop.c (update_uses): Use flag_checking instead of
gcc_checking_assert.

From-SVN: r230612

8 years agoFix typo in doc/gty.texi
David Malcolm [Thu, 19 Nov 2015 15:18:03 +0000 (15:18 +0000)] 
Fix typo in doc/gty.texi

gcc/ChangeLog:
* doc/gty.texi (Support for inheritance): Fix missing
parentheses in example.

From-SVN: r230609

8 years agore PR tree-optimization/68431 (Regression in GCC-6.0.0's optimizer)
Marek Polacek [Thu, 19 Nov 2015 15:12:35 +0000 (15:12 +0000)] 
re PR tree-optimization/68431 (Regression in GCC-6.0.0's optimizer)

PR tree-optimization/68431
* tree-vrp.c (extract_range_from_binary_expr_1): Fix condition.

* gcc.dg/tree-ssa/pr68431.c: New test.

From-SVN: r230608

8 years agoparser.h (struct cp_omp_declare_simd_data): Add clauses member.
Cesar Philippidis [Thu, 19 Nov 2015 14:56:51 +0000 (06:56 -0800)] 
parser.h (struct cp_omp_declare_simd_data): Add clauses member.

gcc/cp/
* parser.h (struct cp_omp_declare_simd_data): Add clauses member.
(struct cp_parser): Change type the of oacc_routine to
cp_omp_declare_simd_data.
* parser.c (cp_ensure_no_oacc_routine): Rework to use
cp_omp_declare_simd_data.
(cp_parser_simple_declaration): Remove boolean first.  Update call to
cp_parser_init_declarator. Don't NULL out oacc_routine.
(cp_parser_init_declarator): Remove boolean first parameter.  Update
calls to cp_finalize_oacc_routine.
(cp_parser_late_return_type_opt): Handle acc routines.
(cp_parser_member_declaration): Remove first variable.  Handle
acc routines like omp declare simd.
(cp_parser_function_definition_from_specifiers_and_declarator): Update
call to cp_finalize_oacc_routine.
(cp_parser_single_declaration): Update call to
cp_parser_init_declarator.
(cp_parser_save_member_function_body): Remove first_decl parameter.
Update call to cp_finalize_oacc_routine.
(cp_parser_finish_oacc_routine): Delete.
(cp_parser_oacc_routine): Rework to use cp_omp_declare_simd_data.
(cp_parser_late_parsing_oacc_routine): New function.
(cp_finalize_oacc_routine): Remove first argument.  Add more error
handling and set the acc routine and 'omp declare target' attributes.
(cp_parser_pragma): Remove unnecessary call to
cp_ensure_no_oacc_routine.

From-SVN: r230607

8 years agonvptx.md (atomic_compare_and_swap<mode>_1, [...]): Input values can be immediates.
Nathan Sidwell [Thu, 19 Nov 2015 14:40:28 +0000 (14:40 +0000)] 
nvptx.md (atomic_compare_and_swap<mode>_1, [...]): Input values can be immediates.

* config/nvptx/nvptx.md (atomic_compare_and_swap<mode>_1,
atomic_exchange<mode>): Input values can be immediates.

From-SVN: r230606

8 years agore PR lto/61313 (configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX)
Eric Botcazou [Thu, 19 Nov 2015 13:31:33 +0000 (13:31 +0000)] 
re PR lto/61313 (configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX)

PR lto/61313
* configure.ac (PLUGIN_LD_SUFFIX): Do not touch the value specified
by the user.
* configure: Regenerate.

From-SVN: r230603

8 years agoclang-format: Enhance list of FOR_EACH macros
Martin Liska [Thu, 19 Nov 2015 12:54:57 +0000 (13:54 +0100)] 
clang-format: Enhance list of FOR_EACH macros

* clang-format: Enhance list of FOR_EACH macros.

From-SVN: r230602

8 years agoAdd clang-format config to contrib folder
Martin Liska [Thu, 19 Nov 2015 12:32:09 +0000 (13:32 +0100)] 
Add clang-format config to contrib folder

* .gitignore: Add .clang-format to ignored files.
* Makefile.in: Add clang-format.
* Makefile.tpl: Likewise.
* clang-format: New file.

From-SVN: r230601

8 years agore PR target/68408 (broken support for attribute init_priority)
Eric Botcazou [Thu, 19 Nov 2015 11:49:32 +0000 (11:49 +0000)] 
re PR target/68408 (broken support for attribute init_priority)

PR target/68408
* config/sparc/sp-elf.h (CTORS_SECTION_ASM_OP): Undefine.
(DTORS_SECTION_ASM_OP): Likewise.

From-SVN: r230598

8 years agore PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)
Jakub Jelinek [Thu, 19 Nov 2015 08:49:59 +0000 (09:49 +0100)] 
re PR rtl-optimization/68376 (wrong code at -O1 and above on x86_64-linux-gnu)

PR rtl-optimization/68376
* ifcvt.c (noce_try_abs): Disable one_cmpl optimization if
encountering x <= 0 ? ~x : x or x > 0 ? ~x : x.

* gcc.c-torture/execute/pr68376-1.c: New test.
* gcc.c-torture/execute/pr68376-2.c: New test.

From-SVN: r230596

8 years agore PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invalid tree...
Richard Biener [Thu, 19 Nov 2015 08:47:16 +0000 (08:47 +0000)] 
re PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invalid tree code> >>>)

2015-11-19  Richard Biener  <rguenther@suse.de>

PR middle-end/68117
* tree-ssa.c (delete_tree_ssa): Revert removal of call to
redirect_edge_var_map_destroy.

From-SVN: r230594

8 years agore PR target/67770 (i386: -fshrink-wrap can interact badly with trampolines)
Jakub Jelinek [Thu, 19 Nov 2015 08:30:19 +0000 (09:30 +0100)] 
re PR target/67770 (i386: -fshrink-wrap can interact badly with trampolines)

PR target/67770
* config/i386/i386.md (simple_return): Disable if
ix86_static_chain_on_stack is true.

* gcc.target/i386/pr67770.c: New test.

From-SVN: r230593

8 years agore PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when it does...
Jakub Jelinek [Thu, 19 Nov 2015 08:27:12 +0000 (09:27 +0100)] 
re PR preprocessor/60736 (Crash in preprocessor including stdc-predef.h when it does not exist on glibc-based systems)

PR preprocessor/60736
* include/cpplib.h (cpp_errno_filename): New prototype.
* errors.c (cpp_errno): Don't handle msgid "" specially, use
_(msgid) instead of msgid as argument to cpp_error.
(cpp_errno_filename): New function.
* files.c (read_file_guts): Use cpp_errno_filename instead of
cpp_errno.
(open_file_failed): Likewise.  Use file->name if file->path is NULL
in diagnostics.

From-SVN: r230591

8 years agoPR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fn
Richard Sandiford [Thu, 19 Nov 2015 08:17:21 +0000 (08:17 +0000)] 
PR 68393: Handle SUBREG_PROMOTED_VAR_P in expand_direct_optab_fn

Do the usual dance when assigning to SUBREG_PROMOTED_VAR_P destinations:
first convert to the outer mode, then extend to the inner mode.

Tested that it fixes the powerpc64le-linux-gnu breakage.  Also tested
on x86_64-linux-gnu and powerpc64-linux-gnu.

gcc/
PR bootstrap/68393
* internal-fn.c (expand_direct_optab_fn): Handle SUBREG_PROMOTED_VAR_P
destinations.

From-SVN: r230590

8 years agoc-common.c (shorten_compare): Don't -Wtype-limits if the non-constant operand comes...
Jason Merrill [Thu, 19 Nov 2015 04:26:48 +0000 (23:26 -0500)] 
c-common.c (shorten_compare): Don't -Wtype-limits if the non-constant operand comes from a macro.

* c-common.c (shorten_compare): Don't -Wtype-limits if the
non-constant operand comes from a macro.

From-SVN: r230589

8 years ago[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threading
Jeff Law [Thu, 19 Nov 2015 00:33:27 +0000 (17:33 -0700)] 
[PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threading

PR tree-optimization/68198
* tree-ssa-threadupdate.c (valid_jump_thread_path): Distinguish
between threading a multi-way branch and a thread path that contains
a multi-way branch.  Disallow the case where a path contains a
multi-way branch and does not thread a multi-way branch.
(thread_through_all_blocks): Update comment.

        PR tree-optimization/68198
* gcc.dg/tree-ssa/pr66752-3.c: Update expected output for VRP1.
* gcc.dg/tree-ssa/pr68198.c: New test.

From-SVN: r230586

8 years agoDaily bump.
GCC Administrator [Thu, 19 Nov 2015 00:16:12 +0000 (00:16 +0000)] 
Daily bump.

From-SVN: r230585

8 years agore PR fortran/59910 (ICE in gfc_conv_array_initializer, at fortran/trans-array.c...
Steven G. Kargl [Wed, 18 Nov 2015 22:55:17 +0000 (22:55 +0000)] 
re PR fortran/59910 (ICE in gfc_conv_array_initializer, at fortran/trans-array.c:5327)

2015-11-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/59910
* primary.c (gfc_match_structure_constructor): Reduce a structure
constructor in a DATA statement.

2015-11-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/59910
* gfortran.dg/pr59910.f90: New test.

From-SVN: r230580

8 years agore PR fortran/43996 (ICE in gfc_conv_array_initializer due to incomplete simplificati...
Steven G. Kargl [Wed, 18 Nov 2015 22:51:39 +0000 (22:51 +0000)] 
re PR fortran/43996 (ICE in gfc_conv_array_initializer due to incomplete simplification of init expressions)

2015-11-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/43996
* simplify.c (gfc_simplify_spread): Issue error for too large array
constructor in a PARAMETER statement.

2015-11-18  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/43996
* gfortran.dg/pr43996.f90: New test.

From-SVN: r230579

8 years agoAdd out-of-line versions of some <stdatomic.h> functions (PR c/65083).
Joseph Myers [Wed, 18 Nov 2015 22:13:44 +0000 (22:13 +0000)] 
Add out-of-line versions of some <stdatomic.h> functions (PR c/65083).

PR c/65083 notes that some functions in <stdatomic.h> are normal
functions, not generic functions, and so need to have out-of-line
copies that can be called when macro expansion is suppressed (unlike
the generic functions where DR#419 makes it undefined if you suppress
a macro expansion).

This patch adds such out-of-line definitions in libatomic for those
six functions, at a new LIBATOMIC_1.2 symbol version, as trivial
wrappers to the <stdatomic.h> macros, along with declarations of those
functions in <stdatomic.h>.  Tests are added that are based on the
corresponding tests for the macros, but with parentheses around the
function names to force the out-of-line functions to be used.

Bootstrapped with no regressions on x86_64-pc-linux-gnu.

gcc:
* ginclude/stdatomic.h (atomic_thread_fence, atomic_signal_fence)
(atomic_flag_test_and_set, atomic_flag_test_and_set_explicit)
(atomic_flag_clear, atomic_flag_clear_explicit): Declare as
functions before defining as macros.

gcc/testsuite:
* gcc.dg/atomic/stdatomic-fence-2.c,
gcc.dg/atomic/stdatomic-flag-2.c: New tests.

libatomic:
* fence.c, flag.c: New files.
* Makefile.am (libatomic_la_SOURCES): Add fence.c and flag.c.
* Makefile.in: Regenerate.
* configure.ac (libtool_VERSION): Change to 3:0:2.
* configure: Regenerate.
* libatomic.map (LIBATOMIC_1.2): New symbol version.

From-SVN: r230578

8 years agotrans.c (elaborate_all_entities_for_package): New function extracted from...
Eric Botcazou [Wed, 18 Nov 2015 21:59:30 +0000 (21:59 +0000)] 
trans.c (elaborate_all_entities_for_package): New function extracted from...

* gcc-interface/trans.c (elaborate_all_entities_for_package): New
function extracted from...  Recurse on packages.
(elaborate_all_entities): ...here.  Call it on packages.

From-SVN: r230576

8 years agoada-tree.h (DECL_INVARIANT_P): New macro.
Eric Botcazou [Wed, 18 Nov 2015 21:55:11 +0000 (21:55 +0000)] 
ada-tree.h (DECL_INVARIANT_P): New macro.

* gcc-interface/ada-tree.h (DECL_INVARIANT_P): New macro.
* gcc-interface/gigi.h (enum standard_datatypes): Remove
ADT_longjmp_decl and add ADT_not_handled_by_others_decl.
(longjmp_decl): Delete.
(not_handled_by_others_decl): New macro.
(build_simple_component_ref): Delete.
(build_component_ref): Adjust prototype.
* gcc-interface/decl.c (gnat_to_gnu_entity): Adjust calls to
build_component_ref.
(gnat_to_gnu_field): Set DECL_INVARIANT_P on discriminants
without default value.
* gcc-interface/trans.c (gigi): Reorder initialization sequence
and add not_handled_by_others_decl.
(Attribute_to_gnu): Adjust calls to build_component_ref.
(Subprogram_Body_to_gnu): Likewise.
(Call_to_gnu): Likewise.
(Exception_Handler_to_gnu_sjlj): Likewise.
(gnat_to_gnu): Likewise.
(range_check_info_d): Add inserted_cond field.
(Loop_Statement_to_gnu): Make two passes on the recorded range checks.
(build_noreturn_cond): New static function.
(Raise_Error_to_gnu): Record range checks in loops at -O1 and above.
(make_invariant): New static function.
(Loop_Statement_to_gnu): Use it to compute invariant expressions for
the loop bounds if possible, but do not require it if loop unswitching
is enabled.
* gcc-interface/utils.c (convert_to_fat_pointer): Likewise.
(convert): Likewise.
(maybe_unconstrained_array): Likewise.  Call it instead of
build_simple_component_ref and add guard for CONSTRUCTORs.
(unchecked_convert): Likewise.
* gcc-interface/utils2.c (compare_fat_pointers): Likewise.
(build_simple_component_ref): Remove COMPONENT parameter, unify
code dealing with VIEW_CONVERT_EXPR and make it more general,
remove special treatment for CONSTRUCTORs of template types.
(build_component_ref): Remove COMPONENT parameter and adjust call
to build_simple_component_ref.
(maybe_wrap_malloc): Likewise.
(build_allocator): Likewise.
(gnat_invariant_expr): Look through overflow checks, deal with
addition and subtraction of constants and take into account
DECL_INVARIANT_P for the COMPONENT_REF case.

From-SVN: r230575

8 years agonvptx.c (nvptx_process_pars): Fix whitespace.
Nathan Sidwell [Wed, 18 Nov 2015 21:33:57 +0000 (21:33 +0000)] 
nvptx.c (nvptx_process_pars): Fix whitespace.

* config/nvptx/nvptx.c (nvptx_process_pars): Fix whitespace.
(nvptx_record_offload_symbol): Remove code compensating for lack
of default dimension handling.
(nvptx_goacc_validate_dims): Remove incorrect ARG_UNUSED markers.

From-SVN: r230571

8 years agomisc.c: Move global variables to the top of the file.
Eric Botcazou [Wed, 18 Nov 2015 21:17:51 +0000 (21:17 +0000)] 
misc.c: Move global variables to the top of the file.

* gcc-interface/misc.c: Move global variables to the top of the file.
(gnat_handle_option): Remove obsolete ATTRIBUTE_UNUSED markers.
(gnat_init_options): Minor tweak.
(gnat_post_options): Set -fstrict-overflow if not done by the user.
(internal_error_function): Minor reformatting.

From-SVN: r230569

8 years agoEnable condegen in case of cond phis.
Aditya Kumar [Wed, 18 Nov 2015 21:08:40 +0000 (21:08 +0000)] 
Enable condegen in case of cond phis.

The codegen of conditional PHIs inside the scop where one predecessor dominates
the other was difficult so it wasn't enabled in the previous patch. After a
couple of bug-fixes this has been enabled in this patch.  Not all the cases
could be handled in this case because it becomes difficult to map the basic
block back to original code in some cases.

Bug-fixes:
1. The vec_find returns -1 when no element was found. This wasn't checked.
2. When the arguments to pending phis could not be resolved in the second pass,
the codegen would fail so the new code should be cleaned up.

This patch passes regtest and bootstrap on linux-x86-64 with
BOOT_CFLAGS='-O2 -fgraphite-identity -floop-nest-optimize'

2015-11-14  hiraditya  <hiraditya@msn.com>

* graphite-isl-ast-to-gimple.c (copy_loop_phi_args): Change the return
          type to bool for early exit.
          (translate_isl_ast_to_gimple::copy_loop_phi_nodes): Early return in
          case of error.
          (translate_isl_ast_to_gimple::copy_loop_close_phi_args): Same.
          (add_phi_arg_for_new_expr): Enable codegen for if-block where one predecessor
          dominates the other.
          (translate_isl_ast_to_gimple::copy_cond_phi_args): Fix. When the element is not
          found it returns -1.
          (translate_isl_ast_to_gimple::translate_pending_phi_nodes): Bail out early when
          codegen fails.
          (graphite_regenerate_ast_isl): Remove codegen region when pending phis
          could not be generated.

From-SVN: r230567

8 years agoMove codegen related functions to graphite-isl-ast-to-gimple.c
Aditya Kumar [Wed, 18 Nov 2015 21:08:33 +0000 (21:08 +0000)] 
Move codegen related functions to graphite-isl-ast-to-gimple.c

No functional changes intended.
This patch passes regtest and bootstrap on linux-x86-64 with
BOOT_CFLAGS='-O2 -fgraphite-identity -floop-nest-optimize'

gcc/ChangeLog:

2015-11-14  hiraditya  <hiraditya@msn.com>

* graphite-isl-ast-to-gimple.c (struct ast_build_info): Remove semicolon.
(class translate_isl_ast_to_gimple): Indentation.
        (translate_pending_phi_nodes): Comment.
        (add_parameters_to_ivs_params): Moved from sese.c inside class translate_isl_ast_to_gimple.
        (get_max_schedule_dimensions): Same.
        (generate_isl_context): Same.
        (extend_schedule): Same.
        (generate_isl_schedule): Same.
        (set_options): Same.
        (scop_to_isl_ast): Same.
        (is_valid_rename): Same.
        (get_rename): Same.
        (get_rename_from_scev): Same.
        (get_def_bb_for_const): Same.
        (get_new_name): Same.
        (collect_all_ssa_names): Same.
        (copy_loop_phi_args): Same.
        (copy_loop_phi_nodes): Same.
        (copy_loop_close_phi_args): Same.
        (copy_loop_close_phi_nodes): Same.
        (copy_cond_phi_args): Same.
        (copy_cond_phi_nodes): Same.
        (graphite_copy_stmts_from_block): Same.
        (copy_bb_and_scalar_dependences): Same.
        (add_phi_arg_for_new_expr): Same.
        (rename_uses): Same.
        (set_rename): Same.
        (set_rename_for_each_def): Same.
        (gsi_insert_earliest): Same.
        (rename_all_uses): Same.
        (codegen_error_p): Same.
        (print_isl_ast_node): Same.
(translate_isl_ast_for_loop): Call function codegen_error_p.
(translate_isl_ast_to_gimple::translate_isl_ast): Same.
        (translate_isl_ast_node_user): Make nb_loops const and release iv_map before exit.
(get_true_edge_from_guard_bb): Move all free-functions early.
(get_false_edge_from_guard_bb): Same.
(bb_contains_loop_close_phi_nodes): Same.
(bb_contains_loop_phi_nodes): Same.
(is_loop_closed_ssa_use):  Same.
(number_of_phi_nodes): Same.
(phi_uses_name): Same.
(later_of_the_two): Same.
(substitute_ssa_name):
(get_edges): Same.
(get_loc): Same.
(get_loop_init_value): Same.
(find_init_value): Same.
(find_init_value_close_phi): Same.
(ast_build_before_for): Same.
(graphite_regenerate_ast_isl): Formatting changes.
* graphite-scop-detection.c (build_cross_bb_scalars_use): Same.
* sese.c (get_rename): Move to graphite-isl-ast-to-gimple.c
(set_rename): Same.
(gsi_insert_earliest): Same.
(collect_all_ssa_names): Same.
(rename_all_uses): Same.
(rename_uses): Same.
(get_def_bb_for_const): Same.
(copy_loop_phi_nodes): Same.
(copy_loop_close_phi_args): Same.
(copy_loop_close_phi_nodes): Same.
(copy_cond_phi_args): Same.
(copy_cond_phi_nodes): Same.
(set_rename_for_each_def): Same.
(graphite_copy_stmts_from_block): Same.
(copy_bb_and_scalar_dependences): Same.
(if_region_set_false_region): Same.
(scev_analyzable_p): Same.
* sese.h: Delete extern functions moved to graphite-isl-ast-to-gimple.c

From-SVN: r230566

8 years agofreebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the commit from r125920 for FreeBSD.
Andreas Tobler [Wed, 18 Nov 2015 20:48:18 +0000 (21:48 +0100)] 
freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the commit from r125920 for FreeBSD.

2015-11-18  Andreas Tobler  <andreast@gcc.gnu.org>

    * config/i386/freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Bring in the
    commit from r125920 for FreeBSD.

From-SVN: r230565

8 years agoSupport GGC finalizers with PCH.
Jason Merrill [Wed, 18 Nov 2015 20:11:32 +0000 (15:11 -0500)] 
Support GGC finalizers with PCH.

* ggc-page.c (ggc_globals): Change finalizers and vec_finalizers
to be vecs of vecs.
(add_finalizer): Split out from ggc_internal_alloc.
(ggc_handle_finalizers): Run finalizers for the current depth.
(init_ggc, ggc_pch_read): Reserve space for finalizers.

From-SVN: r230564

8 years agore PR target/68410 (config/nios2/nios2.c: 4123: duplicates in expression)
Sandra Loosemore [Wed, 18 Nov 2015 19:45:47 +0000 (14:45 -0500)] 
re PR target/68410 (config/nios2/nios2.c: 4123: duplicates in expression)

2015-11-18  Sandra Loosemore  <sandra@codesourcery.com>

PR target/68410
* config/nios2/nios2.c (cdx_and_immed): Remove duplicate tests
from || expression.

From-SVN: r230563

8 years agoavr-mcus.def: Add new avr4 devices atmega48pb and atmega88pb.
Pitchumani Sivanupandi [Wed, 18 Nov 2015 19:15:31 +0000 (19:15 +0000)] 
avr-mcus.def: Add new avr4 devices atmega48pb and atmega88pb.

* config/avr/avr-mcus.def: Add new avr4 devices atmega48pb and
atmega88pb. Add new avr5 devices ata5791, ata8210, ata8510, atmega168pb
and atmega328pb.
* doc/avr-mmcu.texi: Regenerate.

From-SVN: r230562

8 years agonvptx.c (bb_pair_t, [...]): New types.
Nathan Sidwell [Wed, 18 Nov 2015 18:33:38 +0000 (18:33 +0000)] 
nvptx.c (bb_pair_t, [...]): New types.

gcc/
* config/nvptx/nvptx.c (bb_pair_t, bb_pair_vec_t): New types.
(pseudo_node_t, struct bracket, bracket_vec_t): New types.
(struct bb_sese): New struct.
(bb_sese::~bb_sese, bb_sese::append, bb_sese::remove): New.
(BB_GET_SESE, BB_SET_SESE): Define.
(nvptx_sese_number, nvptx_sese_pseudo, nvptx_sese_color): New.
(nvptx_find_sese): New.
(nvptx_neuter_pars): Find SESE regions when optimizing.

gcc/testsuite/
* gcc.dg/goacc/nvptx-sese-1.c: New.

From-SVN: r230561

8 years agodecl.c (gnat_to_gnu_entity): Use case #1 for the renaming of an address.
Eric Botcazou [Wed, 18 Nov 2015 18:31:42 +0000 (18:31 +0000)] 
decl.c (gnat_to_gnu_entity): Use case #1 for the renaming of an address.

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Use case #1
for the renaming of an address.

From-SVN: r230560

8 years agotrans.c (fold_constant_decl_in_expr): If the index is not itself constant then bail...
Eric Botcazou [Wed, 18 Nov 2015 18:19:57 +0000 (18:19 +0000)] 
trans.c (fold_constant_decl_in_expr): If the index is not itself constant then bail out.

* gcc-interface/trans.c (fold_constant_decl_in_expr) <ARRAY_REF>: If
the index is not itself constant then bail out.

From-SVN: r230558

8 years agoAdd PR marker to last change
Jeff Law [Wed, 18 Nov 2015 16:55:41 +0000 (09:55 -0700)] 
Add PR marker to last change

From-SVN: r230556

8 years agosplit-path-1.c: Fix the testcase to avoid undefined behaviour.
Ajit Agarwal [Wed, 18 Nov 2015 16:54:16 +0000 (16:54 +0000)] 
split-path-1.c: Fix the testcase to avoid undefined behaviour.

* gcc.dg/tree-ssa/split-path-1.c: Fix the testcase
to avoid undefined behaviour.

From-SVN: r230555