1. 24 Aug, 2001 5 commits
    • tree.c (cp_build_qualified_type_real): Use get_qualified_type. · 271e349b
              * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
              (build_cplus_array_type): Use cp_build_qualified_type, not
              TYPE_MAIN_VARIANT, to get an unqualified version.
      
      From-SVN: r45147
      Jason Merrill committed
    • c-pragma.h: Move weak_syms and weak_decls... · 4ae08f95
              * c-pragma.h: Move weak_syms and weak_decls...
              * varasm.c: ...here.  Now static.
              (declare_weak, weak_finish, remove_from_pending_weak_list): Don't
              depend on HANDLE_PRAGMA_WEAK.
      
      From-SVN: r45146
      Jason Merrill committed
    • c-common.c (c_alignof, [...]): Move here... · 0213a355
              * c-common.c (c_alignof, c_alignof_expr): Move here...
              * c-typeck.c: ...from here.
              * c-tree.h, c-common.h: Adjust.
      
              * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
              (build_cplus_array_type): Use cp_build_qualified_type, not
              TYPE_MAIN_VARIANT, to get an unqualified version.
      
              * decl2.c (grok_alignof): Lose.
              (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
              * typeck.c (c_alignof): Lose.
              * semantics.c (finish_sizeof, finish_alignof): New.
              * parse.y: Use them.
              * cp-tree.h: Declare them.
      
      From-SVN: r45145
      Jason Merrill committed
    • Daily bump. · 2dc8352c
      From-SVN: r45143
      GCC Administrator committed
    • c_locale_gnu.cc: Minor tweaks. · 575dd831
      
      2001-08-23  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* config/locale/c_locale_gnu.cc: Minor tweaks.
      	(moneypunct<wchar_t>): Implement.
      	* include/bits/locale_facets.h: Same.
      	* testsuite/22_locale/moneypunct.cc: New file.
      	* testsuite/22_locale/moneypunct_byname.cc: New file.
      	* testsuite/22_locale/moneypunct_char_members.cc: New file.
      
      From-SVN: r45142
      Benjamin Kosnik committed
  2. 23 Aug, 2001 21 commits
  3. 22 Aug, 2001 14 commits
    • Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. · cb7d9f67
      From-SVN: r45115
      Anthony Green committed
    • pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for variable i. · 85f3e748
      	* pa32-regs.h (CONDITIONAL_REGISTER_USAGE): Add declaration for
      	variable i.
      	* pa64-regs.h (CONDITIONAL_REGISTER_USAGE): Likewise.
      
      From-SVN: r45114
      John David Anglin committed
    • fibheap.c (fibheap_init, [...]): Remove. · ffb9435b
       	* fibheap.c (fibheap_init, fibnode_init): Remove.
       	(fibheap_new, fibnode_new): Use xcalloc to allocate and
       	initialize memory.
       	(fibheap_insert): Remove check for node allocation failure.
      
      From-SVN: r45113
      Matt Kraai committed
    • cpperror.c (print_location): Don't show _Pragma. · 29401c30
      	* cpperror.c (print_location): Don't show _Pragma.
      	* cppfiles.c (_cpp_pop_file_buffer): Handle -include file pushing
      	and file change callback generation here.
      	(stack_include_file): Update use of cpp_push_buffer.
      	* cpphash.h (_cpp_pop_file_buffer): Update prototype.
      	(struct cpp_buffer): Remove type, pfile members.
      	* cppinit.c (cpp_handle_option): Use free_chain.
      	* cpplex.c (_cpp_lex_token): Don't do -include file pushing here.
      	(skip_escaped_newlines, get_effective_char, lex_percent): Take
      	a cpp_reader rather than a cpp_buffer.
      	(skip_escaped_newlines, get_effective_char, skip_block_comment,
      	skip_line_comment, parse_string, lex_percent, lex_dot,
      	_cpp_lex_token): Update accordingly.
      	* cpplib.c (_cpp_pop_buffer): Don't do file change callback
      	generation here.
      	(cpp_push_buffer): Update prototype.
      	(run_directive): Update use of cpp_push_buffer.
      	(_cpp_do__Pragma, cpp_define, cpp_define_builtin, cpp_undef,
      	handle_assertion): Update use of run_directive.
      	* cpplib.h (enum cpp_buffer_type): Remove.
      	(cpp_push_buffer): Update prototype.
      	* fix-header.c (read_scan_file): Update.
      
      From-SVN: r45112
      Neil Booth committed
    • * gcc.c (struct prefix_list): Change prefix to const char *. · 8060c8ee
      From-SVN: r45111
      Matt Kraai committed
    • parse.y (resolve_inner_class): Keep local_enclosing to NULL if circularity is detected. · df1c5346
      2001-08-22  Alexandre Petit-Bianco  <apbianco@redhat.com>
      
      	* parse.y (resolve_inner_class): Keep local_enclosing to NULL if
      	circularity is detected.
      	(ctors_unchecked_throws_clause_p): Fixed leading comment.
      
      (http://gcc.gnu.org/ml/gcc-patches/2001-08/msg01283.html)
      
      From-SVN: r45109
      Alexandre Petit-Bianco committed
    • explow.c (set_mem_attributes): Avoid returning a bogus alias set from a new MEM. · 23ac7d7e
              * explow.c (set_mem_attributes): Avoid returning a bogus alias set
              from a new MEM.
      
      From-SVN: r45108
      Jason Merrill committed
    • jump.c (squeeze_notes): Take parms by reference. · 2270623a
              * jump.c (squeeze_notes): Take parms by reference.  Handle END being
              a squeezable note.
              * rtl.h: Adjust.
              * ifcvt.c (dead_or_predicable): Adjust.
              * loop.c (find_and_verify_loops): Adjust.
              * stmt.c (expand_end_case): Adjust.
              * flow.c (merge_blocks_move_successor_nojumps): Adjust.  Modify the
              head and end insn pointers in the basic block, not just local copies.
              (merge_blocks_move_predecessor_nojumps): Likewise.
      
      From-SVN: r45107
      Jason Merrill committed
    • pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement. · fd10dd09
              * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
              Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
              * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
      
      From-SVN: r45106
      Jason Merrill committed
    • Makefile.in, [...]: replace "GNU CC" with "GCC". · 1322177d
      	* Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,
      	bitmap.h, builtin-types.def, builtins.c, builtins.def,
      	c-aux-info.c, c-common.c, c-common.def, c-common.h,
      	c-convert.c, c-decl.c, c-dump.c, c-dump.h, c-errors.c,
      	c-format.c, c-lang.c, c-lex.c, c-lex.h, c-parse.in,
      	c-pragma.c, c-pragma.h, c-semantics.c, c-tree.h, c-typeck.c,
      	caller-save.c, calls.c, collect2.c, collect2.h, combine.c,
      	conditions.h, config.gcc, configure.frag, configure.in,
      	conflict.c, convert.c, convert.h, cppspec.c, crtstuff.c,
      	cse.c, cselib.c, cselib.h, dbxout.c, dbxout.h, defaults.h,
      	dependence.c, df.c, df.h, diagnostic.c, diagnostic.h,
      	doloop.c, dominance.c, dwarf.h, dwarf2.h, dwarf2asm.c,
      	dwarf2asm.h, dwarf2out.c, dwarf2out.h, dwarfout.c,
      	emit-rtl.c, errors.c, errors.h, except.c, except.h,
      	exgettext, explow.c, expmed.c, expr.c, expr.h, final.c,
      	fixproto, flags.h, flow.c, fold-const.c, fp-test.c,
      	function.c, function.h, gbl-ctors.h, gcc.c, gcc.h, gcc.hlp,
      	gccspec.c, gcov-io.h, gcse.c, genattr.c, genattrtab.c,
      	gencheck.c, gencodes.c, genconfig.c, genemit.c,
      	genextract.c, genflags.c, gengenrtl.c, genmultilib,
      	genopinit.c, genoutput.c, genpeep.c, genrecog.c,
      	gensupport.c, gensupport.h, ggc-callbacks.c, ggc-common.c,
      	ggc-none.c, ggc-page.c, ggc-simple.c, ggc.h, global.c,
      	graph.c, graph.h, gthr-aix.h, gthr-dce.h, gthr-posix.h,
      	gthr-rtems.h, gthr-single.h, gthr-solaris.h, gthr-vxworks.h,
      	gthr-win32.h, gthr.h, haifa-sched.c, halfpic.c, halfpic.h,
      	hard-reg-set.h, hwint.h, ifcvt.c, input.h, insn-addr.h,
      	integrate.c, integrate.h, jump.c, lcm.c, libgcc2.c,
      	libgcc2.h, lists.c, local-alloc.c, loop.c, loop.h,
      	machmode.def, machmode.h, main.c, mbchar.c, mbchar.h,
      	mips-tdump.c, mips-tfile.c, mklibgcc.in, mkmap-flat.awk,
      	mkmap-symver.awk, optabs.c, output.h, params.c, params.def,
      	params.h, predict.c, predict.def, predict.h, prefix.c,
      	prefix.h, print-rtl.c, print-tree.c, profile.c, protoize.c,
      	read-rtl.c, real.c, real.h, recog.c, recog.h, reg-stack.c,
      	regclass.c, regmove.c, regrename.c, regs.h, reload.c,
      	reload.h, reload1.c, reorg.c, resource.c, resource.h, rtl.c,
      	rtl.def, rtl.h, rtlanal.c, sbitmap.c, sbitmap.h,
      	sched-deps.c, sched-ebb.c, sched-int.h, sched-rgn.c,
      	sched-vis.c, sdbout.c, sdbout.h, sibcall.c, simplify-rtx.c,
      	ssa-ccp.c, ssa-dce.c, ssa.c, ssa.h, stmt.c, stor-layout.c,
      	stringpool.c, system.h, timevar.c, timevar.def, timevar.h,
      	tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h,
      	tsystem.h, unroll.c, unwind-dw2-fde.c, unwind-dw2-fde.h,
      	unwind-dw2.c, unwind-pe.h, unwind-sjlj.c, unwind.h,
      	unwind.inc, varasm.c, varray.c, varray.h, xcoffout.c,
      	xcoffout.h: replace "GNU CC" with "GCC".
      
      From-SVN: r45105
      Lars Brinkhoff committed
    • * gcc.c-torture/execute/divmod-1.c: Convert to ANSI. · c0e4f189
      From-SVN: r45104
      Aldy Hernandez committed
    • final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment. · 340f7e7c
              * final.c (LABEL_ALIGN_AFTER_BARRIER): Default to no alignment.
              (final_scan_insn): Consider jump tables data even if we have no
              independant text section if !JUMP_TABLES_IN_TEXT_SECTION.  Use
              ADDR_VEC_ALIGN.
              * config/ia64/ia64.h (JUMP_TABLES_IN_TEXT_SECTION): Remove.
              (ASM_OUTPUT_CASE_END): Remove.
              (ASM_OUTPUT_ADDR_DIFF_ELT): Emit pc-relative references.
              * config/ia64/ia64.md (tablejump): Decode pc-relative references.
              * config/ia64/sysv4.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
      
      From-SVN: r45103
      Richard Henderson committed
    • ia64.c (emit_all_insn_group_barriers): Flush state at barrier insns. · bd7b9a0f
              * config/ia64/ia64.c (emit_all_insn_group_barriers): Flush state
              at barrier insns.  Emit stop bits before barriers.
      
      From-SVN: r45102
      Richard Henderson committed