summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
* PR middle-end/37338jakub2008-09-102-0/+7
| | | | | | | * gimplify.c (gimplify_body): Call default_rtl_profile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140249 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 H.J. Lu <hongjiu.lu@intel.com>hjl2008-09-102-20/+22
| | | | | | | * expr.c (find_array_element): Reformat. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140248 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/36904jakub2008-09-104-14/+70
| | | | | | | | | | | | * config/rs6000/rs6000-c.c (rs6000_macro_to_expand): Return NULL instead of tok->val.node if not expanding to something else. Handle intervening CPP_PADDING tokens. (altivec_categorize_keyword): Remove unneeded comparisons. * gcc.target/powerpc/altivec-27.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140247 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>joel2008-09-103-3/+90
| | | | | | | | | | | * gcc-interface/Makefile.in: Switch RTEMS to s-interr-hwint.adb. * s-osinte-rtems.ads: Add shared hardware interrupt adapter layer. RTEMS binds to OS provided adapter routines so there are no modifications to s-osinte-rtems.adb. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140246 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Andrew Pinski <andrew_pinski@playstation.sony.com>pinskia2008-09-102-0/+61
| | | | | | | | | PR middle-end/37333 * gcc.c-torture/compile/20080910-1.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140243 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Richard Guenther <rguenther@suse.de>rguenth2008-09-102-6/+16
| | | | | | | * tree-ssa-pre.c (phi_translate_1): Fix memory leak. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140236 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Richard Guenther <rguenther@suse.de>rguenth2008-09-104-0/+36
| | | | | | | | | | | PR middle-end/37432 * tree-inline.c (insert_init_stmt): Make sure to not insert invalid gimple stores. * gcc.c-torture/compile/pr37432.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140233 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Sebastian Pop <sebastian.pop@amd.com>spop2008-09-103-6/+17
| | | | | | | | | | | | | PR tree-optimization/37388 * toplev.c (process_options): Fail and warn when graphite flags are used, but the compiler has not been configured with graphite libraries. * graphite.c (graphite_transform_loops): Remove printfs to dump_file for the case when graphite is not available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140232 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/hjl2008-09-1012-7/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-09-10 H.J. Lu <hongjiu.lu@intel.com> PR target/37434: * config/i386/i386.c (ix86_expand_vector_init_interleave): Force the even element into register. (ix86_expand_vector_init_general): Don't use ix86_expand_vector_init_interleave on V16QImode and V8HImode if we can't move from GPR to SSE register directly. gcc/testsuite/ 2008-09-10 H.J. Lu <hongjiu.lu@intel.com> PR target/37434: * gcc.target/i386/pr37434-1.c: New. * gcc.target/i386/pr37434-2.c: Likewise. * gcc.target/i386/pr37434-3.c: Likewise. * gcc.target/i386/pr37434-4.c: Likewise. * gcc.target/i386/sse2-set-v8hi-1a.c: Likewise. * gcc.target/i386/sse2-set-v8hi-2a.c: Likewise. * gcc.target/i386/sse4_1-set-v16qi-1a.c: Likewise. * gcc.target/i386/sse4_1-set-v16qi-2a.c: Likewise. * gcc.target/i386/sse4_1-set-v16qi-3a.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140231 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/bfin/bfin.c (workaround_speculation): Correct algorithm tobernds2008-09-103-30/+60
| | | | | | | | | | | | not lose track of the number of NOPs needed. Number of NOPs needed for sync vs. loads workaround was switched; corrected. Run second pass for all workarounds. No NOPs needed after call insns. Change second pass to use find_next_insn_start and find_load helpers in order to properly detect parallel insns. * config/bfin/bfin.md (cbranch_with_nops): Increase length. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140230 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-10 Tobias Burnus <burnus@net-b.de>burnus2008-09-105-7/+29
| | | | | | | | | | | | | | | PR fortran/37420 * trans-decl.c (get_proc_pointer_decl): Fix -Wunused-variable. 2008-09-10 Tobias Burnus <burnus@net-b.de> PR fortran/37420 * gfortran.dg/warn_unused_var.f90: New test. * gfortran.dg/warn_unused_var.f90: Add cleanup-modules. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140229 138bc75d-0d04-0410-961f-82ee72b054a4
* * value-prof.c (gimple_ic): Fix tuplification bug.hubicka2008-09-103-3/+8
| | | | | | | | * sched-deps.c (sched_insns_conditions_mutex_p): Silence unitialized var warning. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140228 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/37353jakub2008-09-104-9/+43
| | | | | | | | | | | | | | | * tree-call-cdce.c (cond_dead_built_in_calls): Remove. (shrink_wrap_conditional_dead_built_in_calls): Add calls argument, use calls instead of cond_dead_built_in_calls. (tree_call_cdce): Add cond_dead_built_in_calls automatic variable, initalize the vector only before adding first entry. Use VEC_safe_push instead of VEC_quick_push. Pass cond_dead_built_in_calls to shrink_wrap_conditional_dead_built_in_calls call. * gcc.dg/pr37353.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140208 138bc75d-0d04-0410-961f-82ee72b054a4
* PR tree-optimization/37385irar2008-09-104-6/+47
| | | | | | | | | | | | | | * tree-vect-transform.c (vect_create_data_ref_ptr): Add a new argument, and use it as a vector type if not NULL. (vectorizable_store): Call vect_create_data_ref_ptr with the type of vectorized rhs. (vect_setup_realignment): Call vect_create_data_ref_ptr with additional argument. (vectorizable_load): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140195 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md (SWI32): New mode iterator.jakub2008-09-102-8/+17
| | | | | | | | (jcc_fused_1, jcc_fused_2, jcc_fused_3, jcc_fused_4): Use it instead of SWI. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140189 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2008-09-101-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140187 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/hjl2008-09-094-2/+30
| | | | | | | | | | | | | | | | | | 2008-09-09 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimization/37435 * caller-save.c (insert_restore, insert_save): Check the mode by reg_save_code. gcc/testsuite/ 2008-09-09 H.J. Lu <hongjiu.lu@intel.com> PR rtl-optimization/37435 * gcc.dg/dfp/pr37435.c: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140184 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/37265danglin2008-09-092-4/+14
| | | | | | | | | | | * dwarf2asm.c (dw2_force_const_mem): Use unstripped symbol name for splay tree lookup. (dw2_output_indirect_constant_1): Use unstripped name in symbol reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140183 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Sandra Loosemore <sandra@codesourcery.com>sandra2008-09-092-24/+29
| | | | | | | | | gcc/ * doc/invoke.texi (ARM Options): Correct errors in discussion of -mfloat-abi, -mhard-float, and -msoft-float. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140179 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/37417jakub2008-09-094-1/+20
| | | | | | | | | | * tree.c (array_type_nelts_top): Add size_one_node instead of integer_one_node. * g++.dg/ext/vla5.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140178 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/37356jakub2008-09-094-36/+72
| | | | | | | | | | | | | | * tree-inline.c (copy_bb): Insert stmt into copy_basic_block before calling gimple_regimplify_operands on it. Iterate over all newly added statements, not just the last one. (insert_init_stmt): Insert stmt into seq first, then call gimple_regimplify_operands on it. Don't create new gimplification context, nor find referenced vars. * g++.dg/tree-ssa/pr37356.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140177 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/37439jason2008-09-093-2/+11
| | | | | | | | * pt.c (tsubst_copy) [PARM_DECL]: Don't abort if the parm has DECL_CONTEXT set. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140176 138bc75d-0d04-0410-961f-82ee72b054a4
* PR other/37419jakub2008-09-094-13/+31
| | | | | | | | | | | | | | | | | | * ipa-prop.h (ipa_propagate_indirect_call_infos): Change last argument to pointer to vector pointer. * ipa-prop.c (ipa_propagate_indirect_call_infos, propagate_info_to_inlined_callees): Likewise. (update_call_notes_after_inlining): Likewise. Push new indirect edge to *new_edges instead of new_edges. Reread IPA_EDGE_REF after ipa_check_create_edge_args. * ipa-inline.c (cgraph_decide_recursive_inlining): Change last argument to pointer to vector pointer. (cgraph_decide_inlining_of_small_function): Adjust cgraph_decide_recursive_inlining and ipa_propagate_indirect_call_infos calls. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140168 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/37438jakub2008-09-094-1/+29
| | | | | | | | | | * config/i386/i386.md (zero_extendqihi2_movzbl): Enable when optimizing for size, not speed. * gcc.dg/pr37438.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140167 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/37408jakub2008-09-092-0/+11
| | | | | | | | * function.c (assign_parm_find_stack_rtl): Set correct MEM_SIZE if parm is promoted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140166 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/37389jakub2008-09-094-13/+37
| | | | | | | | | | * decl.c (build_enumerator): Handle previous value's DECL_INITIAL being error_operand_p. Don't clear value if it was error_mark_node. * g++.dg/parse/enum4.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140165 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-05 Sebastian Pop <sebastian.pop@amd.com>spop2008-09-096-134/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR tree-optimization/37375 * tree-scalar-evolution.c (scev_info_str): Add field instantiated_below. (new_scev_info_str, eq_scev_info, find_var_scev_info, set_scalar_evolution, get_scalar_evolution, get_instantiated_value, set_instantiated_value): Pass instantiated_below. (analyze_scalar_evolution_1, analyze_scalar_evolution): Update calls to above functions. (instantiate_scev_1, instantiate_scev): Pass a basic block above which the definitions are not instantiated. * tree-scalar-evolution.h (instantiate_scev): Update declaration. (block_before_loop): New. * tree-data-ref.c (dr_analyze_indices): Update uses of instantiate_scev. * graphite.c (block_before_scop): New. (loop_affine_expr, stmt_simple_for_scop_p, harmful_stmt_in_bb): Pass a basic block, not a loop for determining the parameters. (scopdet_edge_info, build_scops_1): Do not pass outermost loop in the scop. (idx_record_params, find_params_in_bb, find_scop_parameters, build_loop_iteration_domains, add_conditions_to_domain): Update calls to instantiate_scev. * Makefile.in (cfgloopmanip.o): Add missing dependency on TREE_FLOW_H. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140164 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Daniel Kraft <d@domob.eu>domob2008-09-095-0/+104
| | | | | | | | | | | | | | | | PR fortran/37429 * resolve.c (expression_rank): Added assertion to guard against EXPR_COMPCALL expressions. (resolve_compcall): Set expression's rank from the target procedure's. 2008-09-09 Daniel Kraft <d@domob.eu> PR fortran/37429 * gfortran.dg/typebound_call_7.f03: New test. * gfortran.dg/typebound_call_8.f03: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140163 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Vladimir Makarov <vmakarov@redhat.com>vmakarov2008-09-093-4/+15
| | | | | | | | | | | | | PR rtl-opt/37333 * ira-build.c (ira_create_allocno): Setup frequency to 0. * ira-color.c (update_conflict_hard_regno_costs): Remove assert. Check zero freq and increase if necessary. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140160 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Vladimir Makarov <vmakarov@redhat.com>vmakarov2008-09-092-5/+16
| | | | | | | | | * ira-conflicts.c (process_regs_for_copy): Check that the hard regno is in the right range. Add comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140159 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (mips-tfile.o-warn): Don't error out on mips-tfile.cro2008-09-094-33/+49
| | | | | | | | | | | | | warnings. * mips-tfile.c (copy_object): Cast alloca result to int *. * mips-tdump.c (print_symbol): Cast xmalloc return values to proper types. Rename class to sclass. (read_tfile): Cast read_seek return values to proper types. Cast xcalloc return value to proper type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140158 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sol2.h (REGISTER_TARGET_PRAGMAS): Move ...ro2008-09-094-6/+15
| | | | | | | | * config/i386/sol2.h (REGISTER_SUBTARGET_PRAGMAS): ... here. * config/sparc/sol2.h (REGISTER_TARGET_PRAGMAS): ... and here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140157 138bc75d-0d04-0410-961f-82ee72b054a4
* * profile.c (is_edge_inconsistent): Add debug output; ignore negative counthubicka2008-09-092-12/+69
| | | | | | | | on fake edges. (is_inconsistent): Add debug output. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140156 138bc75d-0d04-0410-961f-82ee72b054a4
* PR/37442aldyh2008-09-093-4/+11
| | | | | | | | | | * gcc.target/i386/pr12329.c: Place error message on function name line. * gcc.target/i386/sse-5.c: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140155 138bc75d-0d04-0410-961f-82ee72b054a4
* * haifa-sched.c (advance_one_cycle): Do not print '\n' before printingabel2008-09-092-3/+11
| | | | | | | | | | dump message. (choose_ready): When first insn is chosen from the ready list, also dump it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140152 138bc75d-0d04-0410-961f-82ee72b054a4
* PR rtl-optimization/37360abel2008-09-092-1/+14
| | | | | | | | | * haifa-sched.c (max_issue): Do not assert that we never issue more insns than issue_rate. Add comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140151 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Richard Guenther <rguenther@suse.de>rguenth2008-09-092-133/+198
| | | | | | | | | | | | | | | | | | | | | | | * tree-cfg.c (verify_types_in_gimple_op): Remove. (verify_types_in_gimple_call): Rename to ... (verify_gimple_call): ... this. Enhance. (verify_types_in_gimple_cond): Remove. (verify_gimple_comparison): New function ... (verify_types_in_gimple_assign): ... split out from here. (verify_types_in_gimple_return): Rename to ... (verify_gimple_return): ... this. Enhance. (verify_types_in_gimple_switch): Rename to ... (verify_gimple_switch): ... this. Enhance. (verify_gimple_goto): New function. (verify_types_in_gimple_phi): Rename to ... (verify_gimple_phi): ... this. Enhance. (verify_types_in_gimple_stmt): Adjust calls to helper functions. Fold in single-statement cases from verify_types_in_gimple_seq_2. (verify_types_in_gimple_seq_2): Remove cases handled in verify_types_in_gimple_stmt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140150 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Richard Guenther <rguenther@suse.de>rguenth2008-09-092-4/+5
| | | | | | | | * decl.c (build_result_decl): Remove no longer applicable promotion. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140149 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc-interface/Makefile.in: Switch VxWorks to s-interr-hwint.adb.charlet2008-09-096-52/+425
| | | | | | | | | | | | | | * s-interr-vxworks.adb: Renamed to s-interr-hwint.adb * s-interr-hwint.adb: New file. * s-osinte-vxworks.ads, s-osinte-vxworks.adb: Add new functions needed by s-interr-hwint.adb. * s-osinte-vxworks-kernel.adb: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140147 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/bfin/bfin.c (n_regs_to_save): New static variable.bernds2008-09-092-49/+146
| | | | | | | | | | | | (push_multiple_operation, pop_multiple_operation): Set it. (workaround_rts_anomaly): New function. (workaround_speculation): New function, broken out of bfin_reorg. (bfin_reorg): Call the new functions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140146 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Richard Guenther <rguenther@suse.de>rguenth2008-09-094-11/+58
| | | | | | | | | | | | | | | PR middle-end/37354 PR middle-end/30165 * gimplify.c (gimplify_conversion): Change conversions of non-register type to VIEW_CONVERT_EXPRs. (gimplify_addr_expr): If we need to make the operand addressable make sure to use a properly initialized temporary for that so it gets a valid gimple store. * g++.dg/torture/pr37354.C: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140145 138bc75d-0d04-0410-961f-82ee72b054a4
* * function.h (struct function): Add function_start_locus.aldyh2008-09-0918-80/+113
| | | | | | | | | | | | | | | | | | | | | | | | * cfgexpand.c (gimple_expand_cfg): Use it. * c-parser.c (c_parser_declaration_or_fndef): Set it. testsuite/ * gcc.dg/always_inline.c: Place error message on function name line. * gcc.dg/winline-6.c: Same. * gcc.dg/noreturn-1.c: Same. * gcc.dg/noreturn-7.c: Same. * gcc.dg/inline-14.c: Same. * gcc.dg/always_inline3.c: Same. * gcc.dg/winline-3.c: Same. * gcc.dg/wtr-func-def-1.c: Same. * gcc.dg/winline-5.c: Same. * gcc.dg/winline-7.c: Same. * gcc.dg/winline-9.c: Same. * gcc.dg/noreturn-4.c: Same. * gcc.dg/20041213-1.c: Use column numbers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140144 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Richard Guenther <rguenther@suse.de>rguenth2008-09-094-0/+23
| | | | | | | | | | | PR tree-optimization/37433 * tree-ssa-ccp.c (ccp_fold): Properly guard folding of function calls. * gcc.c-torture/compile/pr37433.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140143 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Richard Guenther <rguenther@suse.de>rguenth2008-09-094-0/+41
| | | | | | | | | | | PR tree-optimization/37387 * tree-ssa-ifcombine.c (ifcombine_iforif): Convert the name and bits to a common type. * gcc.c-torture/compile/pr37387.c: New testcase. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140142 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Daniel Kraft <d@domob.eu>domob2008-09-094-0/+43
| | | | | | | | | | | | | | PR fortran/37411 * trans-array.c (gfc_conv_array_parameter): Added assertion that the symbol has an array spec. 2008-09-09 Daniel Kraft <d@domob.eu> PR fortran/37411 * gfortran.dg/array_function_4.f90: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140141 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/v850/v850.md (return): Restore frame size restriction.nickc2008-09-092-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140139 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-09-09 Paolo Bonzini <bonzini@gnu.org>bonzini2008-09-0914-134/+20
| | | | | | | | | | | | | | | | | | | | | | | | | * c-common.c (c_expand_decl): Remove. * c-common.h (anon_aggr_type_p): Remove prototype. (DECL_ANON_UNION_ELEMS): Remove. * c-objc-common.h (LANG_HOOKS_EXPAND_DECL): Remove. * c-decl.c (anon_aggr_type_p): Remove. * langhooks-def.h (LANG_HOOKS_EXPAND_DECL): Remove. (LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_EXPAND_DECL. * langhooks.h (struct lang_hooks): Remove expand_decl. * langhooks.c (lhd_expand_decl): Remove. * stmt.c (expand_anon_union_decl): Remove. * tree.h (expand_anon_union_decl): Remove prototype. cp: 2008-09-09 Paolo Bonzini <bonzini@gnu.org> * cp-objcp-common.h (LANG_HOOKS_EXPAND_DECL): Remove. * cp-tree.h: Don't mention DECL_ANON_UNION_ELEMS. * semantics.c (anon_aggr_type_p): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140138 138bc75d-0d04-0410-961f-82ee72b054a4
* * g++.dg/compat/eh/filter2_x.C: Declare abort.drow2008-09-0938-39/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * g++.dg/compat/eh/new1_x.C, g++.dg/compat/eh/new1_y.C: Include cstddef and use std::size_t. * gcc.dg/compat/compat-common.h: Define SKIP_COMPLEX_INT if SKIP_COMPLEX. Honor SKIP_COMPLEX. * gcc.dg/compat/scalar-by-value-3_x.c, gcc.dg/compat/scalar-by-value-3_y.c, gcc.dg/compat/scalar-by-value-4_x.c, gcc.dg/compat/scalar-by-value-4_y.c, gcc.dg/compat/scalar-by-value-5.c, gcc.dg/compat/scalar-by-value-5_main.c, gcc.dg/compat/scalar-by-value-6.c, gcc.dg/compat/scalar-by-value-6_main.c, gcc.dg/compat/scalar-by-value-6_x.c, gcc.dg/compat/scalar-by-value-6_y.c, gcc.dg/compat/struct-by-value-16_x.c, gcc.dg/compat/struct-by-value-16_y.c, gcc.dg/compat/struct-by-value-16a_x.c, gcc.dg/compat/struct-by-value-16a_y.c, gcc.dg/compat/struct-by-value-17_x.c, gcc.dg/compat/struct-by-value-17_y.c, gcc.dg/compat/struct-by-value-17a_x.c, gcc.dg/compat/struct-by-value-17a_y.c, gcc.dg/compat/struct-by-value-18_x.c, gcc.dg/compat/struct-by-value-18_y.c, gcc.dg/compat/struct-by-value-18a_x.c, gcc.dg/compat/struct-by-value-18a_y.c, gcc.dg/compat/struct-layout-1.h, gcc.dg/compat/scalar-return-3_x.c, gcc.dg/compat/scalar-return-3_y.c, gcc.dg/compat/scalar-return-4_x.c, gcc.dg/compat/scalar-return-4_y.c: Honor SKIP_COMPLEX. * gcc.dg/compat/scalar-by-value-y.h: Use stdarg.h for non-GCC compilers. * gcc.dg/compat/struct-by-value-22_y.c, gcc.dg/compat/struct-by-value-22_main.c, gcc.dg/compat/struct-by-value-22_x.c: Honor SKIP_VLA_IN_STRUCT. * lib/c-compat.exp (compat_setup_dfp): Check the compiler under test first. * lib/compat.exp: Document COMPLEX and VLA_IN_STRUCT skips. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140137 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2008-09-091-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140134 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/struct/wo_prof_escape_substr_value.c: Limit allocation based on ↵hutchinsonandy2008-09-0821-25/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | STACK_SIZE. * gcc.dg/struct/wo_prof_array_through_pointer.c: Ditto. * gcc.dg/struct/wo_prof_escape_substr_pointer.c: Ditto. * gcc.dg/struct/wo_prof_escape_arg_to_local.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL. * gcc.dg/struct/w_prof_local_var.c: Ditto. * gcc.dg/struct/wo_prof_mult_field_peeling.c: Ditto. * gcc.dg/struct/w_prof_local_array.c: Limit allocation based on STACK_SIZE. XFAIL AVR target. * gcc.dg/struct/wo_prof_local_array.c: Ditto. * gcc.dg/struct/w_prof_two_strs.c: Limit allocation based on STACK_SIZE. Limit random size to N. * gcc.dg/struct/wo_prof_two_strs.c: Limit allocation based on STACK_SIZE. XFAIL AVR target. Limit random size to N. * gcc.dg/struct/w_prof_single_str_global.c: XFAIL AVR target. * gcc.dg/struct/wo_prof_array_field.c: Ditto. * gcc.dg/struct/wo_prof_double_malloc.c: Ditto. * gcc.dg/struct/wo_prof_global_array.c: Ditto. * gcc.dg/struct/wo_prof_single_str_global.c: Ditto. * gcc.dg/struct/wo_prof_single_str_local.c: Ditto. * gcc.dg/struct/w_prof_global_var.c: Limit allocation based on STACK_SIZE. Check malloc return for NULL. XFAIL AVR target. * gcc.dg/struct/wo_prof_global_var.c: Ditto. * gcc.dg/struct/wo_prof_local_var.c: Ditto. * gcc.dg/struct/wo_prof_malloc_size_var.c: Access only allocated space. Limit allocation based on STACK_SIZE. XFAIL AVR target. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140126 138bc75d-0d04-0410-961f-82ee72b054a4