- Feb 23, 2011
-
-
Kai Tietz authored
From-SVN: r170433
-
Janne Blomqvist authored
Co-Authored-By:
Jerry DeLisle <jvdelisle@gcc.gnu.org> From-SVN: r170432
-
Ian Lance Taylor authored
From-SVN: r170431
-
Ian Lance Taylor authored
From-SVN: r170430
-
Ian Lance Taylor authored
From-SVN: r170429
-
Ian Lance Taylor authored
From-SVN: r170428
-
Ian Lance Taylor authored
From-SVN: r170427
-
Jie Zhang authored
opts-common.c (decode_cmdline_option): Print empty string argument as "" in decoded->orig_option_with_args_text. * opts-common.c (decode_cmdline_option): Print empty string argument as "" in decoded->orig_option_with_args_text. * gcc.c (execute): Print empty string argument as "" in the verbose output. (do_spec_1): Keep empty string argument. testsuite/ * gcc.dg/cpp/include7.c: New test. From-SVN: r170426
-
Nathan Froyd authored
From-SVN: r170425
-
Jakub Jelinek authored
PR c++/47833 * pt.c (struct pending_template): Add chain_next GTY option. * decl.c (struct named_label_use_entry): Likewise. From-SVN: r170424
-
Paolo Carlini authored
re PR c++/47242 ([C++0x] ICE: tree check: expected field_decl, have error_mark in build_lambda_object, at cp/semantics.c:7604 on invalid lambda function) /cp 2011-02-22 Paolo Carlini <paolo.carlini@oracle.com> PR c++/47242 * semantics.c (build_lambda_object): Bail out if a field is error_mark_node. /testsuite 2011-02-22 Paolo Carlini <paolo.carlini@oracle.com> PR c++/47242 * g++.dg/cpp0x/lambda/lambda-ice4.C: New. From-SVN: r170423
-
Jie Zhang authored
PR rtl-optimization/47763 * web.c (web_main): Ignore naked clobber when replacing register. testsuite/ PR rtl-optimization/47763 * gcc.dg/pr47763.c: New test. From-SVN: r170422
-
GCC Administrator authored
From-SVN: r170421
-
- Feb 22, 2011
-
-
Anatoly Sokolov authored
* config/stormy16/stormy16.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove. From-SVN: r170417
-
Paul Thomas authored
re PR fortran/45743 (gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions) 2011-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/45743 * trans-decl.c (gfc_get_extern_function_decl): Don't use the gsymbol backend_decl if the procedure has a formal argument that is a procedure. 2011-02-22 Paul Thomas <pault@gcc.gnu.org> PR fortran/45743 * gfortran.dg/whole_file_32.f90 : New test. From-SVN: r170414
-
Dodji Seketeli authored
Fix PR c++/47666 gcc/cp/ PR c++/47666 * class.c (dfs_declare_virt_assop_and_dtor) (declare_virt_assop_and_dtor): New static functions. (add_implicitly_declared_members): Use declare_virt_assop_and_dtor. gcc/testsuite/ PR c++/47666 * g++.dg/inherit/virtual7.C: New test. From-SVN: r170413
-
Nicola Pero authored
From-SVN: r170412
-
Sebastian Pop authored
2011-02-22 Sebastian Pop <sebastian.pop@amd.com> PR doc/47848 * doc/invoke.texi: Do not mention -ftree-loop-if-convert-memory-writes. From-SVN: r170411
-
Rainer Orth authored
* lib/gnat.exp: Fix comments. Don't load libgloss.exp. (default_gnat_version): Call $compiler with --version. Adapt regexp for gnatmake output, insert version. (gnat_version): New proc. (gnat_init): Remove gnat_libgcc_s_path. (gnat_target_compile): Likewise. Remove ld_library_path. Log ADA_INCLUDE_PATH, ADA_OBJECTS_PATH. (gnat_pass): Remove. (gnat_pass): Remove. (gnat_finish): Remove. (gnat_exit): Remove. (local_find_gnatmake): Reindent. (runtest_file_p): Remove. (prune_warnings): Remove. (find_gnatclean): New proc. * lib/gnat-dg.exp (lremove): New proc. (gnat-dg-test): Reindent. Remove additional output files. (gnat-dg-runtest): Remove. * gnat.dg/array7.adb: Use cleanup-tree-dump "optimized". * gnat.dg/loop_optimization6.adb: Likewise. * gnat.dg/atomic1.adb: Use cleanup-tree-dump "gimple". From-SVN: r170404
-
Jakub Jelinek authored
re PR tree-optimization/47835 (FAIL: gcc.dg/pr46909.c scan-tree-dump ifcombine "optimizing two comparisons to x_[0-9]+\(D\) != 4") PR tree-optimization/47835 * gcc.dg/pr46909.c: Check optimized dump instead of ifcombine. From-SVN: r170399
-
Tobias Burnus authored
2011-02-22 Tobias Burnus <burnus@net-b.de> Kai-Uwe Eckhardt <kuehro@gmx.de> PR libfortran/47830 * intrinsics/c99_functions.c (roundl): Make C valid for HAVE_NEXTAFTERL. Co-Authored-By:
Kai-Uwe Eckhardt <kuehro@gmx.de> From-SVN: r170396
-
Tobias Burnus authored
2011-02-22 Tobias Burnus <burnus@net-b.de> PR fortran/41359 * trans-stmt.c (gfc_trans_if_1): Use correct line for expressions in the if condition. From-SVN: r170394
-
Tobias Burnus authored
2011-02-22 Tobias Burnus <burnus@net-b.de> * abstract_type_1.f90: Fix dg-do syntax. * abstract_type_2.f03: Ditto. * abstract_type_3.f03: Ditto. * abstract_type_4.f03: Ditto. * abstract_type_5.f03: Ditto. * abstract_type_6.f03: Ditto. * alloc_comp_constraint_6.f90: Ditto. * alloc_comp_init_expr.f03: Ditto. * allocatable_scalar_11.f90: Ditto. * allocate_scalar_with_shape.f90: Ditto. * array_function_5.f90: Ditto. * asynchronous_3.f03: Ditto. * char_expr_1.f90: Ditto. * class_14.f03: Ditto. * data_array_6.f: Ditto. * data_invalid.f90: Ditto. * dot_product_1.f03: Ditto. * func_derived_5.f90: Ditto. * func_result_4.f90: Ditto. * implied_do_1.f90: Ditto. * initialization_25.f90: Ditto. * initialization_26.f90: Ditto. * interface_34.f90: Ditto. * iso_c_binding_init_expr.f03: Ditto. * keyword_symbol_1.f90: Ditto. * matmul_8.f03: Ditto. * merge_init_expr.f90: Ditto. * pack_assign_1.f90: Ditto. * pack_vector_1.f90: Ditto. * pointer_check_8.f90: Ditto. * product_init_expr.f03: Ditto. * reshape_order_5.f90: Ditto. * reshape_shape_1.f90: Ditto. * reshape_zerosize_2.f90: Ditto. * same_name_2.f90: Ditto. * selected_real_kind_1.f90: Ditto. * spread_init_expr.f03: Ditto. * stmt_func_1.f90: Ditto. * sum_init_expr.f03: Ditto. * transpose_3.f03: Ditto. * unpack_init_expr.f03: Ditto. * warn_conversion.f90: Ditto. * warn_conversion_2.f90: Ditto. * warn_intent_out_not_set.f90: Ditto. * warn_unused_dummy_argument_1.f90: Ditto. * warn_unused_dummy_argument_2.f90: Ditto. * whole_file_16.f90: Ditto. * whole_file_17.f90: Ditto. * whole_file_18.f90: Ditto. * whole_file_20.f03: Ditto. * whole_file_5.f90: Ditto. * whole_file_6.f90: Ditto. * write_invalid_format.f90: Ditto. * zero_sized_6.f90: Ditto. From-SVN: r170393
-
Mike Stump authored
* acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin assembler. * configure: Regenerate. From-SVN: r170392
-
Mike Stump authored
From-SVN: r170391
-
Ian Lance Taylor authored
From-SVN: r170390
-
Ian Lance Taylor authored
From-SVN: r170389
-
Chung-Lin Tang authored
re PR rtl-optimization/46002 (ICE: in update_copy_costs, at ira-color.c:319 with -fira-algorithm=priority) 2011-02-21 Chung-Lin Tang <cltang@codesourcery.com> PR rtl-optimization/46002 * ira-color.c (update_copy_costs): Change class intersection test to reg_class_contents[] test of 'hard_regno'. From-SVN: r170388
-
Ian Lance Taylor authored
From-SVN: r170387
-
Ian Lance Taylor authored
From-SVN: r170386
-
Ian Lance Taylor authored
From-SVN: r170385
-
Ian Lance Taylor authored
From-SVN: r170384
-
Joseph Myers authored
* config/alpha/osf5.opt (mno-mips-tfile): Mark as Target rather than Driver option. * config/hpux11.opt (mt): Likewise. * config/microblaze/microblaze.opt (mxl-mode-xilkernel): Likewise. * config/rs6000/xilinx.opt (mno-clearbss, mppcperflib): Likewise. * config/vax/elf.opt (mno-asm-pic): Likewise. * config/vms/vms.opt (map, mvms-return-codes): Likewise. From-SVN: r170383
-
GCC Administrator authored
From-SVN: r170381
-
- Feb 21, 2011
-
-
Mike Stump authored
PR target/47822 * config/darwin-protos.h (darwin_init_cfstring_builtins): Return a tree so we can get save the type. * config/i386/darwin.h (SUBTARGET_INIT_BUILTINS): Reserve builtin slot for CFString instead of trying to use past the end of the builtins. * config/i386/i386.c (IX86_BUILTIN_CFSTRING): Likewise. * config/rs6000/rs6000-builtin.def (RS6000_BUILTIN_CFSTRING): Likewise. * config/rs6000/darwin.h (SUBTARGET_INIT_BUILTINS): Likewise. * config/darwin.c (DARWIN_BUILTIN_CFSTRINGMAKECONSTANTSTRING): Rename to darwin_builtin_cfstring. (darwin_init_cfstring_builtins): Return the built type. From-SVN: r170376
-
Uros Bizjak authored
PR target/47840 * config/i386/avxintrin.h (_mm256_insert_epi32): Use _mm_insert_epi32. (_mm256_insert_epi64): Use _mm_insert_epi64. From-SVN: r170371
-
Jeff Law authored
re PR rtl-optimization/46178 (gcc.target/i386/(u)divmod-[58].c FAIL: ICE: in dec_register_pressure, at ira-lives.c:215 with -fira-algorithm=priority) PR rtl-optimization/46178 * gcc.target/i386/pr46178.c: New test. PR rtl-optimization/46002 * gcc.c-torture/compile/pr46002.c: New test. From-SVN: r170370
-
John David Anglin authored
* g++.dg/cpp0x/lambda/lambda-conv.C: Skip scan-assembler check on *-*-hpux10*. From-SVN: r170368
-
Anatoly Sokolov authored
* config/stormy16/stormy16.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove. * config/stormy16/stormy16-protos.h (xstormy16_mode_dependent_address_p): Remove. * config/stormy16/stormy16.c (xstormy16_mode_dependent_address_p): Make static. Change return type to bool. Change argument type to const_rtx. Remove dead code. (TARGET_MODE_DEPENDENT_ADDRESS_P): Define. From-SVN: r170367
-
Jakub Jelinek authored
re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack) PR debug/47106 * g++.dg/debug/pr47106.C: Require effective target lto. From-SVN: r170366
-