aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Collapse)AuthorFilesLines
2000-05-19parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed ↵Alexandre Petit-Bianco3-4/+5
by the method's switch statement. 2000-04-17 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (fold_constant_for_init): Let VAR_DECL and FIELD_DECL be processed by the method's switch statement. From-SVN: r34024
2000-05-19Reverted incorrectly applied changeTom Tromey2-0/+4
From-SVN: r34023
2000-05-19java-tree.h: Added init state enum.Tom Tromey4-17/+43
* java-tree.h: Added init state enum. * decl.c (emit_init_test_initialization): Initialize class initialization check variable by looking at class' state. From-SVN: r34022
2000-05-19java-tree.h (build_instanceof): Declare.Tom Tromey4-249/+261
* java-tree.h (build_instanceof): Declare. (build_get_class): Declare. * parse.y (patch_binop): Use build_instanceof. * expr.c (build_instanceof): New function. If class is final, don't make a function call. (expand_java_INSTANCEOF): Use it. (build_get_class): New function. From-SVN: r34021
2000-05-19test_text cleanupsBruce Korb6-170/+189
From-SVN: r34020
2000-05-19elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of a CONSTRUCTOR.Richard Kenner2-2/+15
* config/elfos.h (SELECT_SECTION): Don't access DECL_INITIAL of a CONSTRUCTOR. From-SVN: r34019
2000-05-19Daily bump.Jeff Law2-2/+2
From-SVN: r34017
2000-05-18gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update it to match the ↵Chris Demetriou2-5/+10
current practice. * gcc.texi (MULTILIB_EXCEPTIONS): Correct example and update it to match the current practice. From-SVN: r34012
2000-05-19* Makefile.in (STAGESTUFF): Fix typo in spelling of s-under.Mark Mitchell2-1/+5
From-SVN: r34011
2000-05-18rtlanal.c (insn_dependant_p, [...]): New.Richard Henderson4-4/+50
* rtlanal.c (insn_dependant_p, insn_dependant_p_1): New. * rtl.h (insn_dependant_p): Declare it. * loop.c (strength_reduce): Use it. From-SVN: r34010
2000-05-19Remove CYGNUS LOCAL markersMichael Meissner6-17/+8
From-SVN: r34009
2000-05-19mn10300.c (expand_prologue, [...]): 16-bit and 64-bit clean-up.Alexandre Oliva2-2/+7
* config/mn10300/mn10300.c (expand_prologue, expand_epilogue): 16-bit and 64-bit clean-up. From-SVN: r34007
2000-05-19jcf-write.c (generate_classfile): Scan the source_file for slashes with the ↵Alexandre Oliva2-1/+6
right pointer variable. 2000-05-18 Alexandre Oliva <oliva@lsd.ic.unicamp.br> * jcf-write.c (generate_classfile): Scan the source_file for slashes with the right pointer variable. From-SVN: r34006
2000-05-18configure.in (*-pc-msdosdjgpp): Set float_format to none.Mark Elbrecht3-91/+98
* configure.in (*-pc-msdosdjgpp): Set float_format to none. * configure: Rebuilt. From-SVN: r34004
2000-05-18* Makefile.in (hash.h): Delete a redundant use of gawk and sed.Chris Demetriou2-4/+6
From-SVN: r34002
2000-05-18Andrew's last commit changed a ChangeLog entry to say that I wrote a patch ↵Tom Tromey1-1/+1
that Zack wrote. Andrew's last commit changed a ChangeLog entry to say that I wrote a patch that Zack wrote. Oops. From-SVN: r34001
2000-05-18genopinit.c: Use $ for escape sequences in optab patterns.Zack Weinberg13-386/+124
* genopinit.c: Use $ for escape sequences in optab patterns. Remove backslashes from optab patterns. Change $A, $B, $C to expand to (int) whatever instead of just whatever; remove explicit (int) from all optab patterns. * gensupport.c (xmalloc, xrealloc, xstrdup): Provide. * genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c, genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c, genrecog.c: Remove private copies of xmalloc, xrealloc, and From-SVN: r34000
2000-05-18* gcc.c-torture/compile/20000518-1.c: New test.Jeffrey A Law2-0/+21
From-SVN: r33999
2000-05-18jump.c (jump_optimize_1): Base minimum insn count during find_cross_jump on ↵Richard Henderson2-4/+13
BRANCH_COST. * jump.c (jump_optimize_1): Base minimum insn count during find_cross_jump on BRANCH_COST. From-SVN: r33998
2000-05-18print-rtl.c (print_rtx): Only print note line number as string if between ↵Jakub Jelinek3-1/+11
NOTE_INSN_BIAS and NOTE_INSN_MAX. * print-rtl.c (print_rtx): Only print note line number as string if between NOTE_INSN_BIAS and NOTE_INSN_MAX. * final.c (final_scan_insn): Do nothing for note line number 0. From-SVN: r33997
2000-05-18gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE from ↵Jakub Jelinek2-1/+11
NOTE_INSN_EXPECTED_VALUE notes and... * gcc-common.c (ggc_mark_rtx_children): Mark NOTE_EXPECTED_VALUE from NOTE_INSN_EXPECTED_VALUE notes and NOTE_SOURCE_FILE from NOTE_INSN_DELETED_LABEL. From-SVN: r33996
2000-05-18Place constant...Nick Clifton2-3/+9
Place constant, uninitialised data in .rodata not .bss, and do not interpret an error in the initialisation value as meaning that the variable should be placed in the .bss section. From-SVN: r33995
2000-05-18configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o', not ↵Philippe De Muyter3-2/+8
`$ac_cv_prog_cc_cc_c_o'. * configure.in (NO_MINUS_C_MINUS_O): Test `$ac_cv_prog_cc_${ac_cc}_c_o', not `$ac_cv_prog_cc_cc_c_o'. * configure: Regenerated. From-SVN: r33994
2000-05-18Add -fno-show-column to avoid dejagnu bugZack Weinberg1-1/+1
From-SVN: r33993
2000-05-18c-common.h (enum c_tree_index): Add g77 type entries.Chris Demetriou3-1/+69
* c-common.h (enum c_tree_index): Add g77 type entries. (g77_integer_type_node, g77_uinteger_type_node): New. (g77_longint_type_node, g77_ulongint_type_node): New. * c-decl.c (init_decl_processing): Initialize them. Co-Authored-By: Richard Henderson <rth@cygnus.com> From-SVN: r33992
2000-05-18com.h (FFECOM_f2cINTEGER, [...]): Note that these types correspond to ↵Chris Demetriou2-0/+14
built-in types now defined in the C front... * com.h (FFECOM_f2cINTEGER, FFECOM_f2cLONGINT): Note that these types correspond to built-in types now defined in the C front end (for libf2c). From-SVN: r33991
2000-05-18* g77.f-torture/compile/200005018.f: New test.David Billinghurst2-0/+20
From-SVN: r33988
2000-05-18* config/h8300/h8300.md (subs patterns): Use %G to negate.Richard Henderson2-3/+5
From-SVN: r33986
2000-05-18h8300.c (ok_for_bclr): Take a HOST_WIDE_INT.Richard Henderson5-192/+133
* config/h8300/h8300.c (ok_for_bclr): Take a HOST_WIDE_INT. (small_power_of_two): Likewise; use exact_log2. (adds_subs_operand, one_insn_adds_subs_operand): Remove. (output_adds_subs): Remove. (two_insn_adds_subs_operand): New. (split_adds_subs): New. * config/h8300/h8300-protos.h: Update. * config/h8300/h8300.h (CONST_OK_FOR_J): Cast to uns HOST_WIDE_INT. (CONST_OK_FOR_L): Match strict adds operands. (CONST_OK_FOR_N): Match struct subs operands. * config/h8300/h8300.md (adds_subs insns): Remove. (addhi patterns): Output adds/subs directly. (addsi_h8300h): Likewise. (addhi/addsi splitters): New. Decompose two_insn_adds_subs_operand. From-SVN: r33985
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg7-342/+552
* cppexp.c (parse_assertion): New. (lex): Call it for CPP_HASH. Remove CPP_ASSERTION case. (_cpp_parse_expr): Remove case '#'. Don't set parsing_if_directive. * cpphash.c (collect_objlike_expansion, collect_funlike_expansion, collect_params, _cpp_create_definition): The list no longer has a trailing VSPACE token. * cpphash.h (enum node_type): Add T_ASSERTION. (struct hashnode): Remove aschain, add pred. (struct predicate): New. Update prototypes. * cpplex.c (expand_token_space): Handle both offset and nonoffset lists. (init_token_list, _cpp_free_token_list, _cpp_parse_assertion): Delete. (_cpp_init_toklist, _cpp_clear_toklist, _cpp_free_toklist, _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens, _cpp_equiv_toklists): New. (_cpp_scan_line): Rename to _cpp_scan_until; add ability to stop at any single-character token, not just newline. (_cpp_lex_token): Remove special cases for #define and #if. (cpp_get_token): Expect # as a separate token type. Remove DIRECTIVE case. (_cpp_get_directive_token): Remove DIRECTIVE case. (_cpp_lex_line, _cpp_lex_file, _cpp_init_input_buffer): Update. * cpplib.c (_cpp_check_directive): Set dirno and SYNTAX_INCLUDE bit of flags, not dir_handler and dir_flags. (_cpp_handle_directive): Run # <number> through the same logic as normal directives. (do_define): Don't set parsing_define_directive. Use _cpp_scan_until. The list does not have a VSPACE at the end. (do_if): Save, clear, and restore only_seen_white around _cpp_parse_expr. (skip_if_group): s/CPP_DIRECTIVE/CPP_HASH/ (do_assert, do_unassert): Rewrite. * cpplib.h (TTYPE_TABLE): Remove CPP_ASSERTION. (LIST_OFFSET): New flag. (struct cpp_toklist): Replace dir_handler and dir_flags with dirno and flags. (struct cpp_reader): Remove parsing_if_directive and parsing_define_directive. From-SVN: r33984
2000-05-18inclhack.def (broken_cabs): Update fix to handle comments following the cabs ↵Kaveh R. Ghazi3-5/+15
decl which terminate on the... * fixinc/inclhack.def (broken_cabs): Update fix to handle comments following the cabs decl which terminate on the following line. Add the corresponding test_text case. From-SVN: r33983
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth5-14/+68
* cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size. (no_num, OPT_ftabstop): New. (handle_option): Handle "ftabstop=" command-line option. (print_help): Document it. * cpplex.c (COLUMN): Remove. (handle_newline): Reset col_adjust. (skip_whitespace): Update col_adjust as tabs encountered. (_cpp_lex_line): Update to use col_adjust. Call skip_whitespace for all whitespace. * cpplib.h (struct cpp_options): New member tabstop. (struct cpp_reader): New member col_adjust. (CPP_BUF_COL): Update. (CPP_BUF_COLUMN): New. * cpp.texi: Document "-ftabstop=" command line option. From-SVN: r33982
2000-05-18Daily bump.Jeff Law2-2/+2
From-SVN: r33979
2000-05-17* gcc.c-torture/compile/20000517-1.c: New test.Jeffrey A Law2-0/+13
From-SVN: r33972
2000-05-17configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT files.Philippe De Muyter3-198/+210
* configure.in (NO_MINUS_C_MINUS_O): Macro made availabe for AC_OUTPUT files. * configure: Rebuilt. From-SVN: r33971
2000-05-17* mklibgcc.in Add missing -DL$name when compiling modules in libgcc1.c.John David Anglin2-2/+4
From-SVN: r33970
2000-05-17tree.c (build_common_tree_nodes): Do not build TI nodes unless ↵John David Anglin2-0/+9
HOST_BITS_PER_WIDE_INT is >= 64. * tree.c (build_common_tree_nodes): Do not build TI nodes unless HOST_BITS_PER_WIDE_INT is >= 64. From-SVN: r33969
2000-05-17jump.c (jump_optimize_1): Remove inactive but real insns in ↵Richard Henderson2-0/+12
jump-to-next-insn optimization. * jump.c (jump_optimize_1): Remove inactive but real insns in jump-to-next-insn optimization. From-SVN: r33966
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless ↵Richard Henderson4-16/+44
OPTIMIZE_MODE_SWITCHING. * toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPTIMIZE_MODE_SWITCHING. Conditionally set no_new_pseudos. Don't call recompute_reg_usage if no_new_pseudos is true. * lcm.c (optimize_mode_switching): Move ifdefs outside function. Return true if we did work; update global life information. * basic-block.h (optimize_mode_switching): Update decl. From-SVN: r33965
2000-05-17cpplex.c (expand_name_space): Don't use ptrdiff_t.Neil Booth2-4/+6
2000-05-17 Neil Booth <neilb@earthling.net> * cpplex.c (expand_name_space): Don't use ptrdiff_t. From-SVN: r33964
2000-05-17decl2.c (finish_anon_union): Generalize error messages to handle anonymous ↵Mark Mitchell6-117/+258
structures. * decl2.c (finish_anon_union): Generalize error messages to handle anonymous structures. * init.c (perform_member_init): Remove `name' parameter. (build_field_list): New function. (sort_member_init): Handle anonymous union initialization order correctly. Check for multiple initializations of the same union. (emit_base_init): Don't look up fields by name here. (expand_member_init): Record the result of name lookup for future reference. * typeck.c (build_component_ref): Fix formatting. From-SVN: r33963
2000-05-17cpplib.c: New feature, #pragma system_header.Zack Weinberg3-3/+79
* cpplib.c: New feature, #pragma system_header. * cpp.texi: Document special treatment of system headers, and the various mechanisms to get a header that special treatment. From-SVN: r33962
2000-05-17use #def constant for sub-pattern countBruce Korb2-8/+13
From-SVN: r33961
2000-05-17#ifdef debugging codeBruce Korb2-1/+3
From-SVN: r33960
2000-05-17system.h (offsetof): Define at the very end, to ensure we prefer the ↵Kaveh R. Ghazi2-4/+7
platform's definition if available. * system.h (offsetof): Define at the very end, to ensure we prefer the platform's definition if available. From-SVN: r33958
2000-05-17Keep HP-UX 11 from stomping on C++ math namespaceBruce Korb3-86/+158
From-SVN: r33957
2000-05-17improve the debug displays, ignore SIGPIPE, and fix char_macro_def regexBruce Korb4-23/+51
From-SVN: r33956
2000-05-17fixfixes.c (char_macro_use_fix, [...]): Don't check the return value of sprintf.Kaveh R. Ghazi2-9/+20
* fixinc/fixfixes.c (char_macro_use_fix, char_macro_def_fix): Don't check the return value of sprintf. Use asprintf to avoid buffer overflows. From-SVN: r33955
2000-05-17mklibgcc.in (building libgcc1): Find libgcc1.c in $(srcdir), not in the ↵Philippe De Muyter2-2/+7
current directory. * mklibgcc.in (building libgcc1) [Xlibgcc1.a]: Find libgcc1.c in $(srcdir), not in the current directory. From-SVN: r33954
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney20-42/+215
-Wunused-parameter. Retain existing -Wunused behavour. Document. From-SVN: r33953