1. 05 Aug, 2004 2 commits
  2. 04 Aug, 2004 35 commits
  3. 03 Aug, 2004 3 commits
    • defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition. · 2e4e72b1
      	* defaults.h (LEGITIMATE_PIC_OPERAND_P): Provide default definition.
      	* recog.c (general_operand, immediate_operand, nonmemory_operand)
      	(asm_operand_ok): Remove #ifdefs on LEGITIMATE_PICOPERAND_P.
      	* regclass.c (record_reg_classes): Likewise.
      	* reload.c (find_reloads): Likewise.
      	* reload1.c (reload): Likewise.
      
      From-SVN: r85512
      Zack Weinberg committed
    • gensupport.c (init_md_reader_args_cb): Renamed from init_md_reader_args. · f9942f4e
      	* gensupport.c (init_md_reader_args_cb): Renamed from
      	init_md_reader_args.  Add third option, callback function for
      	parsing program-specific options.  Add diagnosis of incorrect
      	number of input files.
      	(init_md_reader): Fold into init_md_reader_args_cb.
      	(init_md_reader_args): Now a thin wrapper around
      	init_md_reader_args_cb.
      	* gensupport.h: Update prototypes.
      
      	* genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c
      	* genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c
      	* genrecog.c: No need to diagnose lack of an input file;
      	init_md_reader_args will handle it.
      	* genconditions.c: Likewise, and use init_md_reader_args.
      	* genconstants.c: Likewise, and no need to call read_md_rtx.
      
      From-SVN: r85511
      Zack Weinberg committed
    • c-decl.c (implicitly_declare): Diagnose incompatible implicit declarations. · 9cbe78fb
      	* c-decl.c (implicitly_declare): Diagnose incompatible implicit
      	declarations.
      
      testsuite:
      	* gcc.dg/redecl-5.c: New test.
      	* gcc.dg/format/attr-6.c: Expect warning for implicit declaration
      	of scanf.
      
      From-SVN: r85509
      Joseph Myers committed