summaryrefslogtreecommitdiffstats
path: root/gcc
Commit message (Collapse)AuthorAgeFilesLines
* * varasm.c (force_const_mem): Keep pool alignment in bits.rth2001-08-172-8/+10
| | | | | | | (output_constant_pool): Use assemble_align. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44952 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/tm.texi: Remove extra @table command.zack2001-08-172-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44951 138bc75d-0d04-0410-961f-82ee72b054a4
* * final.c (shorten_branches): Clear the end of the label_alignzack2001-08-175-54/+90
| | | | | | | | | | | | | | | | | | | array only if we made it larger. Break up messy expressions for clarity. * diagnostic.c (internal_error): Check for error recursion before doing ICE suppression. * timevar.c: Timing variables now count in milliseconds. (init_timevar): Set up ticks_to_msec and clocks_to_msec here. (get_time): Not here. (timevar_print): Don't print any timer whose user, cpu, and wall times are all zero as displayed. * timevar.h: Update comment aboout units. Make timevar counters unsigned. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44948 138bc75d-0d04-0410-961f-82ee72b054a4
* * jcf-dump.c (main): Updated for change to jcf_path_seal.tromey2001-08-166-10/+47
| | | | | | | | | | | | * gjavah.c (main): Updated for change to jcf_path_seal. * lang.c (version_flag): New global. (java_decode_option): Recognize `-version'. (java_init): Update for change to jcf_path_seal. * jcf.h (jcf_path_seal): Added `print' argument. * jcf-path.c (jcf_path_seal): Added `print' argument. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44946 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-16 David Billinghurst <David.Billinghurst@riotinto.com>toon2001-08-163-4/+9
| | | | | | | | | | * g77.f-torture/compile/pr3743.x: Do not return 1 for xfail. Fix thinko. * g77.f-torture/execute/f90-intrinsic-bit.x: Do not return 1 for xfail. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44945 138bc75d-0d04-0410-961f-82ee72b054a4
* tweak commentjason2001-08-161-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44942 138bc75d-0d04-0410-961f-82ee72b054a4
* Thu Aug 16 17:39:45 CEST 2001 Jan Hubicka <jh@suse.cz>hubicka2001-08-164-58/+134
| | | | | | | | | | | * function.c (put_var_into_stack): Temporarily clear DECL_RTL. (assign_params): Avoid setting DECL_RTL to unfinished RTX. (expand_function_start): Likewise. * stmt.c (expand_decl): Likewise. * varasm.c (make_decl_rtx): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44940 138bc75d-0d04-0410-961f-82ee72b054a4
* * stor-layout.c (layout_decl): Don't set DECL_USER_ALIGN.jason2001-08-162-2/+7
| | | | | | | (finalize_record_size): Don't set TYPE_USER_ALIGN. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44937 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove unusedkraai2001-08-162-17/+5
| | | | | | | variables. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44936 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/s390/s390.c: Include "debug.h" for dwarf2out_do_frameaj2001-08-162-1/+6
| | | | | | | prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44933 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-162-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44931 138bc75d-0d04-0410-961f-82ee72b054a4
* * rtl.h (only_sets_cc0_p): New prototype.wehle2001-08-156-6/+42
| | | | | | | | | | | | | * jump.c (sets_cc0_p): Handle INSN. (only_sets_cc0_p): New function. * flow.c (merge_blocks_nomove): Use only_sets_cc0_p. (tidy_fallthru_edge): Likewise. * integrate.c (copy_insn_list): Likewise. * unroll.c (unroll_loop): Likewise. (copy_loop_body): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44927 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i960/i960.md (trap): Change "faulteq.t" to "faulte.t".jle2001-08-152-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44926 138bc75d-0d04-0410-961f-82ee72b054a4
* * predict.c (struct block_info_def): Remove nvisited.hubicka2001-08-153-15/+79
| | | | | | | | | | | | (propagate_freq): Use EDGE_DFS_BACK to detect irreducible regions. (estimate_bb_frequencies): Call mark_dfs_back_edges. * i386.c (ix86_agi_depdendant): Lea causes AGI only on the Pentium (ix86_adjust_cost): Teach scheduler that latency to load operand can be masked. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44921 138bc75d-0d04-0410-961f-82ee72b054a4
* * predict.def: Update hitrates.hubicka2001-08-152-29/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44920 138bc75d-0d04-0410-961f-82ee72b054a4
* * except.c (TYPE_HASH): Cast to size_t, not HOST_WIDE_INT.rth2001-08-152-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44919 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-152-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44917 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-08-14 David Billinghurst <David.Billinghurst@riotinto.com>toon2001-08-153-29/+8
| | | | | | | | | * lib/g77-dg.exp: Use prune.exp for common procedures (g77-dg-prune): Replace prune_g77_output with prune_gcc_output * lib/g77.exp: (g77-dg-prune) Remove git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44916 138bc75d-0d04-0410-961f-82ee72b054a4
* Add cscope(1) databaseszack2001-08-151-0/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44915 138bc75d-0d04-0410-961f-82ee72b054a4
* * class.c, cp-tree.h (build_vfn_ref): Remove.rth2001-08-145-16/+7
| | | | | | | * call.c, rtti.c: Replace all refernces with build_vtbl_ref. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44913 138bc75d-0d04-0410-961f-82ee72b054a4
* * flow.c (commit_one_edge_insertion): Don't separate a LOOP_BEGlaw2001-08-142-0/+8
| | | | | | | note from its associated jump. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44910 138bc75d-0d04-0410-961f-82ee72b054a4
* Define __s390__ also on 64-bit S/390 targets.uweigand2001-08-142-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44909 138bc75d-0d04-0410-961f-82ee72b054a4
* Don't define FFETARGET_32bit_longs for 64-bit S/390.uweigand2001-08-142-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44908 138bc75d-0d04-0410-961f-82ee72b054a4
* Handle nested functions which take variable argumentsnickc2001-08-144-67/+218
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44898 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (Specific, avr): Fix markup.gerald2001-08-142-4/+9
| | | | | | | (Specific, c4x): Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44896 138bc75d-0d04-0410-961f-82ee72b054a4
* * predict.c (dump_prediction): Change `bool' parameter to `int'.kraai2001-08-142-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44895 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (OBJS): Add rtl-error.ogdr2001-08-144-139/+182
| | | | | | | | | | | | (rtl-error.o): New rule. (diagnostic.o): Adjust dependency. diagnostic.c (file_and_line_for_asm, diagnostic_for_asm, error_for_asm, _fatal_insn, _fatal_insn_not_found, warning_for_asm): Move to... rtl-error.c: ...here. New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44894 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c (dwarf2out_frame_finish): Never emit .eh_framerth2001-08-142-4/+10
| | | | | | | if USING_SJLJ_EXCEPTIONS. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44893 138bc75d-0d04-0410-961f-82ee72b054a4
* * tlink.c (scan_linker_output): Check string for unsatisfied injason2001-08-142-0/+6
| | | | | | | addition to undefined and unresolved. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44892 138bc75d-0d04-0410-961f-82ee72b054a4
* * libgcc2.c (*): Replace EH_FRAME_SECTION with EH_FRAME_SECTION_NAME.grahams2001-08-142-3/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44891 138bc75d-0d04-0410-961f-82ee72b054a4
* * genattrtab.c (simplify_test_exp_in_temp): New function.hubicka2001-08-142-43/+72
| | | | | | | | | | | (simplify_test_exp): Avoid explicit use of temporary obstack. (simplify_cond, insert_right_side, evaluate_eq_attr, simplify_and_tree, simplify_or_tree, eliminate_known_true): Use simplify_test_exp_in_temp. (optimize_attrs): Iterate until expression stabilizes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44890 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2001-08-142-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44886 138bc75d-0d04-0410-961f-82ee72b054a4
* Remove s390x __LONG_MAX__ special case from glimits.h;uweigand2001-08-143-3/+10
| | | | | | | define __LONG_MAX__ in CPP_PREDEFINES instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44879 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/arm/unknown-elf.h (CTOR_LIST_BEGIN, CTOR_LIST_END): Remove.rth2001-08-133-33/+7
| | | | | | | | (DTOR_LIST_BEGIN, DTOR_LIST_END): Remove. * config/arm/conix-elf.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44874 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/svr4.h (LINK_SPEC): Don't do -Wl, here, it is donegeoffk2001-08-133-13/+17
| | | | | | | | in gcc.c. * config/rs6000/sysv4.h (LINK_SPEC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44873 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcse.c (hash_scan_set): Expressions that are set as part ofgeoffk2001-08-132-2/+10
| | | | | | | jump instructions are not available. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44872 138bc75d-0d04-0410-961f-82ee72b054a4
* Fixed HOST_WIDE_INT type mismatch.uweigand2001-08-132-7/+12
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44870 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/xcoff.h (EH_FRAME_IN_DATA_SECTION): New.rth2001-08-134-6/+25
| | | | | | | | * defaults.h (EH_FRAME_SECTION_NAME): Respect it. * doc/tm.texi (Exception Region Output): Document it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44869 138bc75d-0d04-0410-961f-82ee72b054a4
* * call.c (build_over_call): Mark COMPOUND_EXPRs generated formmitchel2001-08-133-0/+25
| | | | | | | | empty class assignment as having side-effects to avoid spurious warnings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44868 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/sysv4.h (PREFERRED_DEBUGGING_TYPE): Usegeoffk2001-08-132-3/+8
| | | | | | | DWARF2 instead of stabs by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44865 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/rs6000.c: Include optabs.h.dje2001-08-132-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44863 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/rs6000/eabi.asm: Define 64-bit versions of FPRdje2001-08-133-2/+132
| | | | | | | | save/restore routines. * ginclude/ppc-asm.h: Define 64-bit FUNC_* macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44862 138bc75d-0d04-0410-961f-82ee72b054a4
* * lib/scanasm.exp (scan-assembler*): Use expr instead of concat.jason2001-08-132-4/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44861 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.c (init_spec): Revert last patch by Theodore Papadopoulo,aj2001-08-132-4/+9
| | | | | | | the english is correct. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44860 138bc75d-0d04-0410-961f-82ee72b054a4
* * expr.h: Split out optab- and libfunc-related code to...zack2001-08-1351-695/+844
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optabs.h, libfuncs.h: ... these new headers. * Makefile.in (CONFIG_H, EXPR_H): Take out insn-codes.h. (OPTABS_H): New. (various .o rules): Add $(OPTABS_H) and/or libfuncs.h to dependencies. * mkconfig.sh: Don't include insn-codes.h from config.h. * reload.h: Use #ifdef GCC_INSN_CODES_H to decide whether enum insn_code is available. Move reload_in_optab and reload_out_optab array declarations to optabs.h. * regmove.c (gen_add3_insn): Move to optabs.c, export from there, prototype in expr.h. * gencodes.c: Cleanup: zap global variables, don't use printf where puts will do, don't bother defining MAX_INSN_CODE which nothing uses, let CODE_FOR_nothing get its value implicitly. * genemit.c, genopinit.c: Include optabs.h in generated file. * genoutput.c: Include insn-codes.h in generated file. * builtins.c, caller-save.c, combine.c, doloop.c, explow.c, expmed.c, expr.c, function.c, ifcvt.c, loop.c, optabs.c, profile.c, reload1.c, simplify-rtx.c, stmt.c, unroll.c, config/alpha/alpha.c, config/arm/arm.c, config/c4x/c4x.c, config/clipper/clipper.c, config/i386/i386.c, config/ia64/ia64.c, config/mn10300/mn10300.c, config/pj/pj.c, config/sh/sh.c, config/sparc/sparc.c: Include optabs.h. * builtins.c, calls.c, dwarf2out.c, except.c, expr.c, function.c, optabs.c, stmt.c, config/c4x/c4x.c, config/clipper/clipper.c, config/m88k/m88k.c, config/sparc/sparc.c: Include libfuncs.h. * reload.c: Include expr.h and optabs.h before reload.h. * config/alpha/alpha.c: Include tree.h before reload.h. * config/pa/pa.c: Include expr.h, optabs.h, libfuncs.h, and reload.h in that order. * config/sparc/sparc.c: Include debug.h. * recog.c: Include insn-codes.h. cp: * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies. * except.c: Include libfuncs.h. java: * Make-lang.in (java/decl.o): Update dependencies. * decl.c: Include libfuncs.h, don't include toplev.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44858 138bc75d-0d04-0410-961f-82ee72b054a4
* * config.gcc: Use t-slibgcc-elf to build shared libgcc_s onaj2001-08-132-2/+7
| | | | | | | s390*linux. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44856 138bc75d-0d04-0410-961f-82ee72b054a4
* * dwarf2out.c (output_cfa_loc): Fix typo in comment.aj2001-08-134-3/+9
| | | | | | | | * gcc.c (init_spec): Fix typo in comment. * varasm.c (data_section): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44855 138bc75d-0d04-0410-961f-82ee72b054a4
* * predict.c (dump_prediction): New argument "USED".hubicka2001-08-133-14/+61
| | | | | | | | | (combine_predictions_for_insn): Determine the used heuristics, output the case no heuristic applied. * predict.def (PRED_DS_THEORY, PRED_NO_HEURISTIC): New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44853 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (grokdeclarator): Clarify diagnostic message.gdr2001-08-132-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44852 138bc75d-0d04-0410-961f-82ee72b054a4
* XFAILgdr2001-08-136-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44851 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud