1. 23 Sep, 2005 5 commits
  2. 22 Sep, 2005 18 commits
  3. 21 Sep, 2005 12 commits
  4. 20 Sep, 2005 5 commits
    • vect-22.c: Require vect_float. · d5100781
              * gcc.dg/vect/vect-22.c: Require vect_float.
              * gcc.dg/vect/vect-91.c: XFAIL if vect_no_int_add.
      
      From-SVN: r104469
      Richard Henderson committed
    • re PR rtl-optimization/23898 (basic block reordering excessively increases code… · 070a7956
      re PR rtl-optimization/23898 (basic block reordering excessively increases code size; get_uncond_jump_length pessimistic)
      
      	PR rtl-optimization/23898
      	* output.h (get_attr_min_length): Declare.
      	* final.c (get_attr_length_1): New function, broken out of:
      	(get_attr_length).
      	(get_attr_min_length): New function.
      	* bb-reorder.c (copy_bb_p, get_uncond_jump_length): Use it.
      	(duplicate_computed_gotos): Likewise.
      	* genattr.c (insn_min_length): Generate declaration.
      	* genattrtab.c (min_fn, min_attr_value): New functions.
      	(make_length_attrs): Generate insn_min_length.
      
      From-SVN: r104468
      J"orn Rennecke committed
    • expr.c (expand_expr_real_1): Allow modifier EXPAND_STACK_PARM. · 29b2d867
              * expr.c (expand_expr_real_1) <INDIRECT_REF>: Allow modifier
              EXPAND_STACK_PARM.
      
      From-SVN: r104463
      Richard Henderson committed
    • c.opt (fextended-identifiers): New. · af15a2fe
      gcc:
      	* c.opt (fextended-identifiers): New.
      	* c-opts.c (c_common_handle_option): Handle
      	-fextended-identifiers.
      	* doc/cpp.texi: Update documentation of extended identifiers.
      	* doc/cppopts.texi (-fextended-identifiers): Document.
      
      gcc/testsuite:
      	* g++.dg/cpp/ucnid-1.C, g++.dg/cpp/normalize-1.C,
      	g++.dg/other/ucnid-1.C, gcc.dg/cpp/normalize-1.c,
      	gcc.dg/cpp/normalize-2.c, gcc.dg/cpp/normalize-3.c,
      	gcc.dg/cpp/normalize-4.c, gcc.dg/cpp/ucnid-1.c,
      	gcc.dg/cpp/ucnid-2.c, gcc.dg/cpp/ucnid-3.c, gcc.dg/cpp/ucnid-4.c,
      	gcc.dg/cpp/ucnid-5.c, gcc.dg/cpp/ucnid-7.c,gcc.dg/ucnid-1.c,
      	gcc.dg/ucnid-2.c, gcc.dg/ucnid-3.c, gcc.dg/ucnid-4.c,
      	gcc.dg/ucnid-5.c, gcc.dg/ucnid-6.c: Add -fextended-identifiers.
      	* gcc.dg/cpp/ucnid-8.c: New test.
      
      libcpp:
      	* include/cpplib.h (struct cpp_options): Add extended_identifiers.
      	* init.c (struct lang_flags, lang_defaults): Add
      	extended_identifiers.
      	(cpp_set_lang): Use it.
      	* lex.c (forms_identifier_p): Check extended_identifiers.
      
      From-SVN: r104462
      Joseph Myers committed