summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix g++.dg/abi/anon2.C with -std=c++98ro2014-03-042-8/+12
| | | | | | * g++.dg/abi/anon2.C: Don't scan assembler for c++98. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208307 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-04 Richard Biener <rguenther@suse.de>rguenth2014-03-044-0/+49
| | | | | | | | | | | PR tree-optimization/60382 * tree-vect-loop.c (vect_is_simple_reduction_1): Do not consider dead PHIs a reduction. * gcc.dg/vect/pr60382.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208305 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Jerry DeLisle <jvdelisle@gcc.gnu>jvdelisle2014-03-042-0/+33
| | | | | | | | PR libfortran/60148 * gfortran.dg/namelist_84.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208303 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Jerry DeLisle <jvdelisle@gcc.gnu>jvdelisle2014-03-047-68/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR libfortran/60148 * io/inquire.c (inquire_via_unit): In the case of DELIM_UNSPECIFIED set inquire return string to "NONE". * io/list_read.c (read_character): In the case of DELIM_NONE and namelists, complete the character read using the namelist variable length. * io/open.c (new_unit): Don't set delim status to none if not specified so that DELIM_UNSPECIFIED can be used later. * io/transfer.c (data_transfer_init): For namelist I/O, if the unit delim status is unspecified set the current status to quote. Otherwise, set current status to the unit status. * io/unit.c (get_internel_unit, init_unit): Remember to set flags_delim initially to DELIM_UNSPECIFIED so defaults come out correctly. * io/write.c (write_character): Add a new function argument "mode" to signify that raw output is to be used vs output with delimiters. If the mode is set to DELIM (1) proceed with delimiters. (list_formatted_write_scalar): Write the separator only if a delimiter was previously specified. Update the call to write_character with the mode argument given. (namelist_write_newline): Use the mode argument. (nml_write_obj): Use the mode argument. Remove use of tmp_delim. Write the semi-colon or comma correctly only when needed with using delimiters. Cleanup whitespace. (namelist_write): If delim is not specified in namelist I/O, default to using quotes. Get rid of the tmp_delim variable and use the new mode argument in write_character. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208302 138bc75d-0d04-0410-961f-82ee72b054a4
* * go-gcc.cc (Gcc_backend::immutable_struct): If IS_COMMON, setian2014-03-042-3/+29
| | | | | | | | | DECL_WEAK. (GCC_backend::immutable_struct_set_init): If IS_COMMON, clear DECL_WEAK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208301 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-03-041-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208299 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/xmmintrin.h (enum _mm_hint) <_MM_HINT_ET0>: Correcturos2014-03-035-41/+42
| | | | | | | | | | | | | | | hint value. (_mm_prefetch): Move out of GCC target("sse") pragma. * config/i386/prfchwintrin.h (_m_prefetchw): Move out of GCC target("prfchw") pragma. * config/i386/i386.md (prefetch): Emit prefetchwt1 only for locality <= 2. * config/i386/i386.c (ix86_option_override_internal): Enable -mprfchw with -mprefetchwt1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208296 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arc/arc.md (casesi_load) <length attribute alternative 0>:amylaar2014-03-032-1/+10
| | | | | | | Mark as varying. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208294 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arc/arc.opt (misize): Add PchIgnore property.amylaar2014-03-032-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208293 138bc75d-0d04-0410-961f-82ee72b054a4
* * opts.h (CL_PCH_IGNORE): Define.amylaar2014-03-035-0/+16
| | | | | | | | | | * targhooks.c (option_affects_pch_p): Return false for options that have CL_PCH_IGNORE set. * opt-functions.awk: Process PchIgnore. * doc/options.texi: Document PchIgnore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208292 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-03-032-0/+7
| | | | | | | | * configure.tgt: Unsupported for little endian PowerPC for now. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208290 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-03-032-2/+15
| | | | | | | | | | | * config/rs6000/rs6000.c (rs6000_preferred_reload_class): Disallow reload of PLUS rtx's outside of GENERAL_REGS or BASE_REGS; relax constraint on constants to permit them being loaded into GENERAL_REGS or BASE_REGS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208287 138bc75d-0d04-0410-961f-82ee72b054a4
* libgo: Update to Go 1.2.1 release.ian2014-03-035-12/+70
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208286 138bc75d-0d04-0410-961f-82ee72b054a4
* * be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po,jsm282014-03-0322-3091/+3280
| | | | | | | | id.po, ja.po, nl.po, pr_BR.po, ru.po, sr.po, sv.po, tr.po, uk.po, vi.po, zh_CN.po, zh_TW.po: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208285 138bc75d-0d04-0410-961f-82ee72b054a4
* * be.po, da.po, de.po, el.po, es.po, fi.po, fr.po, hr.po, id.po,jsm282014-03-0319-181161/+256659
| | | | | | | | ja.po, nl.po, ru.po, sr.po, sv.po, tr.po, vi.po, zh_CN.po, zh_TW.po: Update. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208284 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rl78/rl78-real.md (cbranchsi4_real_signed): Addnickc2014-03-0312-145/+533
| | | | | | | | | anti-cacnonical alternatives. (negandhi3_real): New pattern. * config/rl78/rl78-virt.md (negandhi3_virt): New pattern. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208282 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/avr/avr-mcus.def: Remove atxmega16x1.denisc2014-03-035-62/+64
| | | | | | | | | | * config/avr/avr-tables.opt: Regenerate. * config/avr/t-multilib: Regenerate. * doc/avr-mmcu.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208281 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/testsuite/kyukhin2014-03-033-3/+10
| | | | | | | | | | | * gcc.target/i386/avx512er-vexp2ps-2.c: Decrease exponent argument to avoid inf values. * gcc.target/i386/avx512f-vdivps-2.c: Compare results with UNION_FP_CHECK machinery. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208276 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Renlin Li <Renlin.Li@arm.com>ktkachov2014-03-032-2/+7
| | | | | | | | * gcc.target/aarch64/aapcs64/validate_memory.h: Move f32in64 and i32in128 cases outside special big-endian processing block. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208275 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-03 Tobias Grosser <tobias@grosser.es>rguenth2014-03-032-0/+14
| | | | | | | | | | | Mircea Namolaru <mircea.namolaru@inria.fr> PR tree-optimization/58028 * graphite-clast-to-gimple.c (set_cloog_options): Don't remove scalar dimensions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208273 138bc75d-0d04-0410-961f-82ee72b054a4
* PR preprocessor/60400jakub2014-03-034-0/+25
| | | | | | | | | * c-c++-common/cpp/pr60400.c: New test. * c-c++-common/cpp/pr60400-1.h: New file. * c-c++-common/cpp/pr60400-2.h: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208272 138bc75d-0d04-0410-961f-82ee72b054a4
* PR objc++/60398jakub2014-03-032-2/+5
| | | | | | | * obj-c++.dg/invalid-method-2.mm: Adjust dg-error regexps. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208270 138bc75d-0d04-0410-961f-82ee72b054a4
* [ARM] Legitimize addresses for movmisalign<mode> for Neon.ramana2014-03-032-0/+16
| | | | | | | | | | | 2014-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * config/arm/neon.md (*movmisalign<mode>): Legitimize addresses not handled by recognizers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208269 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-pragma.c (c_pp_lookup_pragma): Handle PRAGMA_CILK_SIMD.jakub2014-03-035-1/+45
| | | | | | | | | | | (init_pragma): Call cpp_register_deferred_pragma for PRAGMA_CILK_SIMD even when flag_preprocess_only. * c-c++-common/cilk-plus/PS/vectorlength-2.c: New test. * c-c++-common/cilk-plus/PS/vectorlength-3.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208268 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/60175jakub2014-03-033-15/+39
| | | | | | | | | | * function.c (expand_function_end): Don't emit clobber_return_register sequence if clobber_after is a BARRIER. * cfgexpand.c (construct_exit_block): Append instructions before return_label to prev_bb. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208267 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-03-032-0/+7
| | | | | | | | * config/rs6000/constraints.md: Document reserved use of "wc". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208266 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-03-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208265 138bc75d-0d04-0410-961f-82ee72b054a4
* PR ipa/60150hubicka2014-03-026-7/+69
| | | | | | | | | | | * ipa.c (function_and_variable_visibility): When dissolving comdat group, also set all symbols to local. * g++.dg/lto/pr60150.H: New testcase. * g++.dg/lto/pr60150_0.C: New testcase. * g++.dg/lto/pr60150_1.C: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208262 138bc75d-0d04-0410-961f-82ee72b054a4
* PR ipa/60306hubicka2014-03-024-2/+90
| | | | | | | | | | | | Revert: 2013-12-14 Jan Hubicka <jh@suse.cz> PR middle-end/58477 * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Skip clobbers. * testsuite/g++.dg/ipa/devirt-29.C: New testcase git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208261 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/48230jbeniston2014-03-025-25/+42
| | | | | | | | | | | | | | | | PR bootstrap/50927 PR bootstrap/52466 PR target/46898 * config/lm32/lm32.c (lm32_legitimate_constant_p): Remove, as incorrect. (TARGET_LEGITIMATE_CONSTANT_P): Undefine, as not needed. * config/lm32/lm32.md (movsi_insn): Add 32-bit immediate support. (simple_return, *simple_return): New patterns * config/lm32/predicates.md (movsi_rhs_operand): Remove as obsolete. * configure.ac (force_sjlj_exceptions): Force sjlj exceptions for lm32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208260 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-02 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2014-03-022-1/+8
| | | | | | | | PR fortran/60236 * gfortran.dg/vect/pr32380.f: Fix expected test results. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208257 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-03-021-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208254 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-03-01 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2014-03-012-0/+45
| | | | | | | | | PR c++/50025 * g++.dg/cpp0x/pr50025.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208251 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix PR c++/60377.abutcher2014-03-014-1/+26
| | | | | | | | | | | PR c++/60377 * parser.c (cp_parser_parameter_declaration_clause): Unwind generic function scope on parse error in function parameter list. PR c++/60377 * g++.dg/cpp1y/pr60377.C: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208250 138bc75d-0d04-0410-961f-82ee72b054a4
* fortran/mikael2014-03-014-0/+35
| | | | | | | | | | | | | | PR fortran/60341 * frontend-passes.c (optimize_comparison): Guard two union accesses with the corresponding tag checks. testsuite/ PR fortran/60341 * gfortran.dg/str_comp_optimize_1.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208249 138bc75d-0d04-0410-961f-82ee72b054a4
* /cppaolo2014-03-016-13/+23
| | | | | | | | | | | | | | | | 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com> * method.c (implicitly_declare_fn): Remove redundant DECL_TEMPLATE_RESULT and STRIP_TEMPLATE uses. * semantics.c (is_instantiation_of_constexpr): Likewise. * error.c (dump_function_decl): Likewise. 2014-03-01 Paolo Carlini <paolo.carlini@oracle.com> * dwarf2out.c (gen_subprogram_die): Tidy. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208248 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/60379jason2014-03-013-1/+16
| | | | | | | * semantics.c (begin_maybe_infinite_loop): Use fold_non_dependent_expr_sfinae. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208247 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/58845jason2014-03-013-0/+17
| | | | | | * typeck.c (cp_build_binary_op): Sorry on vector&&vector. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208243 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/60071olegendo2014-03-014-2/+36
| | | | | | | | | | | | * config/sh/sh.md (*mov_t_msb_neg): Split into ... (*mov_t_msb_neg_negc): ... this new insn. PR target/60071 * gcc.c-torture/compile/pr60071.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208242 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/58678jason2014-03-013-3/+37
| | | | | | | * ipa-devirt.c (ipa_devirt): Don't choose an implicitly-declared function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208241 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-03-011-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208240 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-28 Joey Ye <joey.ye@arm.com>jye22014-02-282-4/+13
| | | | | | | | | | PR libgcc/60166 * config/arm/sfp-machine.h (_FP_NANFRAC_H, _FP_NANFRAC_S, _FP_NANFRAC_D, _FP_NANFRAC_Q): Set to zero. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208229 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-28 Janus Weil <janus@gcc.gnu.org>janus2014-02-284-16/+51
| | | | | | | | | | | | | | | PR fortran/60359 * class.c (find_intrinsic_vtab): Prevent duplicate creation of copy procedure for characters. 2014-02-28 Janus Weil <janus@gcc.gnu.org> PR fortran/60359 * gfortran.dg/unlimited_polymorphic_16.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208227 138bc75d-0d04-0410-961f-82ee72b054a4
* /cppaolo2014-02-286-3/+24
| | | | | | | | | | | | | | | | | | 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com> PR c++/58610 * cp-tree.h (DECL_DELETED_FN): Use LANG_DECL_FN_CHECK. * call.c (print_z_candidate): Remove STRIP_TEMPLATE use. * lambda.c (maybe_add_lambda_conv_op): Likewise. /testsuite 2014-02-28 Paolo Carlini <paolo.carlini@oracle.com> PR c++/58610 * g++.dg/cpp0x/constexpr-ice11.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208226 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-25 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-02-284-9/+44
| | | | | | | | | | | | | | PR c++/60314 * dwarf2out.c (is_cxx_auto): Handle decltype(auto). /testsuite 2014-02-25 Paolo Carlini <paolo.carlini@oracle.com> PR c++/60314 * g++.dg/cpp1y/auto-fn24.C: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208225 138bc75d-0d04-0410-961f-82ee72b054a4
* Define __ARM_NEON for aarch64 by default unless general_regs_onlyibolton2014-02-282-0/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208224 138bc75d-0d04-0410-961f-82ee72b054a4
* * ChangeLog: Fix whitespace.uros2014-02-281-30/+20
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208223 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-28 Richard Biener <rguenther@suse.de>rguenth2014-02-282-8/+30
| | | | | | | | | | | | PR target/60280 * tree-cfgcleanup.c (tree_forwarder_block_p): Restrict previous fix and only allow to remove trivial pre-headers and latches. Also honor LOOPS_MAY_HAVE_MULTIPLE_LATCHES. (remove_forwarder_block): Properly update the latch of a loop. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208222 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/59992aoliva2014-02-282-4/+41
| | | | | | | | | | | | * cselib.c (cselib_hasher::equal): Special-case VALUE lookup. (cselib_preserved_hash_table): New. (preserve_constants_and_equivs): Move preserved vals to it. (cselib_find_slot): Look it up first. (cselib_init): Initialize it. (cselib_finish): Release it. (dump_cselib_table): Dump it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208221 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/59992aoliva2014-02-282-7/+16
| | | | | | | | * cselib.c (remove_useless_values): Skip to avoid quadratic behavior if the condition moved from... (cselib_process_insn): ... here holds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208220 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud