- 07 Mar, 2009 5 commits
-
-
From-SVN: r144702
H.J. Lu committed -
PR c++/39367 * init.c (build_new_1): Don't use a VLA type. (build_vec_init): Handle getting a pointer for BASE. From-SVN: r144697
Jason Merrill committed -
PR middle-end/38028 * function.c (assign_parm_setup_stack): Use STACK_SLOT_ALIGNMENT to determine alignment passed to assign_stack_local. (assign_parms_unsplit_complex): Likewise. * except.c (sjlj_build_landing_pads): Likewise. From-SVN: r144696
Ulrich Weigand committed -
2009-03-06 H.J. Lu <hongjiu.lu@intel.com> PR c++/37520 * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL when mangling symbols. From-SVN: r144692
H.J. Lu committed -
From-SVN: r144690
GCC Administrator committed
-
- 06 Mar, 2009 9 commits
-
-
/cp 2009-03-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/33492 * error.c (dump_expr): Don't try to print THROW_EXPRs in full. /testsuite 2009-03-06 Paolo Carlini <paolo.carlini@oracle.com> PR c++/33492 * g++.dg/other/error32.C: New. From-SVN: r144686
Paolo Carlini committed -
PR middle-end/39360 * tree-flow.h (add_referenced_var): Return bool instead of void. * tree-dfa.c (add_referenced_var): Return result of referenced_var_check_and_insert call. * tree-inline.c (expand_call_inline): Call add_referenced_var instead of referenced_var_check_and_insert. * gcc.c-torture/compile/pr39360.c: New test. From-SVN: r144683
Jakub Jelinek committed -
PR debug/39372 * dwarf2out.c (add_abstract_origin_attribute): Return origin_die. (gen_variable_die): Emit DW_AT_location on abstract static variable's DIE, don't emit it if abstract origin already has it. * tree-cfg.c (remove_useless_stmts_bind): GIMPLE_BINDs with any BLOCK_NONLOCALIZED_VARS in its gimple_bind_block aren't useless. * g++.dg/debug/dwarf2/static-local-var-in-ctor.C: New test. From-SVN: r144682
Jakub Jelinek committed -
* genpreds.c: (needs_variable): Fix parentheses at variable name detection. (write_tm_constrs_h): Indent generated code. From-SVN: r144679
Jan-Benedict Glaw committed -
From-SVN: r144668
Ramana Radhakrishnan committed -
PR debug/39387 * dwarf2out.c (dwarf2out_imported_module_or_decl_1): For IMPORTED_DECL take locus from its DECL_SOURCE_LOCATION instead of input_location. From-SVN: r144666
Jakub Jelinek committed -
* decl.c (record_builtin_java_type): Use canonicalized integer types. From-SVN: r144664
Alexandre Oliva committed -
* simplify.c (gfc_simplify_transfer): Zero-initialize the buffer. From-SVN: r144663
Alexandre Oliva committed -
From-SVN: r144656
GCC Administrator committed
-
- 05 Mar, 2009 9 commits
-
-
* config/bfin/bfin.c (bfin_discover_loop): When retrying fails, mark the loop as bad. From-SVN: r144645
Bernd Schmidt committed -
re PR c++/38908 (Unexplained "'<anonymous>' is used uninitialized in this function" warning in cc1plus -m64) PR c++/38908 * class.c (is_really_empty_class): New fn. * cp-tree.h: Declare it. * cp-objcp-common.c (cp_expr_size): Use it. From-SVN: r144643
Jason Merrill committed -
PR debug/39379 * tree-cfg.c (remove_useless_stmts_bind): Don't remove GIMPLE_BINDs with blocks containing IMPORTED_DECLs in BLOCK_VARS. * g++.dg/debug/dwarf2/imported-module-3.C: New test. * g++.dg/debug/dwarf2/imported-module-4.C: New test. From-SVN: r144640
Jakub Jelinek committed -
* config/i386/i386.md (R8_REG, R9_REG): New constants. * config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Use named constants instead of magic numbers. (HARD_REGNO_CALLER_SAVE_MODE): Ditto. (QI_REG_P): Ditto. * config/i386/i386.c (x86_64_int_parameter_registers): Ditto. (x86_64_ms_abi_int_parameter_registers): Ditto. (x86_64_int_return_registers): Ditto. (ix86_expand_call): Ditto for clobbered_registers array. (ix86_hard_regno_mode_ok): Ditto. (x86_extended_QIreg_mentioned_p): Ditto. From-SVN: r144638
Uros Bizjak committed -
PR c++/13549 * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR. * parser.c (cp_parser_postfix_expression): Call it for TEMPLATE_ID_EXPR. * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR. (get_first_fn): Likewise. From-SVN: r144636
Jason Merrill committed -
From-SVN: r144635
Joern Rennecke committed -
From-SVN: r144634
J"orn Rennecke committed -
From-SVN: r144633
GCC Administrator committed -
* combine.c (gen_lowpart_for_combine): Use omode when generating clobber. From-SVN: r144630
J"orn Rennecke committed
-
- 04 Mar, 2009 13 commits
-
-
2009-03-04 Nathan Sidwell <nathan@codesourcery.com> * g++.dg/torture/predcom-1.C: New test. From-SVN: r144629
Nathan Sidwell committed -
PR39235: * loop-iv.c (get_simple_loop_desc): Use XCNEW. From-SVN: r144628
J"orn Rennecke committed -
* graphite.c (nb_reductions_in_loop): Update simple_iv arguments. From-SVN: r144627
Zdenek Dvorak committed -
2009-03-04 Richard Guenther <rguenther@suse.de> PR tree-optimization/39362 * tree-ssa-sccvn.c (visit_use): Stores and copies from SSA_NAMEs that occur in abnormal PHIs should be varying. * g++.dg/torture/pr39362.C: New testcase. From-SVN: r144626
Richard Guenther committed -
From-SVN: r144619
Jason Merrill committed -
PR c++/9634 PR c++/29469 PR c++/29607 * decl.c (make_typename_type): Do look inside currently open classes. * parser.c (cp_parser_lookup_name): Likewise. (cp_parser_template_name): Likewise. * pt.c (dependent_scope_p): New function. * cp-tree.h: Declare it. * class.c (currently_open_class): Return fast if T isn't a class. Co-Authored-By: Giovanni Bajo <giovannibajo@gcc.gnu.org> From-SVN: r144618
Jason Merrill committed -
* tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments. (simple_iv): Take loop as an argument instead of statement. * tree-scalar-evolution.h (simple_iv): Declaration changed. * tree-ssa-loop-niter.c (number_of_iterations_exit): Update calls to simple_iv. * tree-ssa-loop-ivopts.c (determine_biv_step, find_givs_in_stmt_scev): Ditto. * tree-parloops.c (loop_parallel_p, canonicalize_loop_ivs): Ditto. * matrix-reorg.c (analyze_transpose): Ditto. * tree-data-ref.c (dr_analyze_innermost): Ditto. * tree-vect-analyze.c (vect_analyze_data_refs): Ditto. * tree-predcom.c (ref_at_iteration): Ditto. * tree-ssa-loop-prefetch.c (idx_analyze_ref): Ditto. From-SVN: r144615
Zdenek Dvorak committed -
PR testsuite/39357 * gcc.dg/vect-iv-6.c (dg-require-effective-target): Change from vect_int to vect_int_mult. From-SVN: r144614
Steve Ellcey committed -
2009-03-04 Richard Guenther <rguenther@suse.de> PR tree-optimization/39358 * tree-ssa-structalias.c (do_sd_constraint): Fix check for escaped_id and callused_id. (solve_graph): Likewise. * g++.dg/warn/Wstrict-aliasing-bogus-escape-2.C: New testcase. * g++.dg/warn/Wstrict-aliasing-bogus-escape-3.C: Likewise. From-SVN: r144602
Richard Guenther committed -
From-SVN: r144600
Joseph Myers committed -
2009-03-04 Richard Guenther <rguenther@suse.de> PR tree-optimization/39339 * tree-sra.c (try_instantiate_multiple_fields): Make it no longer ICE on the above. * gcc.c-torture/execute/pr39339.c: New testcase. From-SVN: r144598
Richard Guenther committed -
* emit-rtl.c (adjust_address_1): Reduce offset to a signed value that fits within Pmode. testsuite: * gcc.c-torture/compile/20090303-1.c, gcc.c-torture/compile/20090303-2.c: New tests. From-SVN: r144595
Joseph Myers committed -
From-SVN: r144594
GCC Administrator committed
-
- 03 Mar, 2009 4 commits
-
-
From-SVN: r144591
Joseph Myers committed -
PR middle-end/10109 * tm.texi (LIBCALL_VALUE): Update description. From-SVN: r144586
Steve Ellcey committed -
PR middle-end/34443 * doc/extend.texi (section): Update description. From-SVN: r144582
Steve Ellcey committed -
2009-03-03 H.J. Lu <hongjiu.lu@intel.com> PR middle-end/39345 * tree-inline.c (remapped_type): New. (can_be_nonlocal): Call remapped_type instead of remap_type. From-SVN: r144581
H.J. Lu committed
-