- 14 Jan, 2009 2 commits
-
-
* gcc.target/arm/eabi1.c (__eabi_uread4, __eabi_uwrite4) (__eabi_uread8, __eabi_uwrite8): Change spellings of declarations to... (__aeabi_uread4, __aeabi_uwrite4, __aeabi_uread8, __aeabi_uwrite8): These. From-SVN: r143361
Julian Brown committed -
From-SVN: r143358
GCC Administrator committed
-
- 13 Jan, 2009 25 commits
-
-
PR rtl-optimization/38774 * combine.c (simplify_set): When undoing cc_use change, don't do PUT_CODE on the newly created comparison, but instead put back the old comparison. * gcc.dg/torture/pr38774.c: New test. From-SVN: r143355
Jakub Jelinek committed -
* doc/invoke.texi (ARM Options): Update lists of -mcpu and -march values. Remove duplicate arm8 entry. From-SVN: r143353
Joseph Myers committed -
PR c++/38795 * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same as CAST_EXPR. * g++.dg/cpp0x/pr38795.C: New test. From-SVN: r143351
Jakub Jelinek committed -
* gcc.target/powerpc/altivec-consts.c: Run if vmx_hw, compile otherwise. Do not check for AltiVec at runtime. * gcc.target/powerpc/altivec-varargs-1.c: Likewise. * gcc.target/powerpc/altivec-vec-merge.c: Likewise. * gcc.target/powerpc/altivec-1.c: Likewise. * gcc.target/powerpc/altivec-3.c: Likewise. * gcc.target/powerpc/altivec-10.c: Likewise. * gcc.target/powerpc/altivec-12.c: Likewise. * gcc.target/powerpc/altivec-24.c: Likewise. * gcc.target/powerpc/altivec-cell-2.c: Likewise. * gcc.target/powerpc/altivec-cell-3.c: Likewise. * gcc.target/powerpc/altivec-cell-4.c: Likewise. * gcc.target/powerpc/pr35907.c: Likewise. * gcc.target/powerpc/altivec-cell-8.c: Run if cell_hw, compile otherwise. Do not check for Cell at runtime. * gcc.target/powerpc/altivec_check.h: Delete. * g++.dg/ext/altivec-2.C: Do not check for AltiVec at runtime. * g++.dg/ext/altivec-3.C: Run if vmx_hw, compile otherwise. Do not check for AltiVec at runtime. * g++.dg/ext/altivec-cell-2.C: Likewise. * g++.dg/ext/altivec-cell-3.C: Likewise. * g++.dg/ext/altivec-cell-4.C: Likewise. * g++.dg/eh/simd-2.C: Only use -maltivec if vmx_hw. * g++.dg/eh/check-vect.h (sig_ill_handler): Remove AltiVec runtime check. * g++.dg/ext/altivec_check.h: Delete. Co-Authored-By: Joseph Myers <joseph@codesourcery.com> Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com> From-SVN: r143350
Daniel Jacobowitz committed -
* gcc.target/powerpc/altivec-macros.c: Require a powerpc_altivec_ok effective target. Adjust line numbers accordingly. From-SVN: r143349
Nathan Froyd committed -
2009-01-13 Mark Mitchell <mark@codesourcery.com> * gcc.target/i386/sse-10.c: Pass -mno-omit-leaf-frame-pointer. From-SVN: r143345
Mark Mitchell committed -
2009-01-13 Sebastian Pop <sebastian.pop@amd.com> PR tree-optimization/38786 * gcc.dg/graphite/pr38786.c: New. * graphite.c (expand_scalar_variables_ssa_name): New, outlined from the SSA_NAME case of expand_scalar_variables_expr. Set the type of an expression to the type of its assign statement. (expand_scalar_variables_expr): Also gather the scalar computation used to index the memory access. Do not pass loop_p. Fix comment. Stop recursion on tcc_constant or tcc_declaration. (expand_scalar_variables_stmt): Pass to expand_scalar_variables_expr the gimple_stmt_iterator where it inserts new code. Do not pass loop_p. (copy_bb_and_scalar_dependences): Do not pass loop_p. (translate_clast): Update call to copy_bb_and_scalar_dependences. From-SVN: r143341
Sebastian Pop committed -
2009-01-13 Sebastian Pop <sebastian.pop@amd.com> * graphite.h (debug_value): Removed. * graphite.c (debug_value): Removed. From-SVN: r143340
Sebastian Pop committed -
* arm.c (output_move_double): Don't synthesize thumb-2 ldrd/strd with two 32-bit instructions. From-SVN: r143339
Richard Earnshaw committed -
* arm.c (struct processors): Pass for speed down into cost helper functions. (const_ok_for_op): Handle COMPARE and inequality nodes. (arm_rtx_costs_1): Rewrite. (arm_size_rtx_costs): Update prototype. (arm_rtx_costs): Pass speed down to helper functions. (arm_slowmul_rtx_costs): Rework cost calculations. (arm_fastmul_rtx_costs, arm_xscale_rtx_costs): Likewise. (arm_9e_rtx_costs): Likewise. From-SVN: r143338
Richard Earnshaw committed -
* testsuite/ext/pb_ds/regression/hash_data_map_rand.cc: Add dg-timeout-factor 2.0. * testsuite/ext/pb_ds/regression/trie_data_map_rand.cc: Ditto. * testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc: Ditto. * testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc: Ditto. * testsuite/ext/pb_ds/regression/priority_queue_rand.cc: Ditto. * testsuite/ext/pb_ds/regression/tree_data_map_rand.cc: Ditto. * testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc: Ditto. From-SVN: r143335
Uros Bizjak committed -
* config/t-softfp: New file. * config.host (powerpc64-*-linux*, powerpc64-*-gnu*): Add t-softfp. (powerpc-*-linux*spe*, powerpc-*-linux*): Likewise. From-SVN: r143334
Ben Elliston committed -
From-SVN: r143333
Uros Bizjak committed -
alpha.c (alpha_legitimate_address_p): Explicit relocations of local symbols wider than UNITS_PER_WORD are not valid. * config/alpha/alpha.c (alpha_legitimate_address_p): Explicit relocations of local symbols wider than UNITS_PER_WORD are not valid. (alpha_legitimize_address): Do not split local symbols wider than UNITS_PER_WORD into HIGH/LO_SUM parts. testsuite/ChangeLog: Revert: 2009-01-05 Uros Bizjak <ubizjak@gmail.com> * gcc.dg/compat/struct-layout-1_generate.c (dg-options): Add -mieee for alpha*-*-* targets. * g++.dg/compat/struct-layout-1_generate.c (dg-options): Ditto. From-SVN: r143332
Uros Bizjak committed -
* scripts/extract_symvers: Add sed script to remove ' [<other>: xx] ' field from readelf output. From-SVN: r143331
Uros Bizjak committed -
PR bootstrap/38580 * gcc.c (process_command): Replace call to execvp with calls to pex_one and exit. From-SVN: r143330
Danny Smith committed -
2009-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/38772 * gfortran.dg/fmt_bz_bn_err.f: New test. From-SVN: r143328
Jerry DeLisle committed -
2009-01-12 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/38772 * io/read.c (read_f): Clean up loop conditions for BZ/BN, allowing proper digit testing. White space fix. From-SVN: r143327
Jerry DeLisle committed -
From-SVN: r143326
Nathan Froyd committed -
From-SVN: r143325
Nathan Froyd committed -
* lib/target-supports.exp (check_effective_target_powerpc64): New. * gcc.target/powerpc/darwin-longlong.c: Explicitly require 64-bit instruction support. Do not check for it at runtime. From-SVN: r143324
Daniel Jacobowitz committed -
re PR target/38384 (shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00) 2009-01-12 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/38384 * crossconfig.m4 (hpux): Update for 10.20, 11, 11.20. * configure: Regenerate. 2009-01-12 Benjamin Kosnik <bkoz@redhat.com> * crossconfig.m4 (linux): Add GCC_CHECK_TLS to define _GLIBCXX_HAVE_TLS. Use GLIBCXX_CHECK_COMPILER_FEATURES to compute SECTION_FLAGS. From-SVN: r143322
Benjamin Kosnik committed -
From-SVN: r143321
Jason Merrill committed -
PR c++/35109 * name-lookup.c (lookup_name_real): Keep looking past a hidden binding. Co-Authored-By: Steve Ellcey <sje@cup.hp.com> From-SVN: r143320
Jason Merrill committed -
From-SVN: r143318
GCC Administrator committed
-
- 12 Jan, 2009 13 commits
-
-
gcc/cp/ChangeLog: 2009-01-12 Dodji Seketeli <dodji@redhat.com> PR c++/36019 * pt.c (parameter_of_template_p): New function. * cp-tree.h: Declare it. * name-lookup.c (binding_to_template_parms_of_scope_p): New function. (outer_binding): Take template parameters in account when looking for a name binding. gcc/testsuite/ChangeLog: 2009-01-12 Dodji Seketeli <dodji@redhat.com> PR c++/36019 * g++.dg/lookup/hidden-class12.C: New test. * g++.dg/lookup/hidden-class13.C: New test. * g++.dg/lookup/hidden-class14.C: New test. * g++.dg/lookup/hidden-class15.C: New test. * g++.dg/lookup/hidden-class16.C: New test. From-SVN: r143315
Dodji Seketeli committed -
2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu> * MAINTAINERS: Add myself to reviewers (Fortran). From-SVN: r143312
Steven G. Kargl committed -
2009-01-12 Sebastian Pop <sebastian.pop@amd.com> PR tree-optimization/38515 * configure.ac (cloog-polylib): Removed. (with_ppl, with_cloog): Test for "no". * configure: Regenerated. From-SVN: r143311
Sebastian Pop committed -
* gcc.dg/struct/wo_prof_single_str_global.c: Mask return value. * gcc.dg/struct/wo_prof_single_str_local.c: Mask return value. * gcc.dg/struct/wo_prof_single_str_pointer.c: Mask return value. From-SVN: r143309
Mark Mitchell committed -
PR c++/31488 * tree.c (pod_type_p): Return 1 for structs created by the back end. From-SVN: r143308
Jason Merrill committed -
* gcc.target/powerpc/ppc-spe.c: Compile for all EABI targets. Explicitly enable SPE. * gcc.target/powerpc/20030505.c: Likewise. Add dg-message directive. * gcc.target/powerpc/20030218-1.c: Pass -mfloat-gprs=single. Expect -flax-vector-conversions message. Adjust incompatible types errors. * gcc.target/powerpc/spe1.c: Pass -mspe and -mfloat-gprs=single. Make Foo extern. * gcc.dg/cpp/assert4.c: Recognize __PPC__. * g++.dg/other/opaque-1.C: Run on targets with SPE. * g++.dg/ext/spe-1.C: Pass -mspe and -mfloat-gprs=single. * g++.dg/other/opaque-2.C: Likewise. * g++.dg/other/opaque-3.C: Likewise. From-SVN: r143307
Daniel Jacobowitz committed -
PR target/29141 * config/avr/t-avr (LIB1ASMFUNCS): Add _tablejump_elpm. * config/avr/libgcc.S (__do_global_ctors, __do_global_dtors): Add variant for devices with 3-byte PC. (__tablejump_elpm__) : New. From-SVN: r143306
Anatoly Sokolov committed -
PR c/32041 * c-parser.c (c_parser_postfix_expression): Allow `->' in offsetof member-designator, handle it as `[0].'. * parser.c (cp_parser_builtin_offsetof): Allow `->' in offsetof member-designator, handle it as `[0].'. * gcc.dg/pr32041.c: New test. * g++.dg/parse/offsetof9.C: New test. From-SVN: r143305
Jakub Jelinek committed -
* g++.dg/conversion/simd1.C: Ignore irrelevant warning. * g++.dg/ext/attribute-test-1.C: Likewise. * g++.dg/ext/attribute-test-2.C: Likewise. * g++.dg/ext/attribute-test-3.C: Likewise. * g++.dg/ext/attribute-test-4.C: Likewise. Co-Authored-By: Nathan Froyd <froydnj@codesourcery.com> From-SVN: r143304
Daniel Jacobowitz committed -
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Really strip only useless conversions around renamed objects. From-SVN: r143303
Eric Botcazou committed -
2009-01-12 Andrew Haley <aph@redhat.com> * sun/misc/natUnsafe.cc (spinlock contructor): Call sched_yield(). From-SVN: r143302
Andrew Haley committed -
* pa.c (pa_asm_output_mi_thunk): Use pc-relative branch to thunk function when not using named sections on targets with named sections if branch distance is less than 262132. From-SVN: r143300
John David Anglin committed -
From-SVN: r143297
Andrew Haley committed
-