summaryrefslogtreecommitdiffstats
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix PR c++/60190.abutcher2014-02-184-8/+25
| | | | | | | | | | | | PR c++/60190 * parser.c (cp_parser_lambda_declarator_opt): Pop template parameter scope whenever a template parameter list has been started, independent of whether the function call operator was well-formed or not. PR c++/60190 * g++.dg/cpp1y/pr60190.C: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207852 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/60205uros2014-02-186-15/+77
| | | | | | | | | | | | | | | | | * config/i386/i386.h (struct ix86_args): Add warn_avx512f. * config/i386/i386.c (init_cumulative_args): Initialize warn_avx512f. (type_natural_mode): Warn ABI change when %zmm register is not available for AVX512F vector value passing. testsuite/ChangeLog: PR target/60205 * gcc.target/i386/pr60205-1.c: New test. * gcc.target/i386/pr60205-2.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207851 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Kai Tietz <ktietz@redhat.com>ktietz2014-02-184-6/+30
| | | | | | | | | | | | | | | | PR target/60193 * config/i386/i386.c (ix86_expand_prologue): Use rax register as displacement for restoring %r10, %rax. Additional fix wrong offset for restoring both-registers. 2014-02-18 Kai Tietz <ktietz@redhat.com> PR target/60193 * gcc.target/i386/nest-1.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207844 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Robert Dewar <dewar@adacore.com>charlet2014-02-1820-231/+569
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cstand.adb (Build_Signed_Integer_Type): Minor change of formal from Int to Nat (Build_Unsigned_Integer_Type): New procedure (Create_Standard): Create new unsigned types. * exp_ch4.adb (Expand_N_Op_Mod): Expand mod in Modify_Tree_For_C mode (Expand_N_Reference): Removed, problematic and not needed for now. * exp_ch4.ads (Expand_N_Reference): Removed, problematic and not needed for now. * exp_util.ads, exp_util.adb (Power_Of_Two): New function. * expander.adb: Remove call to Expand_N_Reference (problematic, and not needed now). * sem_aux.ads, sem_aux.adb (Corresponding_Unsigned_Type): New function. * stand.adb: Read and write unsigned type entities. * stand.ads: Add new unsigned types. 2014-02-18 Hristian Kirtchev <kirtchev@adacore.com> * sem_ch4.adb (Analyze_Call): Do not mark a function call as being inside an assertion expression as the flag is now removed. (Check_Ghost_Subprogram_Call): Do not query the In_Assertion_Expression flag as it is now removed, instead use a predicate function. * sem_elab.adb (Check_Internal_Call_Continue): Do not query the In_Assertion_Expression flag as it is now removed, instead use a predicate function. * sem_prag.ads: Add new table Assertion_Expression_Pragma. * sem_util.adb Add with and use clause for Sem_Prag. (In_Assertion_Expression_Pragma): New routine. * sem_util.ads (In_Assertion_Expression_Pragma): New routine. * sinfo.adb (In_Assertion_Expression): Removed. (Set_In_Assertion_Expression): Removed. * sinfo.ads Remove flag In_Assertion_Expression along with its use in nodes. (In_Assertion_Expression): Removed along with pragma Inline. (Set_In_Assertion_Expression): Removed along with pragma Inline. 2014-02-18 Sergey Rybin <rybin@adacore.com frybin> * gnat_ugn.texi: gnatpp section: add note that '-j' cannot be used together with '-r', '-rf' or '-rnb' options. 2014-02-18 Hristian Kirtchev <kirtchev@adacore.com> * sem_attr.adb (Analyze_Attribute): Comment and code reformatting. Use separate routines to check the legality of attribute 'Old in certain pragmas. Verify the use of 'Old, 'Result and locally declared entities within the prefix of 'Old. (Check_References_In_Prefix): New routine. (Check_Use_In_Contract_Cases): New routine. (Check_Use_In_Test_Case): New routine. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207843 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Vincent Celier <celier@adacore.com>charlet2014-02-182-0/+14
| | | | | | | | | | | * sem_aux.adb (Is_By_Reference_Type): For each components of a record type, check also if the component is volatile as it may have an aspect that makes it volatile. If it is, then the record type is a by reference type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207842 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Robert Dewar <dewar@adacore.com>charlet2014-02-186-16/+100
| | | | | | | | | | | | | * exp_attr.adb: Minor reformatting. * exp_ch4.ads, exp_ch4.adb (Expand_N_Reference): New procedure. * exp_util.adb (Remove_Side_Effects): Add conditional expressions as another case where we don't generate N_Reference nodes for primitive types. * expander.adb (Expand): Add call to Expand_N_Reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207841 138bc75d-0d04-0410-961f-82ee72b054a4
* * ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealousebotcazou2014-02-184-1/+48
| | | | | | | assertion with conditional return. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207838 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-18 Janus Weil <janus@gcc.gnu.org>janus2014-02-184-3/+47
| | | | | | | | | | | | | | | PR fortran/60231 * resolve.c (check_generic_tbp_ambiguity): Check for presence of dummy arguments to prevent ICE. 2014-02-18 Janus Weil <janus@gcc.gnu.org> PR fortran/60231 * gfortran.dg/typebound_generic_15.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207836 138bc75d-0d04-0410-961f-82ee72b054a4
* PR driver/60233jakub2014-02-182-22/+31
| | | | | | | | | * config/i386/driver-i386.c (host_detect_local_cpu): If YMM state is not saved by the OS, also clear has_f16c. Move CPUID 0x80000001 handling before YMM state saving checking. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207833 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/58960abel2014-02-184-35/+78
| | | | | | | | | | | | | | | | | * haifa-sched.c (alloc_global_sched_pressure_data): New, factored out from ... (sched_init): ... here. (free_global_sched_pressure_data): New, factored out from ... (sched_finish): ... here. * sched-int.h (free_global_sched_pressure_data): Declare. * sched-rgn.c (nr_regions_initial): New static global. (haifa_find_rgns): Initialize it. (schedule_region): Disable sched-pressure for the newly generated regions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207832 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-181-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207831 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-17 Richard Biener <rguenther@suse.de>rguenth2014-02-172-2/+19
| | | | | | | | * tree-vect-stmts.c (free_stmt_vec_info): Clear BB and release SSA defs of pattern stmts. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207826 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-17 Richard Biener <rguenther@suse.de>rguenth2014-02-172-0/+8
| | | | | | | | * tree-inline.c (expand_call_inline): Release the virtual operand defined by the call we are about to inline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207825 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-17 Richard Biener <rguenther@suse.de>rguenth2014-02-172-3/+7
| | | | | | | * tree-ssa.c (verify_ssa): If verify_def found an error, ICE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207824 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-17 Janus Weil <janus@gcc.gnu.org>janus2014-02-174-1/+25
| | | | | | | | | | | | | | | PR fortran/55907 * resolve.c (build_default_init_expr): Don't initialize character variable if -fno-automatic is given. 2014-02-17 Janus Weil <janus@gcc.gnu.org> PR fortran/55907 * gfortran.dg/init_flag_12.f90: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207823 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/kyukhin2014-02-177-18/+37
| | | | | | | | | | | | | | | | | | | | * config/i386/avx512fintrin.h (_mm512_maskz_permutexvar_epi64): Swap arguments order in builtin. (_mm512_permutexvar_epi64): Ditto. (_mm512_mask_permutexvar_epi64): Ditto (_mm512_maskz_permutexvar_epi32): Ditto (_mm512_permutexvar_epi32): Ditto (_mm512_mask_permutexvar_epi32): Ditto gcc/testsuite/ * gcc.target/i386/avx512f-vpermd-2.c: Fix reference calculations. * gcc.target/i386/avx512f-vpermpd-2.c: Ditto. * gcc.target/i386/avx512f-vpermps-2.c: Ditto. * gcc.target/i386/avx512f-vpermq-var-2.c: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207821 138bc75d-0d04-0410-961f-82ee72b054a4
* Revert accidental checkin.hubicka2014-02-171-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207818 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-02-172-2/+18
| | | | | | | | | | | | * config/rs6000/altivec.md (p8_vmrgew): Handle little endian targets. (p8_vmrgow): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207815 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>wschmidt2014-02-172-1/+17
| | | | | | | | | * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Handle little endian targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207814 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-171-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207813 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/testsuite/rsandifo2014-02-167-27/+38
| | | | | | | | | | | | | | | | * lib/target-supports.exp (check_effective_target_logical_op_short_circuit): New procedure. * gcc.dg/binop-xor1.c: XFAIL for logical_op_short_circuit. * gcc.dg/tree-ssa/forwprop-28.c: Use logical_op_short_circuit instead of mips*-*-*, arc*-*-*, avr*-*-* and arm_cortex_m tests. * gcc.dg/tree-ssa/vrp47.c: Likewise. * gcc.dg/tree-ssa/vrp87.c: Likewise. * gcc.dg/tree-ssa/ssa-dom-thread-4.c: Likewise. Also use logical_op_short_circuit for the alternative test, extending it to arm_cortex_m. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207810 138bc75d-0d04-0410-961f-82ee72b054a4
* [gcc]meissner2014-02-164-2/+72
| | | | | | | | | | | | | | | | | | | | | | | 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com> PR target/60203 * config/rs6000/rs6000.md (rreg): Add TFmode, TDmode constraints. (mov<mode>_internal, TFmode/TDmode): Split TFmode/TDmode moves into 64-bit and 32-bit moves. On 64-bit moves, add support for using direct move instructions on ISA 2.07. Also adjust instruction length for 64-bit. (mov<mode>_64bit, TFmode/TDmode): Likewise. (mov<mode>_32bit, TFmode/TDmode): Likewise. [gcc/testsuite] 2014-02-15 Michael Meissner <meissner@linux.vnet.ibm.com> PR target/60203 * gcc.target/powerpc/pr60203.c: New testsuite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207808 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-161-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207807 138bc75d-0d04-0410-961f-82ee72b054a4
* fortran/mikael2014-02-154-1/+27
| | | | | | | | | | | | | | PR fortran/59599 * trans-intrinsic.c (gfc_conv_intrinsic_ichar): Calculate the number of arguments. testsuite/ PR fortran/59599 * gfortran.dg/ichar_3.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207799 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/58675amodra2014-02-152-11/+18
| | | | | | | | | | PR target/57935 * config/rs6000/rs6000.c (rs6000_secondary_reload_inner): Use find_replacement on parts of insn rtl that might be reloaded. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207798 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-15 Richard Biener <rguenther@suse.de>rguenth2014-02-154-0/+59
| | | | | | | | | | | | PR tree-optimization/60183 * tree-ssa-phiprop.c (propagate_with_phi): Avoid speculating loads. (tree_ssa_phiprop): Calculate and free post-dominators. * gcc.dg/torture/pr60183.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207797 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-151-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207796 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/60131law2014-02-144-7/+67
| | | | | | | | | | | | | * ree.c (get_extended_src_reg): New function. (combine_reaching_defs): Use it rather than assuming location of REG. (find_and_remove_re): Verify first operand of extension is a REG before adding the insns to the copy list. PR rtl-optimization/60131 * g++.dg/torture/pr60131.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207792 138bc75d-0d04-0410-961f-82ee72b054a4
* Use ud2 assembly mnemonic when available.roland2014-02-145-1/+58
| | | | | | | | | | | gcc/ * configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic. * configure: Regenerated. * config.in: Regenerated. * config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic instead of ASM_SHORT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207789 138bc75d-0d04-0410-961f-82ee72b054a4
* Skip test if -mfloat-abi=hard specifiedibolton2014-02-142-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207788 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Vladimir Makarov <vmakarov@redhat.com>vmakarov2014-02-143-2/+36
| | | | | | | | | | | | | | | | Richard Earnshaw <rearnsha@arm.com> PR rtl-optimization/59535 * lra-constraints.c (process_alt_operands): Encourage alternative when unassigned pseudo class is superset of the alternative class. (inherit_reload_reg): Don't inherit when optimizing for code size. * config/arm/arm.h (MODE_BASE_REG_CLASS): Add version for LRA returning CORE_REGS for anything but Thumb1 and BASE_REGS for modes not less than 4 for Thumb1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207787 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2014-02-142-1/+5
| | | | | | | * c-c++-common/ubsan/overflow-negate-2.c (main): Use signed char. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207786 138bc75d-0d04-0410-961f-82ee72b054a4
* PR pch/60010rearnsha2014-02-142-0/+7
| | | | | | | | | 2014-02-14 Kyle McMartin <kyle@redhat.com> * config/host-linux.c (TRY_EMPTY_VM_SPACE): Define for AArch64. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207785 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Richard Biener <rguenther@suse.de>rguenth2014-02-142-6/+8
| | | | | | | | | * cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF. (get_frame_arg): Drop the assert with langhook types_compatible_p. Do not strip INDIRECT_REFs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207784 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Richard Biener <rguenther@suse.de>rguenth2014-02-146-45/+42
| | | | | | | | | | | | | | | | | | | | | | | | PR lto/60179 * lto-streamer-out.c (DFS_write_tree_body): Do not follow DECL_FUNCTION_SPECIFIC_TARGET. (hash_tree): Do not hash DECL_FUNCTION_SPECIFIC_TARGET. * tree-streamer-out.c (pack_ts_target_option): Remove. (streamer_pack_tree_bitfields): Do not stream TS_TARGET_OPTION. (write_ts_function_decl_tree_pointers): Do not stream DECL_FUNCTION_SPECIFIC_TARGET. * tree-streamer-in.c (unpack_ts_target_option): Remove. (unpack_value_fields): Do not stream TS_TARGET_OPTION. (lto_input_ts_function_decl_tree_pointers): Do not stream DECL_FUNCTION_SPECIFIC_TARGET. lto/ * lto.c (compare_tree_sccs_1): Do not compare DECL_FUNCTION_SPECIFIC_TARGET. (lto_read_decls): Re-build DECL_FUNCTION_SPECIFIC_TARGET. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207783 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-vect-loop.c (vect_is_slp_reduction): Don't setjakub2014-02-144-10/+48
| | | | | | | | | | | | use_stmt twice. (get_initial_def_for_induction, vectorizable_induction): Ignore debug stmts when looking for exit_phi. (vectorizable_live_operation): Fix up condition. * gcc.c-torture/compile/20140213.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207778 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>jasonwucj2014-02-142-4/+8
| | | | | | | | * config/nds32/nds32.c (nds32_asm_function_prologue): Do not use nreverse() because it changes the content of original tree list. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207777 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>jasonwucj2014-02-143-2/+7
| | | | | | | | * config/nds32/t-mlibs (MULTILIB_OPTIONS): Fix typo in comment. * config/nds32/nds32.c (nds32_merge_decl_attributes): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207775 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-14 Chung-Ju Wu <jasonwucj@gmail.com>jasonwucj2014-02-142-1/+7
| | | | | | | | * config/nds32/nds32.c (nds32_naked_function_p): Follow the GNU coding standards. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207774 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-141-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207773 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/60152jakub2014-02-132-2/+9
| | | | | | | | * dwarf2out.c (gen_subprogram_die): Don't call add_calling_convention_attribute if subr_die is old_die. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207770 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-13 Sharad Singhai <singhai@google.com>singhai2014-02-132-1/+5
| | | | | | | | * doc/optinfo.texi: Fix order of nodes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207767 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/sse.md (xop_vmfrcz<mode>2): Generate const0 inuros2014-02-132-45/+39
| | | | | | | | operands[2], not operands[3]. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207764 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-13 Richard Biener <rguenther@suse.de>rguenth2014-02-132-12/+26
| | | | | | | | | | | | PR bootstrap/59878 * doc/install.texi (ISL): Update recommended version to 0.12.2, mention the possibility of an in-tree build. (CLooG): Update recommended version to 0.18.1, mention the possibility of an in-tree build and clarify that the ISL bundled with CLooG does not work. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207758 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/43546jakub2014-02-134-2/+34
| | | | | | | | | | * expr.c (compress_float_constant): If x is a hard register, extend into a pseudo and then move to x. * gcc.target/i386/pr43546.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207757 138bc75d-0d04-0410-961f-82ee72b054a4
* 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com>krebbel2014-02-134-3/+35
| | | | | | | | | | | | | | * config/s390/s390.c (s390_asm_output_function_label): Fix crash caused by bad second argument to warning_at() with -mhotpatch and nested functions (e.g. with gfortran). 2014-02-13 Dominik Vogt <vogt@linux.vnet.ibm.com> * gcc.target/s390/hotpatch-compile-8.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207753 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/testsuite/rsandifo2014-02-133-1/+15
| | | | | | | | | * gcc.dg/pr59605.c: Convert to a compile test. Protect MAX_COPY definition with an ifndef. * gcc.dg/pr59605-2.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207748 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/rsandifo2014-02-134-9/+13
| | | | | | | | | | * opts.c (option_name): Remove "enabled by default" rider. gcc/testsuite/ * gcc.dg/gomp/simd-clones-5.c: Update comment for new warning message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207747 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2014-02-131-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207746 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/pa/pa.c (pa_option_override): Remove auto increment FIXME.danglin2014-02-122-6/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207743 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud