1. 08 May, 2014 34 commits
    • dg-extract-results.py: New file. · 0af7b53a
      contrib/
      	* dg-extract-results.py: New file.
      	* dg-extract-results.sh: Use it if the environment seems suitable.
      
      From-SVN: r210243
      Richard Sandiford committed
    • re PR libstdc++/61117 (Manual uses term open source but should say free software) · e70c7f5b
      2014-05-08  Joshua Gay  <jgay@gnu.org>
      
      	PR libstdc++/61117
      	* doc/xml/faq.xml (faq.license.what_restrictions): Replace "open
      	source" with "free software".
      	* doc/html/faq.html: Likewise.
      
      From-SVN: r210241
      Joshua Gay committed
    • re PR target/59952 (-march=core-avx2 should not enable RTM) · 30e494f1
      	PR target/59952
      	* config/i386/i386.c (PTA_HASWELL): Remove PTA_RTM.
      
      From-SVN: r210234
      Uros Bizjak committed
    • re PR target/61092 (wide-int merge broke alpha bootstrap) · b6db8af6
      	PR target/61092
      	* config/alpha/alpha.c: Include gimple-iterator.h.
      	(alpha_gimple_fold_builtin): New function.  Move
      	ALPHA_BUILTIN_UMULH folding from ...
      	(alpha_fold_builtin): ... here.
      	(TARGET_GIMPLE_FOLD_BUILTIN): New define.
      
      From-SVN: r210233
      Uros Bizjak committed
    • iostream: Fix URL in comment. · 07e4f10a
      	* include/std/iostream: Fix URL in comment.
      	* src/c++98/ios_init.cc: Fix path in comment.
      
      From-SVN: r210232
      Jonathan Wakely committed
    • re PR libstdc++/13860 (Poor error messages on invalid template parameters for basic_filebuf) · 2735097a
      	PR libstdc++/13860
      	* include/std/fstream (basic_filebuf): Enforce requirements on traits.
      
      From-SVN: r210231
      Jonathan Wakely committed
    • re PR c/61053 (_Alignas(long long) reduces alignment of long long) · 2793eeab
      	PR c/61053
      c-family/
      	* c-common.c (min_align_of_type): New function factored out from...
      	(c_sizeof_or_alignof_type): ...here.
      	* c-common.h (min_align_of_type): Declare.
      c/
      	* c-decl.c (grokdeclarator): Use min_align_of_type instead of
      	TYPE_ALIGN_UNIT.
      testsuite/
      	* gcc.dg/pr61053.c: New test.
      
      From-SVN: r210230
      Marek Polacek committed
    • re PR c/61077 (_Atomic in the return type or argument types of main not diagnosed) · f827930a
      	PR c/61077
      c-family/
      	* c-common.c (check_main_parameter_types): Warn for _Atomic-qualified
      	parameter type of main.
      c/
      	* c-decl.c (start_function): Warn for _Atomic-qualified return type
      	of main.
      testsuite/
      	* gcc.dg/pr61077.c: New test.
      
      From-SVN: r210229
      Marek Polacek committed
    • re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy… · f0fd118f
      re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier)
      
      	PR libstdc++/57394
      	* include/bits/ios_base.h (ios_base(const ios_base&)): Define as
      	deleted for C++11.
      	(operator=(const ios_base&)): Likewise.
      	* include/std/streambuf: Remove trailing whitespace.
      	(basic_streambuf(const basic_streambuf&)): Fix initializer for
      	_M_out_end. Define as defaulted for C++11.
      	(operator=(const basic_streambuf&)): Define as defaulted for C++11.
      	(swap(basic_streambuf&)): Define for C++11.
      	* testsuite/27_io/basic_streambuf/cons/57394.cc: New.
      
      From-SVN: r210228
      Jonathan Wakely committed
    • gfortran.h (gfc_isym_id): Add GFC_ISYM_CAF_GET and GFC_ISYM_CAF_SEND. · 8a8d1a16
      2014-05-08  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.h (gfc_isym_id): Add GFC_ISYM_CAF_GET
              and GFC_ISYM_CAF_SEND.
              * intrinsic.c (add_functions): Add only internally
              accessible caf_get and caf_send functions.
              * resolve.c (add_caf_get_intrinsic,
              remove_caf_get_intrinsic): New functions.
              (resolve_variable): Resolve expression rank and
              prepare for add_caf_get_intrinsic call.
              (gfc_resolve_expr): For variables, remove rank
              resolution.
              (resolve_ordinary_assign): Prepare call to
              GFC_ISYM_CAF_SEND.
              (resolve_code): Avoid call to GFC_ISYM_CAF_GET for
              the LHS of an assignment.
      
      From-SVN: r210225
      Tobias Burnus committed
    • trans-intrinsic.c (conv_co_minmaxsum): Change condition style. · 9c980a13
      2014-05-08  Tobias Burnus  <burnus@net-b.de>
      
              * trans-intrinsic.c (conv_co_minmaxsum): Change condition style.
      
      From-SVN: r210224
      Tobias Burnus committed
    • check.c (check_co_minmaxsum, [...]): New. · d62cf3df
      gcc/fortran/
      2014-05-08  Tobias Burnus  <burnus@net-b.de>
      
              * check.c (check_co_minmaxsum, gfc_check_co_minmax,
              gfc_check_co_sum): New.
              * error.c (gfc_notify_std): Update -std=f2008ts.
              * gfortran.h (gfc_isym_id): Add GFC_ISYM_CO_MAX,
              GFC_ISYM_CO_MIN, GFC_ISYM_CO_SUM.
              * intrinsic.h (gfc_check_co_minmax,
              gfc_check_co_sum): Declare.
              * intrinsic.c (add_subroutines): Add co_min, co_max
              and co_sum.
              (gfc_check_intrinsic_standard): Update text for
              -std=f2008ts.
              * intrinsic.texi (CO_MIN, CO_MAX, CO_SUM): Document
              them.
              * invoke.texi (-std=f2008ts): Update wording.
              * trans.h (gfor_fndecl_co_max,
              gfor_fndecl_co_min, gfor_fndecl_co_sum): Define.
              * trans-decl.c (gfor_fndecl_co_max,
              gfor_fndecl_co_min, gfor_fndecl_co_sum): Define.
              (gfc_build_builtin_function_decls): Assign to it.
              * trans-intrinsic.c (conv_co_minmaxsum): New.
              (gfc_conv_intrinsic_subroutine): Call it.
      
      libgfortran/
      2014-05-08  Tobias Burnus  <burnus@net-b.de>
      
              * caf/libcaf.h (caf_vector_t, _gfortran_caf_co_sum,
              _gfortran_caf_co_min, _gfortran_caf_co_max): Declare
              * caf/single.c
      
      gcc/testsuite/
      2014-05-08  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/coarray_collectives_1.f90: New.
              * gfortran.dg/coarray_collectives_2.f90: New.
              * gfortran.dg/coarray_collectives_3.f90: New.
              * gfortran.dg/coarray_collectives_4.f90: New.
              * gfortran.dg/coarray_collectives_5.f90: New.
              * gfortran.dg/coarray_collectives_6.f90: New.
              * gfortran.dg/coarray/collectives_1.f90: New.
              * gfortran.dg/assumed_rank_5.f90: Update dg-error.
              * gfortran.dg/assumed_type_4.f90: Update dg-error.
              * gfortran.dg/bind_c_array_params.f03: Update dg-error.
              * gfortran.dg/bind_c_usage_28.f90: Update dg-error.
              * gfortran.dg/c_funloc_tests_5.f03: Update dg-error.
              * gfortran.dg/c_funloc_tests_6.f90: Update dg-error.
              * gfortran.dg/c_loc_tests_11.f03: Update dg-error.
      
      From-SVN: r210223
      Tobias Burnus committed
    • re PR target/58066 (__tls_get_addr is called with misaligned stack on x86-64) · 272325bd
      gcc/
      2014-05-08  Wei Mi  <wmi@google.com>
      
      	PR target/58066
      	* config/i386/i386.c (ix86_compute_frame_layout):
      	Update preferred_stack_boundary for call, expanded from
      	tls descriptor.
      	* config/i386/i386.md:
      	(*tls_global_dynamic_32_gnu): Update RTX to depend on
      	SP register.
      	(*tls_local_dynamic_base_32_gnu): Ditto.
      	(*tls_local_dynamic_32_once): Ditto.
      	(tls_global_dynamic_64_<mode>): Set
      	ix86_tls_descriptor_calls_expanded_in_cfun.
      	(tls_local_dynamic_base_64_<mode>): Ditto.
      	(tls_global_dynamic_32): Set
      	ix86_tls_descriptor_calls_expanded_in_cfun. Update RTX
      	to depend on SP register.
      	(tls_local_dynamic_base_32): Ditto.
      
      gcc/testsuite/
      2014-05-08  Wei Mi  <wmi@google.com>
      
      	PR target/58066
      	* gcc.target/i386/pr58066.c: New test.
      
      From-SVN: r210222
      Wei Mi committed
    • avx256-unaligned-load-2.c, [...]: Allow packed-single instructions. · 60c52f66
      	* gcc.target/i386/avx256-unaligned-load-2.c,
      	gcc.target/i386/pr49002-1.c, gcc.target/i386/pr53712.c,
      	gcc.target/i386/pr53907.c, gcc.target/i386/pr59539-1.c: Allow
      	packed-single instructions.
      
      From-SVN: r210220
      Joseph Myers committed
    • Neon intrinsics TLC - remove ML · e79cb1a3
      2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* config/arm/arm_neon.h: Update comment.
      	* config/arm/neon-docgen.ml: Delete.
      	* config/arm/neon-gen.ml: Delete.
      	* doc/arm-neon-intrinsics.texi: Update comment.
      
      From-SVN: r210219
      Ramana Radhakrishnan committed
    • Neon intrinsics TLC - remove dead code. · 0d0b79a6
      2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* config/arm/arm_neon_builtins.def (vadd, vsub): Only define the v2sf
      	and v4sf versions.
      	(vand, vorr, veor, vorn, vbic): Remove.
      	* config/arm/neon.md (neon_vadd, neon_vsub, neon_vadd_unspec): Adjust
      	iterator.
      	(neon_vsub_unspec): Likewise.
      	(neon_vorr, neon_vand, neon_vbic, neon_veor, neon_vorn): Remove.
      
      From-SVN: r210218
      Ramana Radhakrishnan committed
    • re PR c++/13981 (Give message about incomplete class that might be implicitly upcasted.) · 7e422c4f
      /cp
      2014-05-08  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/13981
      	* typeck.c (convert_for_assignment): Provide an inform for pointers
      	to incomplete class types.
      
      /testsuite
      2014-05-08  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	PR c++/13981
      	* g++.dg/diagnostic/pr13981.C: New.
      
      From-SVN: r210217
      Paolo Carlini committed
    • Neon intrinsics TLC - Replace intrinsics with GNU C implementations. · add0c111
      2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* config/arm/arm_neon.h (vadd_s8): GNU C implementation
      	(vadd_s16): Likewise.
      	(vadd_s32): Likewise.
      	(vadd_f32): Likewise.
      	(vadd_u8): Likewise.
      	(vadd_u16): Likewise.
      	(vadd_u32): Likewise.
      	(vadd_s64): Likewise.
      	(vadd_u64): Likewise.
      	(vaddq_s8): Likewise.
      	(vaddq_s16): Likewise.
      	(vaddq_s32): Likewise.
      	(vaddq_s64): Likewise.
      	(vaddq_f32): Likewise.
      	(vaddq_u8): Likewise.
      	(vaddq_u16): Likewise.
      	(vaddq_u32): Likewise.
      	(vaddq_u64): Likewise.
      	(vmul_s8): Likewise.
      	(vmul_s16): Likewise.
      	(vmul_s32): Likewise.
      	(vmul_f32): Likewise.
      	(vmul_u8): Likewise.
      	(vmul_u16): Likewise.
      	(vmul_u32): Likewise.
      	(vmul_p8): Likewise.
      	(vmulq_s8): Likewise.
      	(vmulq_s16): Likewise.
      	(vmulq_s32): Likewise.
      	(vmulq_f32): Likewise.
      	(vmulq_u8): Likewise.
      	(vmulq_u16): Likewise.
      	(vmulq_u32): Likewise.
      	(vsub_s8): Likewise.
      	(vsub_s16): Likewise.
      	(vsub_s32): Likewise.
      	(vsub_f32): Likewise.
      	(vsub_u8): Likewise.
      	(vsub_u16): Likewise.
      	(vsub_u32): Likewise.
      	(vsub_s64): Likewise.
      	(vsub_u64): Likewise.
      	(vsubq_s8): Likewise.
      	(vsubq_s16): Likewise.
      	(vsubq_s32): Likewise.
      	(vsubq_s64): Likewise.
      	(vsubq_f32): Likewise.
      	(vsubq_u8): Likewise.
      	(vsubq_u16): Likewise.
      	(vsubq_u32): Likewise.
      	(vsubq_u64): Likewise.
      	(vand_s8): Likewise.
      	(vand_s16): Likewise.
      	(vand_s32): Likewise.
      	(vand_u8): Likewise.
      	(vand_u16): Likewise.
      	(vand_u32): Likewise.
      	(vand_s64): Likewise.
      	(vand_u64): Likewise.
      	(vandq_s8): Likewise.
      	(vandq_s16): Likewise.
      	(vandq_s32): Likewise.
      	(vandq_s64): Likewise.
      	(vandq_u8): Likewise.
      	(vandq_u16): Likewise.
      	(vandq_u32): Likewise.
      	(vandq_u64): Likewise.
      	(vorr_s8): Likewise.
      	(vorr_s16): Likewise.
      	(vorr_s32): Likewise.
      	(vorr_u8): Likewise.
      	(vorr_u16): Likewise.
      	(vorr_u32): Likewise.
      	(vorr_s64): Likewise.
      	(vorr_u64): Likewise.
      	(vorrq_s8): Likewise.
      	(vorrq_s16): Likewise.
      	(vorrq_s32): Likewise.
      	(vorrq_s64): Likewise.
      	(vorrq_u8): Likewise.
      	(vorrq_u16): Likewise.
      	(vorrq_u32): Likewise.
      	(vorrq_u64): Likewise.
      	(veor_s8): Likewise.
      	(veor_s16): Likewise.
      	(veor_s32): Likewise.
      	(veor_u8): Likewise.
      	(veor_u16): Likewise.
      	(veor_u32): Likewise.
      	(veor_s64): Likewise.
      	(veor_u64): Likewise.
      	(veorq_s8): Likewise.
      	(veorq_s16): Likewise.
      	(veorq_s32): Likewise.
      	(veorq_s64): Likewise.
      	(veorq_u8): Likewise.
      	(veorq_u16): Likewise.
      	(veorq_u32): Likewise.
      	(veorq_u64): Likewise.
      	(vbic_s8): Likewise.
      	(vbic_s16): Likewise.
      	(vbic_s32): Likewise.
      	(vbic_u8): Likewise.
      	(vbic_u16): Likewise.
      	(vbic_u32): Likewise.
      	(vbic_s64): Likewise.
      	(vbic_u64): Likewise.
      	(vbicq_s8): Likewise.
      	(vbicq_s16): Likewise.
      	(vbicq_s32): Likewise.
      	(vbicq_s64): Likewise.
      	(vbicq_u8): Likewise.
      	(vbicq_u16): Likewise.
      	(vbicq_u32): Likewise.
      	(vbicq_u64): Likewise.
      	(vorn_s8): Likewise.
      	(vorn_s16): Likewise.
      	(vorn_s32): Likewise.
      	(vorn_u8): Likewise.
      	(vorn_u16): Likewise.
      	(vorn_u32): Likewise.
      	(vorn_s64): Likewise.
      	(vorn_u64): Likewise.
      	(vornq_s8): Likewise.
      	(vornq_s16): Likewise.
      	(vornq_s32): Likewise.
      	(vornq_s64): Likewise.
      	(vornq_u8): Likewise.
      	(vornq_u16): Likewise.
      	(vornq_u32): Likewise.
      	(vornq_u64): Likewise.
      
      From-SVN: r210216
      Ramana Radhakrishnan committed
    • Define UDWtype for longlong.h inclusion in wide-int.cc · ca40fb28
      2014-05-08  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
      
      	* wide-int.cc (UTItype): Define.
       	(UDWtype): Define for appropriate W_TYPE_SIZE.
      
      From-SVN: r210215
      Ramana Radhakrishnan committed
    • re PR tree-optimization/59100 (requesting optimization of safe rotate function) · 421bf780
      2014-05-08  Marc Glisse  <marc.glisse@inria.fr>
      
      	PR tree-optimization/59100
      gcc/
      	* tree-ssa-phiopt.c: Include tree-inline.h.
      	(neutral_element_p, absorbing_element_p): New functions.
      	(value_replacement): Handle conditional binary operations with a
      	neutral or absorbing element.
      gcc/testsuite/
      	* gcc.dg/tree-ssa/phi-opt-12.c: New file.
      	* gcc.dg/tree-ssa/phi-opt-13.c: Likewise.
      
      From-SVN: r210212
      Marc Glisse committed
    • tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before folding the expression. · a5eaec42
      2014-05-08  Richard Biener  <rguenther@suse.de>
      
      	* tree-ssa-sccvn.c (vn_get_expr_for): Valueize operands before
      	folding the expression.
      	(valueize_expr): Remove.
      	(visit_reference_op_load): Do not valueize the result of
      	vn_get_expr_for.
      	(simplify_binary_expression): Likewise.
      	(simplify_unary_expression): Likewise.
      
      From-SVN: r210211
      Richard Biener committed
    • Don't build libgcc-unwind.map with --disable-shared (PR libgcc/61097) · cceaf54a
      	PR libgcc/61097
      	* config/t-slibgcc-sld: Only build and install libgcc-unwind.map
      	if --enable-shared.
      
      From-SVN: r210210
      Rainer Orth committed
    • gimplify.c (gimplify_call_expr): Use saved fnptrtype for looking at TYPE_ARG_TYPES. · a96c6a62
      2014-05-08  Richard Biener  <rguenther@suse.de>
      
      	* gimplify.c (gimplify_call_expr): Use saved fnptrtype for
      	looking at TYPE_ARG_TYPES.
      
      From-SVN: r210209
      Richard Biener committed
    • gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove pointer propagation special-case. · fb42e303
      2014-05-08  Richard Biener  <rguenther@suse.de>
      
      	* gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove
      	pointer propagation special-case.
      
      From-SVN: r210208
      Richard Biener committed
    • acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning. · a3820abe
      2014-05-08  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning.
      	* configure: Regenerate.
      
      From-SVN: r210206
      Paolo Carlini committed
    • cp-demangle.c (struct d_component_stack): New structure. · 861c3495
      libiberty/
      2014-05-08  Gary Benson  <gbenson@redhat.com>
      
      	* cp-demangle.c (struct d_component_stack): New structure.
      	(struct d_print_info): New field component_stack.
      	(d_print_init): Initialize the above.
      	(d_print_comp_inner): Renamed from d_print_comp.
      	Do not restore template stack if it would cause a loop.
      	(d_print_comp): New function.
      	* testsuite/demangle-expected: New test cases.
      
      From-SVN: r210205
      Gary Benson committed
    • tree-affine.c (tree_to_aff_combination): Handle MEM_REF for core part of address expressions. · d1f1a283
      
      	* tree-affine.c (tree_to_aff_combination): Handle MEM_REF for
      	core part of address expressions.
      
      From-SVN: r210204
      Bin Cheng committed
    • re PR sanitizer/61095 (miscompile: tsan is broken in gcc trunk, works in 4.9) · c7ad3538
      gcc/testsuite/
      	PR tree-optimization/61095
      	* gcc.dg/torture/pr61095.c: New test.
      
      From-SVN: r210203
      Richard Sandiford committed
    • c-cppbuiltin.c (print_bits_of_hex): New. · ca49b74e
      * c-cppbuiltin.c (print_bits_of_hex): New.
      (builtin_define_type_minmax): Print values using hex so as not to
      require a pre-computed list of string values.
      
      From-SVN: r210202
      DJ Delorie committed
    • re PR target/60737 (rs6000 expand_block_clear uses word stores on double word pointer) · 42aea2d8
      	PR target/60737
      	* config/rs6000/rs6000.c (expand_block_move): Allow 64-bit
      	loads and stores when -mno-strict-align at any alignment.
      	(expand_block_clear): Similarly.  Also correct calculation of
      	instruction count.
      
      From-SVN: r210201
      Alan Modra committed
    • re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c) · 7500b256
      2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
              PR middle-end/39246
              * tree-complex.c (expand_complex_move): Keep line info when expanding
              complex move.
              * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment 
              of complex expression. Use new argument to display correct location 
              for values coming from phi statement.
              (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
              (warn_uninitialized_phi): Pass location of phi argument to 
              warn_uninit.
              * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
              COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
      
      testsuite:
      
              * gcc.dg/uninit-13.c: Move warning on the actual source line where
              the uninitialized complex is used.
              * gcc.dg/uninit-17.c: New test to check partial initialization of
              complex with branches.
              * gcc.dg/uninit-17-O0.c: Likewise.
      
      From-SVN: r210200
      Thomas Preud'homme committed
    • re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c) · e1ec47c4
      2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
              PR middle-end/39246
              * tree-complex.c (expand_complex_move): Keep line info when expanding
              complex move.
              * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment 
              of complex expression. Use new argument to display correct location 
              for values coming from phi statement.
              (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
              (warn_uninitialized_phi): Pass location of phi argument to 
              warn_uninit.
              * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
              COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
      
      testsuite:
      
              * gcc.dg/uninit-13.c: Move warning on the actual source line where
              the uninitialized complex is used.
              * gcc.dg/uninit-17.c: New test to check partial initialization of
              complex with branches.
              * gcc.dg/uninit-17-O0.c: Likewise.
      
      From-SVN: r210199
      Thomas Preud'homme committed
    • re PR middle-end/39246 (FAIL: gcc.dg/uninit-13.c) · 10e08855
      2014-05-07  Thomas Preud'homme  <thomas.preudhomme@arm.com>
      
              PR middle-end/39246
              * tree-complex.c (expand_complex_move): Keep line info when expanding
              complex move.
              * tree-ssa-uninit.c (warn_uninit): New argument. Ignore assignment 
              of complex expression. Use new argument to display correct location 
              for values coming from phi statement.
              (warn_uninitialized_vars): Adapt to new signature of warn_uninit.
              (warn_uninitialized_phi): Pass location of phi argument to 
              warn_uninit.
              * tree-ssa.c (ssa_undefined_value_p): For SSA_NAME initialized by a
              COMPLEX_EXPR, recurse on each part of the COMPLEX_EXPR.
      
      testsuite:
      
              * gcc.dg/uninit-13.c: Move warning on the actual source line where
              the uninitialized complex is used.
              * gcc.dg/uninit-17.c: New test to check partial initialization of
              complex with branches.
              * gcc.dg/uninit-17-O0.c: Likewise.
      
      From-SVN: r210198
      Thomas Preud'homme committed
    • Daily bump. · e019b84b
      From-SVN: r210197
      GCC Administrator committed
  2. 07 May, 2014 6 commits