- 17 Jan, 2004 3 commits
-
-
jsm28 authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76008 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
builtin_expect specially. * params.def (PARAM_MAX_INLINE_INSNS_AUTO): Set to 100. (PARAM_LARGE_FUNCTION_INSNS): Set to 3000. * invoke.texi (max-inline-insns-single): Set to 100. (large-function-insns): Set to 3000. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76007 138bc75d-0d04-0410-961f-82ee72b054a4
-
tromey authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76004 138bc75d-0d04-0410-961f-82ee72b054a4
-
- 16 Jan, 2004 37 commits
-
-
tromey authored
* java/lang/natVMClassLoader.cc: ...here. New file. * Makefile.in: Rebuilt. * Makefile.am (nat_source_files): Added natVMClassLoader.cc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76003 138bc75d-0d04-0410-961f-82ee72b054a4
-
reichelt authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76001 138bc75d-0d04-0410-961f-82ee72b054a4
-
echristo authored
Chandrakala Chavva <cchavva@redhat.com> * cppcharset.c (one_iso88591_to_utf8): New function. (convert_iso88591_utf8): Ditto. Use. (conversion_tab): Use. (_cpp_input_to_utf8): New function. (_cpp_init_iconv_buffer): Ditto. (_cpp_close_iconv_buffer): Ditto. * cpphash.h: Prototype new functions. (cpp_buffer): Add input_cset_desc. * cppinit.c: Add input_charset default. * cpplib.c (cpp_push_buffer): Support init and close of iconv. * cpplib.h (cpp_options): Add input_charset. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76000 138bc75d-0d04-0410-961f-82ee72b054a4
-
fnasser authored
Discard GDK_ENTER_NOTIFY related to ungrabs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75999 138bc75d-0d04-0410-961f-82ee72b054a4
-
fnasser authored
is called for an intermediate queue. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75998 138bc75d-0d04-0410-961f-82ee72b054a4
-
fitzsim authored
* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (window_property_changed_cb): Set id_set. Also: re-indent kho's latest ChangeLog entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75997 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* system.h (ASM_OUTPUT_SECTION_NAME): Poison. * config/alpha/unicosmk.h: Remove a commented-out definition of ASM_OUTPUT_SECTION_NAME. * config/stormy16/stormy16.h: Likewise. gcc/ada/ * Make-lang.in (utils.o): Depend on target.h. * utils.c: Include target.h. (process_attributes): Use targetm.have_named_sections instead of ASM_OUTPUT_SECTION_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75995 138bc75d-0d04-0410-961f-82ee72b054a4
-
ro authored
(alpha___extern_prefix_sys_stat): ... this. Apply to <sys/mount.h>, too. Tweak to match more variations. * fixinc/tests/base/sys/stat.h: Adapt for new hackname. * fixinc/inclhack.def (alpha___extern_prefix, alpha___extern_prefix_standards): New hacks to obey __PRAGMA_EXTERN_PREFIX. * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New test. * fixinc/tests/base/standards.h: Likewise. * fixincl/inclhack.def (alpha_pthread): Tweak to match more variations. New testcase. * fixinc/tests/base/pthread.h: Handle it. * fixincl/inclhack.def (bad_lval): Sort file list. Add many missing files up to Tru64 UNIX V5.1B. * gcc/fixinc/tests/base/libgen.h: Renamed to ... * gcc/fixinc/tests/base/dirent.h: ... this to match new file list order. * fixinc/fixincl.x: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75994 138bc75d-0d04-0410-961f-82ee72b054a4
-
kho authored
* gnu/java/awt/peer/gtk/GtkComponentPeer.java (GtkComponentPeer): If it is a FileDialog and has dimensions of 0 by 0, then the initial size is set to size request plus insets. * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java (gtkWidgetGetDimensions): Override method. * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (gtkWidgetGetDimensions): Override method. Returns size request plus insets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75993 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* doc/include/gcc-common.texi (version-GCC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75992 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* decl.c (compute_array_index_type): Fix grammar in comment. * init.c (build_zero_init): Handle zero-sized arrays correctly. PR c++/13574 * g++.dg/ext/array1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75991 138bc75d-0d04-0410-961f-82ee72b054a4
-
hubicka authored
* i386.md (load_tp_di): Fix pasto. PR opt/13608 * i386.c (ix86_compute_frame_layout): Fix for alloca on leaf function. * c-pretty-print.c (pp_c_type_cast, pp_c_abstract_declarator, pp_c_character_constant, pp_c_floating_constant, pp_c_additive_expression, pp_c_shift_expression, pp_c_equality_expression, pp_c_and_expression, pp_c_exclusive_or_expression, pp_c_inclusive_or_expression, pp_c_logical_and_expression): Remove inline modifier. * dwarf2out.c (get_AT): Likewise. * et-forest.c (et_splay): Likewise. * ra.h (ra_alloc, ra_calloc): Likewise * mangle.c (write_mangled_name): Remove inline modifier. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75988 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
From Kazumoto Kojima / Dan Kegel: * gcc.dg/pr11864-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75987 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* call.c (name_as_c_string): Print conversion operator names correctly. PR c++/13178 * g++.dg/conversion/op1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75986 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
From Marcus Comstedt / Dan Kegel: * gcc.dg/pr10392-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75985 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* config/frv/frv.c: Likewise. * config/frv/frv.h: Likewise. * config/frv/frv.md: Likewise. * config/frv/frvbegin.c: Likewise. * config/frv/frvend.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75984 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* call.c (initialize_reference): Pass -1 for inner parameter to convert_like_real. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75983 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* sysdep/x86-64/locks.h: Don't use in/out memory constraints. * sysdep/i386/locks.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75982 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
* configure.in (NO_EXECUTE_PERMISSION): Remove global declaration; add for ia64; remove for MIPS. * configure: Regnerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75981 138bc75d-0d04-0410-961f-82ee72b054a4
-
aph authored
PR java/13273: * typeck.c (shallow_find_method): New. (find_method_in_superclasses): New. (find_method_in_interfaces): New. (lookup_do): Rewrite. * java-tree.h (SEARCH_ONLY_INTERFACE): Delete. * jcf-parse.c (read_class): Save and restore output_class. * decl.c (java_expand_body): Set output_class from fndecl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75980 138bc75d-0d04-0410-961f-82ee72b054a4
-
mmitchel authored
* call.c (convert_like_real): Do not perform an additional direct-initialization when binding to a reference. PR c++/13478 * g++.dg/init/ref10.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75979 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* doc/tm.texi (PREFERRED_DEBUGGING_TYPE): Don't mention LINKER_DOES_NOT_WORK_WITH_DWARF2. (LINKER_DOES_NOT_WORK_WITH_DWARF2): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75978 138bc75d-0d04-0410-961f-82ee72b054a4
-
fnasser authored
interrupted. * java/awt/EventQueue.java (pop): Stop dispatch thread when done. Reset the queue after transferring its contents. (push): Start a new dispatch thread if none is running. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75977 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
PR 11864 * postreload.c (reload_cse_simplify_operands): Don't remove implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75976 138bc75d-0d04-0410-961f-82ee72b054a4
-
amylaar authored
implicit extension from LOAD_EXTEND_OP. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75975 138bc75d-0d04-0410-961f-82ee72b054a4
-
rodimina authored
* gnu/java/awt/peer/gtk/GdkGraphics2D.java: (doPolygon): set fill rule of polygon to WIND_EVEN_ODD by default git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75971 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* g++.dg/parse/typename6.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75970 138bc75d-0d04-0410-961f-82ee72b054a4
-
giovannibajo authored
* parser.c (cp_parser_base_specifier): Check for an invalid keyword 'typename' and emit an user-friendly error message. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75969 138bc75d-0d04-0410-961f-82ee72b054a4
-
rth authored
* cfgcleanup.c (try_optimize_cfg): Suppress tablejump removal after reload. * cfgrtl.c (rtl_can_merge_blocks, cfglayout_can_merge_blocks, rtl_try_redirect_by_replacing_branch): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75968 138bc75d-0d04-0410-961f-82ee72b054a4
-
aj authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75964 138bc75d-0d04-0410-961f-82ee72b054a4
-
dannysmith authored
* testsuite/testsuite_hooks.cc (try_mkfifo): Avoid calling mkfifo for mingw32. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75963 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
* alias.c (struct alias_set_entry): Mark for GC. (alias_sets): Make static, mark for GC. (record_alias_subset): Use GC to allocate alias structures. * varray.c (element): Make generic varrays GCed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75962 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * c-typeck.c (constructor_asmspec): Delete. (struct initializer_stack): Delete field 'asmspec'. (start_init): Delete saving of asmspec. (finish_init): Don't update constructor_asmspec. * dwarf2out.c (rtl_for_decl_location): Duplicate string from tree. * stmt.c (expand_asm): Duplicate strings from tree. (expand_asm_operands): Likewise. * tree.c (tree_size): Update computation of size of STRING_CST. (make_node): Don't make STRING_CST nodes. (build_string): Allocate string with tree node. * tree.def (STRING_CST): Update comment. * tree.h (TREE_STRING_POINTER): Adjust for change to STRING_CST. (tree_string): Place contents of string in tree node. * config/sh/sh.c (sh_handle_sp_switch_attribute): Duplicate string from tree. Index: cp/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * cp/lex.c (handle_pragma_interface): Duplicate string from tree. (handle_pragma_implementation): Likewise. Index: testsuite/ChangeLog 2004-01-15 Geoffrey Keating <geoffk@apple.com> PR pch/13361 * testsuite/g++.dg/pch/wchar-1.C: New. * testsuite/g++.dg/pch/wchar-1.Hs: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75961 138bc75d-0d04-0410-961f-82ee72b054a4
-
geoffk authored
altivec operands. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75960 138bc75d-0d04-0410-961f-82ee72b054a4
-
kazu authored
* c-cppbuiltin.c: Likewise. * c-pragma.c: Likewise. * calls.c: Likewise. * collect2.c: Likewise. * cppcharset.c: Likewise. * cpptrad.c: Likewise. * dbxout.c: Likewise. * defaults.h: Likewise. * dwarf2out.c: Likewise. * fold-const.c: Likewise. * genautomata.c: Likewise. * genconditions.c: Likewise. * genflags.c: Likewise. * gengtype.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * predict.c: Likewise. * sdbout.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75957 138bc75d-0d04-0410-961f-82ee72b054a4
-
zack authored
extracted to ia64.c. (*movti_internal_reg): Delete. (reload_inti, reload_outti): Use the correct mode on operand 2 in the first place, don't fix it up in the output template. (movtf, reload_ointf, reload_outtf): New expanders. (*movtf_internal): New define_insn_and_split. * config/ia64/ia64.c (ia64_split_timode): Rename to ia64_split_tmode; make static; do not hand TFmode CONST_DOUBLEs to split_double. (ia64_split_tmode_move): New function, body mostly pulled from ia64.md:*movti_internal. (ia64_function_arg_words): New function, extracted common logic from ia64_function_arg et seq. (ia64_function_arg_offset): Likewise. Handle correctly the case of a scalar quantity 16 bytes wide with only 8-byte alignment. (ia64_function_arg, ia64_function_arg_partial_nregs) (ia64_function_arg_advance): Use ia64_function_arg_words and ia64_function_arg_offset. (ia64_function_value): TCmode does not go in float regs. (ia64_secondary_reload_class): Also handle TFmode. * config/ia64/ia64-protos.h: Remove prototype for ia64_split_timode; add prototype for ia64_split_tmode_move. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75956 138bc75d-0d04-0410-961f-82ee72b054a4
-
gccadmin authored
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75953 138bc75d-0d04-0410-961f-82ee72b054a4
-