- 25 Mar, 2002 28 commits
-
-
* config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned int". From-SVN: r51340
Danny Smith committed -
* gcc.c-torture/compile/20011119-1.c (xxx): New. * gcc.c-torture/compile/20011119-2.c (xxx): New. From-SVN: r51337
Richard Henderson committed -
* toplev.c: Don't include setjmp.h. Kill float_handler_set, float_handled, float_handler, float_signal, set_float_handler, and do_float_handler. Set handler for SIGFPE to crash_signal. * toplev.h: Don't prototype do_float_handler. * c-lex.c: Fold parse_float into lex_number. Make warning about portability of hex float constants more informative, and don't issue it on top of a syntax error. * fold-const.c: Fold const_binop_1 and fold_convert_1 into their callers. * real.h: Define REAL_VALUE_ABS here... * simplify-rtx.c: ... not here. Fold check_fold_consts, simplify_unary_real, simplify_binary_real, and simplify_binary_is2orm1 into their callers. * tree.c: Fold build_real_from_int_cst_1 into caller. * doc/tm.texi: Document REAL_VALUE_ABS and REAL_VALUE_NEGATIVE. * tsystem.h: Include float.h here... * libgcc2.c: ... not here. java: * lex.c: Change java_perform_atof to take normal parameters instead of a pointer to a parameter block. Call it directly from java_lex. testsuite: * gcc.dg/c90-hexfloat-1.c: Adjust error regexps. From-SVN: r51336
Zack Weinberg committed -
2002-03-25 Benjamin Kosnik <bkoz@redhat.com> Jakub Jelinek <jakub@redhat.com> * config/locale/gnu/messages_members.h: Correct conditional. * config/locale/gnu/messages_members.cc: Same. * config/locale/gnu/time_members.cc: Same. From-SVN: r51332
Benjamin Kosnik committed -
From-SVN: r51329
Neil Booth committed -
Fix for PR java/5368: * parse.y (resolve_qualified_expression_name): Use decl not field_decl when printing error message. From-SVN: r51327
Mark Wielaard committed -
* configure.in (mcore-pe): Disable the configuration of libstdc++-v3 since exceptions are not supported. * config/mcore/mcore.h (CC1_SPEC): Define only if not already defined. Do not disable exceptions or rtti. * config/mcore/mcore-pe.h (CC1_SPEC): Define before including mcore.h. Disable exceptions and rtti, since they are not supported by EPOC. From-SVN: r51326
Nick Clifton committed -
* c-decl.c (maybe_build_cleanup): Remove. * expr.c (expand_expr): Use langhook. * langhooks-def.h (lhd_return_null_tree, LANG_HOOKS_MAYBE_BUILD_CLEANUP): New. (LANGHOOKS_INITIALIZER): Update. * langhooks.c (lhd_return_null_tree): New. * langhooks.h (struct lang_hooks): New hook. * tree-inline.c (initialize_inlined_parameters): Use langhook. * tree.h (maybe_build_cleanup): Remove. ada: * misc.c (maybe_build_cleanup): Remove. cp: * cp-tree.h (cxx_maybe_build_cleanup): New. * decl.c (destroy_local_var, hack_incomplete_structures): Update. (maybe_build_cleanup): Rename cxx_maybe_build_cleanup. * tree.c (build_target_expr): Update. f: * com.c (maybe_build_cleanup): Remove. java: * decl.c (maybe_build_cleanup): Remove. From-SVN: r51324
Neil Booth committed -
From-SVN: r51322
Paolo Carlini committed -
From-SVN: r51321
Jeff Sturm committed -
* g++.old-deja/g++.jason/thunk3.C: Add xtensa-*-* to list of targets using generic thunk support. From-SVN: r51320
Bob Wilson committed -
Paolo Carlini <pcarlini@unitus.it> * testsuite/locale/codecvt_members_unicode_char.cc (test01, test02): Fix i_lit_base arrays, making them independent from the endianness of the platform. Co-Authored-By: Paolo Carlini <pcarlini@unitus.it> From-SVN: r51314
Ulrich Weigand committed -
* regrename.c (build_def_use): Move recog_memoized before extract_insn. From-SVN: r51313
Jakub Jelinek committed -
PR target/6043 * expr.c (emit_group_store): Handle storing into CONCAT. * g++.dg/opt/conj2.C: New test. From-SVN: r51311
Jakub Jelinek committed -
From-SVN: r51309
GCC Administrator committed -
* regrename.c (build_def_use): Share RTL between MATCH_OPERATOR and corresponding MATCH_DUP. * gcc.c-torture/compile/20020323-1.c: New test. From-SVN: r51305
Jakub Jelinek committed -
* java/awt/Component.java (processEvent): Check ComponentEvent after KeyEvent. From-SVN: r51301
Tom Tromey committed -
From-SVN: r51300
Richard Henderson committed -
* gcse.c: Include except.h. * Makefile.in (gcse.o): Update. From-SVN: r51297
Richard Henderson committed -
* java/io/PushbackInputStream.java (available): Calculate correct number of bytes in buffer. (read): Remove redundant bound check. Return bytes from both the buffer and the stream. From-SVN: r51296
Bryce McKinlay committed -
FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct number of bytes skipped. * java/io/FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct number of bytes skipped. From-SVN: r51293
Bryce McKinlay committed -
From-SVN: r51291
Bryce McKinlay committed -
* varasm.c (asm_emit_uninitialised): Revert 2002-03-14 change. Do resolve_unique_section before shared data clause. * gcc.dg/weak-1.c: Use -fno-common. From-SVN: r51289
Richard Henderson committed -
2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com> * g77.dg/f77-edit-apostrophe-out.f: New test * g77.dg/f77-edit-h-out.f: New test * g77.dg/f77-edit-t-in.f: New test * g77.dg/f77-edit-t-out.f: New test * g77.dg/f77-edit-x-out.f: New test * g77.dg/f77-edit-slash-out.f: New test * g77.dg/f77-edit-colon-out.f: New test * g77.dg/f77-edit-s-out.f: New test From-SVN: r51288
David Billinghurst committed -
2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com> * g77.dg/f77-edit-apostrophe-out.f: New test * g77.dg/f77-edit-h-out.f: New test * g77.dg/f77-edit-t-in.f: New test * g77.dg/f77-edit-t-out.f: New test * g77.dg/f77-edit-x-out.f: New test * g77.dg/f77-edit-slash-out.f: New test * g77.dg/f77-edit-colon-out.f: New test * g77.dg/f77-edit-s-out.f: New test From-SVN: r51287
David Billinghurst committed -
From-SVN: r51286
Richard Henderson committed -
* recog.c (peephole2_optimize): Split blocks when EH insns are generated in the middle of a block. Do global life update if zapped EH edges. From-SVN: r51285
Richard Henderson committed -
From-SVN: r51284
Richard Henderson committed
-
- 24 Mar, 2002 12 commits
-
-
2002-03-25 David.Billinghurst <David.Billinghurst@riotinto.com> * gcc.dg/weak-1.c: Early return from dg-final on platforms that do not support weak symbols From-SVN: r51280
David Billinghurst committed -
2002-03-25 David Billinghurst <David.Billinghurst@riotinto.com> * lib/g++.exp: Fix handling of LD_LIBRARY_PATH et al * lib/g77.exp: Likewise * lib/objc.exp: Likewise From-SVN: r51279
David Billinghurst committed -
* java/awt/TextComponent.java (TextComponent): Editable by default. From-SVN: r51278
Tom Tromey committed -
* java/awt/MenuItem.java (eventMask): No longer private. * java/awt/Button.java (dispatchEventImpl): Only dispatch to superclass if we didn't handle event. * java/awt/Checkbox.java (dispatchEventImpl): New method. * java/awt/CheckboxMenuItem.java (dispatchEventImpl): New method. * java/awt/Choice.java (dispatchEventImpl): New method. * java/awt/List.java (dispatchEventImpl): New method. * java/awt/Scrollbar.java (dispatchEventImpl): New method. * java/awt/TextComponent.java (dispatchEventImpl): New method. * java/awt/TextField.java (dispatchEventImpl): New method. From-SVN: r51277
Tom Tromey committed -
From-SVN: r51276
Richard Henderson committed -
2002-03-24 Eric Blake <ebb9@email.byu.edu> * java/beans/IntrospectionException.java: Update to 1.4. * java/beans/PropertyVetoException.java: Ditto. 2002-03-24 Eric Blake <ebb9@email.byu.edu> * gnu/java/beans/BeanInfoEmbryo.java (hasMethod): Use Arrays.equals instead of ArrayHelper.equalsArray. 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: added new static final fields introduced in 1.2, lots of other updates remain to be done 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: reformatting 2002-03-24 C. Brian Jones <cbj@gnu.org> * java/beans/Introspector.java: default beanInfoSearchPath will not include sun.beans.infos given we provide no such package and the API doesn't really require it; gnu.java.beans.info is the default. 2002-03-24 Mark Wielaard <mark@klomp.org> Thanks to Orp developers * gnu/java/beans/editors/NativeBooleanEditor.java (setAsText(String)): switch TRUE and FALSE return values. From-SVN: r51273
Mark Wielaard committed -
preprocessor/3951 * gcc.c (cpp_options): Pass -MD through as -MD not -M -MF. * cppinit.c (cpp_handle_option): Set no_ouput if -MD or -MMD. (init_dependency_output): Don't make no_output decision here. From-SVN: r51272
Neil Booth committed -
* stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch. Update description. (expand_end_case_type): Call check_for_full_enumeration_handling when warn_switch. From-SVN: r51270
Andrew Cagney committed -
From-SVN: r51267
Stephane Carrez committed -
* config/m68hc11/m68hc11.c (m68hc11_autoinc_compatible_p): New function. (m68hc11_split_move): Call it to see if the source and destination operands use the same direction auto inc/dec mode, otherwise make the source an offsetable operand and generate an add. From-SVN: r51264
Stephane Carrez committed -
* config/m68hc11/m68hc11.md ("*subsi3_zero_extendhi"): Allow address register for operand 2. ("*subsi3_zero_extendqi"): Likewise. ("*iorhi3_gen"): Do the operation on the upper bits and then lower bits so that it is compatible with a pop. ("*andhi3_gen"): Likewise. ("xorhi3"): Likewise. From-SVN: r51262
Stephane Carrez committed -
* cppinit.c (cpp_handle_option): Set warn_endif_labels if -pedantic here... (cpp_post_options): ... not here. From-SVN: r51258
Neil Booth committed
-