- 12 Mar, 1999 14 commits
-
-
* configure.in ({rs6000,powerpc}-ibm-aix*): Set float_format to none. * configure: Rebuilt. From-SVN: r25734
David Edelsohn committed -
1999-03-12 Alexandre Petit-Bianco <apbianco@cygnus.com> * parse.y (java_stabilize_reference): Return NODE when patching a COMPOUND_EXPR. (java_complete_lhs): Put parenthesis around truth values. 1999-03-12 Alexandre Petit-Bianco <apbianco@cygnus.com> * class.c (layout_class_method): Don't make rtl for interface methods. * parse.h (GET_TYPE_NAME): New macro. * parse.y (if_then_statement:): Fixed indentation. (if_then_else_statement:): Likewise. (for_statement:): Fixed spacing. (try_statement:): Fixed indentation. (create_interface): Don't force interfaces to be abstract. (method_header): Abstract methods are OK in interfaces. (declare_local_variables): Fixed typo in comment. (java_complete_expand_method): Fixed indentation. (resolve_qualified_expression_name): Use GET_TYPE_NAME to report non accessible fields. (java_stabilize_reference): New function. (java_complete_lhs): Fixed indentation. Use java_stabilize_reference in compound assignement. Insert the cast. If not processing `+' fix string constants before processing binop. From-SVN: r25733
Alexandre Petit-Bianco committed -
* lex.c (do_identifier): Correct call to enforce_access. * search.c (accessible_p): Tweak comment. * decl2.c (validate_nonmember_using_decl): Issue sensible error-messages on bogus qualifiers. From-SVN: r25732
Mark Mitchell committed -
* constants.c (find_class_or_string_constant): Cast variable `j' to a `jword' when comparing against one. * expr.c (java_lang_expand_expr): Remove unused variables `has_finally_p' and `op0'. * gjavah.c (print_field_info): Cast a value to jint when comparing against one. Likewise for a jlong. (add_namelet): Likewise cast a `sizeof' to an int when comparing against a signed quantity. * jcf-dump.c (print_signature_type): Remove unused variable `digit'. (print_signature): Don't needlessly dereference variable `str' * jcf-reader.c (get_attribute): Mark variables `max_stack' and `max_locals' with ATTRIBUTE_UNUSED. (jcf_parse_class): Likewise for variable `index'. * parse.h (reverse_jdep_list): Remove static prototype. * parse.y (build_jump_to_finally): Remove prototype and definition. (reverse_jdep_list): Add static prototype. * typeck.c (convert_ieee_real_to_integer): Remove unused variables `assignment' and `expr_decl'. * verify.c (verify_jvm_instructions): Remove unused label `bad_ldc'. From-SVN: r25731
Kaveh R. Ghazi committed -
* execute/970312-1.c, execute/980605-1.c (f): Change printf to sprintf. * execute/bf-sign-2.c (struct X): Add u15 field. (main): Add check for u15. Conditionalize u31 check depending on whether ints are <32 bits or >=32 bits. From-SVN: r25730
Jim Wilson committed -
* unroll.c (loop_iterations): Don't return a final value for EQ comparison loops. From-SVN: r25729
J"orn Rennecke committed -
* reload1.c (calculate_needs_all_insns): When ignore equivalence setting insn, clear need_elim, need_reload, and need_operand_change. From-SVN: r25728
Jim Wilson committed -
From-SVN: r25727
Bruce Korb committed -
1999-03-12 Andrew Haley <aph@cygnus.com> * jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes; we'll need a directory separator and a null character. From-SVN: r25726
Andrew Haley committed -
From-SVN: r25725
Bruce Korb committed -
From-SVN: r25724
Martin v. Löwis committed -
From-SVN: r25723
Martin v. Löwis committed -
From-SVN: r25715
Jeff Law committed -
* expr.c (expand_expr): Allow a CALL_EXPR with a mode wider than MAX_INTEGER_COMPUTATION_MODE. From-SVN: r25714
Jeffrey A Law committed
-
- 11 Mar, 1999 23 commits
-
-
` Tests for various kinds of spurious uninit variable warning. All are derived from cpplib; see comments in the files. From-SVN: r25711
Zack Weinberg committed -
l Tests for various kinds of spurious uninit variable warning. All are derived from cpplib; see comments in the files. From-SVN: r25710
Zack Weinberg committed -
From-SVN: r25709
Zack Weinberg committed -
From-SVN: r25706
Craig Burley committed -
From-SVN: r25705
Richard Henderson committed -
* alpha.h (HARD_REGNO_MODE_OK): Disallow QI/HImode in fp regs. (MODES_TIEABLE_P): Update. From-SVN: r25704
Richard Henderson committed -
* machmode.h (smallest_mode_for_size): Prototype. * stor-layout.c (smallest_mode_for_size): Remove static. From-SVN: r25703
Richard Henderson committed -
loop.c (strength_reduce): Don't do biv increment -> DEST_REG giv conversion if we don't know the lifetime. * loop.c (strength_reduce): Don't do biv increment -> DEST_REG giv conversion if we don't know the lifetime. From-SVN: r25702
J"orn Rennecke committed -
* reload.1c (delete_address_reloads_1): Check for reloads of CURRENT_INSN even if it sets DST. From-SVN: r25701
J"orn Rennecke committed -
* dwarf2out.c (add_AT_lbl_offset): Rename from add_AT_section_offset. (print_die, size_of_die, value_format, output_die): Adjust. * dwarf2out.c (TEXT_SECTION_LAABEL, DEBUG_LINE_SECTION_LABEL, DEBUG_INFO_SECTION_LABEL, ABBREV_SECTION_LABEL, text_section_laabel, debug_line_section_label, debug_info_section_label, abbrev_section_label): New. (output_compilation_unit_header): Emit label associated with section instead of section name itself. (out_pubnames, output_aranges, output_line_info, dwarf2out_finish): Likewise. (dwarf2out_init): Build internal label names for sections from static labels. From-SVN: r25700
Jason Merrill committed -
From-SVN: r25699
J"orn Rennecke committed -
From-SVN: r25698
Bruce Korb committed -
From-SVN: r25697
Bruce Korb committed -
* cppfiles.c (INO_T_EQ): Handle UWIN. * c-common.c (decl_attributes): Flag unrecognized attribute functions as warnings instead of as errors. Support for i386-pc-uwin. * i386/uwin.h: New file. * i386/xm-uwin.h: New file. * i386/t-uwin: New file. * i386/uwin.asm: New file. * configure.in (i[3456]86-*-uwin*): Define. Add Workaround for vfork bug when hosted on uwin. * configure: Regenerate. * cccp.c (INO_T_EQ): Undefine. UWIN has inodes. (absolute_filename): UWIN uses POSIX pathnames only. * libgcc2.c (getpagesize): Do not define for UWIN. (mprotect): Likewise. * protoize.c (dirent.h): Conditionally include. (fputc): Prototype only if it's not a macro. From-SVN: r25696
Mumit Khan committed -
From-SVN: r25695
Jeff Law committed -
* pexecute.c (__CYGWIN32__): Rename to (__CYGWIN__): this. * xmalloc.c: Likewise. Changes to support i386-pc-uwin. * configure.in (*-*-uwin*): Workaround for vfork bug. * configure: Regenerate. * pexecute.c (pexecute): Be like standard Unix. (pwait): Likewise. * xmalloc.c (first_break): Define. (xmalloc_set_program_name): Use. (xmalloc): Use. From-SVN: r25694
Mumit Khan committed -
* config.sub: Add i386-uwin support. * config.guess: Likewise. From-SVN: r25693
Mumit Khan committed -
From-SVN: r25692
Jason Merrill committed -
From-SVN: r25691
Franz Sirl committed -
Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * configure.in: Cleanup and add mh-*pic handling for arm, powerpc From-SVN: r25690
Franz Sirl committed -
H * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc From-SVN: r25689
Franz Sirl committed -
� * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc From-SVN: r25688
Franz Sirl committed -
� * configure.in: cleanup, add mh-*pic handling for arm, special case powerpc*-*-aix* From-SVN: r25687
Franz Sirl committed
-
- 10 Mar, 1999 3 commits
-
-
From-SVN: r25686
Colin Smith committed -
8 * jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %. From-SVN: r25683
Per Bothner committed -
� * jcf-write.c (generate_bytecode_insns): Handle __builtin_fmod, for %. From-SVN: r25682
Per Bothner committed
-