- 13 Jul, 2003 6 commits
-
-
2003-07-13 Michael Koch <konqueror@gmx.de> * gnu/java/awt/EmbeddedWindow.java, gnu/java/awt/EmbeddedWindowSupport.java, gnu/java/awt/natEmbeddedWindow.cc: New files. * java/awt/Window.java (Window): New constructor to support embedded windows. * Makefile.am (awt_java_source_files): Added gnu/java/awt/EmbeddedWindow.java and gnu/java/awt/EmbeddedWindowSupport.java. (nat_source_files): Added gnu/java/awt/natEmbeddedWindow.cc. * Makefile.in: Regenerated. From-SVN: r69288
Michael Koch committed -
From-SVN: r69287
Nathan Sidwell committed -
From-SVN: r69285
Andreas Jaeger committed -
* fixinc/inclhack.def (avoid_wchar_t_type): Use __cplusplus bypass (for OpenBSD). * fixinc/fixincl.x: Rebuild. From-SVN: r69284
Nathanael Nerode committed -
* configure.in: Always define HAVE_AS_GOTOFF_IN_DATA for i?86-*-*. Use correct name of cache variable. * configure: Regenerate. From-SVN: r69283
Zack Weinberg committed -
From-SVN: r69281
GCC Administrator committed
-
- 12 Jul, 2003 16 commits
-
-
* config/alpha/alpha.c: Fix comment typos. * config/alpha/alpha.md: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.md: Likewise. * config/arm/lib1funcs.asm: Likewise. * config/avr/avr.md: Likewise. * config/arm/README-interworking: Fix typos. From-SVN: r69277
Kazu Hirata committed -
* c-format.c: Fix comment formatting. * c-typeck.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * gcov-io.h: Likewise. * toplev.c: Likewise. From-SVN: r69276
Kazu Hirata committed -
From-SVN: r69275
Zack Weinberg committed -
* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. From-SVN: r69274
Nathanael Nerode committed -
From-SVN: r69273
Zack Weinberg committed -
* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE, uses three-argument AC_DEFINE so no acconfig.h entries are needed. (_gcc_COMPUTE_GAS_VERSION): Also provide gcc_cv_gas_vers which contains the GAS version number as a scaled integer. (gcc_GAS_VERSION_GTE_IFELSE): Use gcc_cv_gas_vers. Add ability to check for ELF assembler. (gcc_GAS_CHECK_FEATURE): New macro. * configure.in: Use gcc_AC_CHECK_TYPE. Rewrite all assembler feature checks using gcc_GAS_CHECK_FEATURE. Use three-argument AC_DEFINE everywhere. * acconfig.h: Deleted. * config.in, configure: Regenerate. From-SVN: r69272
Zack Weinberg committed -
(fix dumb changelog omission) * fixinc/fixincl.x: Regenerate. From-SVN: r69271
Nathanael Nerode committed -
* fixinc/inclhack.def (struct_sockaddr): Avoid "fixing" sockaddr_in (on OpenBSD). From-SVN: r69270
Nathanael Nerode committed -
From-SVN: r69269
Nathanael Nerode committed -
From-SVN: r69268
Andreas Jaeger committed -
* fp-test.c (main): Use ISO C90 prototype. * version.c: Remove unneded include of ansidecl.h. * cgraph.h: Convert prototypes to ISO C90. * cgraph.c: Likewise. * fix-header.c: Likewise. * ra.h: Likewise. * protoize.c: Likewise. From-SVN: r69265
Andreas Jaeger committed -
* cgraphunit.c (cgraph_inlined_into, cgraph_inlined_calees): Fix warning. From-SVN: r69264
Jan Hubicka committed -
PR bootstrap/7126 * configure.in: Correct zlib version number. * configure: Regenerate. From-SVN: r69263
Nathanael Nerode committed -
* cgraph.c (cgraph_max_uid): New global variable. (cgraph_node): Set uid field. (create_edge): Keep inline flags consistent. (dump_cgraph): Dump more info. * cgraph.h (struct cgraph_local_info): Remove inline_many and can_inline_once; add inlinable, disgread_inline_limits, and self_insn (struct cgraph_global_info): Add insns, calls, cloned_times, will_be_output. (struct cgraph_node): Add uid. (struct cgraph_edge): Add inline_call. (cgraph_max_uid, cgraph_inline_p): Declare. * cgraph.c: Include params.h and fibheap.h (cgraph_mark_functions_to_inline_once): Kill. (INSNS_PER_CALL): New constant. (ncalls_inlined, nfunctions_inlined, initial_insns, overall_insns): New static variables. (cgraph_finalize_function): Do not analyze inlining. (cgraph_finalize_compilation_unit): Set inlining attributes. (cgraph_mark_functions_to_output): More consistency checks. (cgraph_optimize_function): Set current_function_decl to NULL. (cgraph_expand_function): Use new inline flags. (cgraph_postorder): Expand from cgraph_expand_functions. (INLINED_TIMES, SET_INLINED_TIMES): New macros. (cgraph_inlined_into, cgraph_inlined_callees, cgraph_estimate_size_after_inlining, cgraph_estimate_growth, cgraph_mark_inline, cgraph_check_inline_limits, cgraph_default_inline_p, cgraph_decide_inling_of_small_functions, cgraph_decide_inlining, cgraph_inline_p): New functions. * params.def (PARAM_LARGE_FUNCTION_INSNS, PARAM_LARGE_FUNCTION_GROWTH, PARAM_INLINE_UNIT_GROWTH): New parameters. * tree-inline.c (struct inline_data): New field current_decl. (expand_call_inline): Avoid forward declarations; use inlinable_function_p. (optimize_inline_calls): Set id.current_decl. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r69262
Jan Hubicka committed -
* configure.in: Remove wrongly added definition of local_prefix. * configure: Regenerate. From-SVN: r69261
Andrew Pinski committed -
From-SVN: r69259
GCC Administrator committed
-
- 11 Jul, 2003 18 commits
-
-
From-SVN: r69257
Dan Nicolaescu committed -
* doc/install.tex: Update required binutils for i?86-*-linux* From-SVN: r69255
Dara Hazeghi committed -
PR c++/11437 * operators.def: Add definitions for __imag__, __real__. From-SVN: r69254
Nathanael Nerode committed -
* libjava.verify/verify.exp: New file. * libjava.verify/README.verify: New file. From-SVN: r69253
Tom Tromey committed -
* README: Note that libffi is not part of GCC. Update the project URL and status. From-SVN: r69250
Gerald Pfeifer committed -
From-SVN: r69249
Richard Henderson committed -
From-SVN: r69247
Gerald Pfeifer committed -
From-SVN: r69245
Gerald Pfeifer committed -
* varasm.c (make_decl_rtl): Treat decls with a DECL_CONTEXT of TRANSLATION_UNIT_DECL as top_level. From-SVN: r69244
Mark Mitchell committed -
* optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, then fall back to cmpstrM. * builtins.c (expand_builtin_memcmp): Likewise. * config/s390/s390-protos.h (s390_expand_cmpstr): Rename to... (s390_expand_cmpmem): ... this. * config/s390/s390.md (cmpmemdi, cmpmemsi, cmpmem_short_64, cmpmem_short_31, cmpmem_long_64, cmpmem_long_31): Renamed from cmpstr* patterns. Rename call to s390_expand_cmpstr to s390_expand_cmpmem. * config/s390/s390.c (s390_expand_cmpstr): Rename to... (s390_expand_cmpstr): ... this. Rename cmpstr* instructions to cmpmem*. * config/i370/i370.md (cmpmemsi, cmpmemsi_1): Renamed from cmpstr* patterns. * doc/md.texi (cmpstrM): Describe as String compare insn, not Block compare insn. (cmpmemM): Add. * gcc.dg/20030711-1.c: New test. From-SVN: r69243
Jakub Jelinek committed -
* config/i386/freebsd.h (SET_ASM_OP): Remove. (SUBTARGET_OVERRIDE_OPTIONS): Handle TARGET_64BIT case. (ASM_COMMENT_START, ASM_APP_ON, ASM_APP_OFF, DBX_REGISTER_NUMBER MCOUNT_NAME, SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE_SIZE): Whitespace. From-SVN: r69242
Loren J. Rittle committed -
2003-07-11 Matt Kraai <kraii@alumni.cmu.edu> * gnu/gcj/runtime/SharedLibLoader.java: Fix misspelling. * gnu/gcj/runtime/natSharedLibLoader.cc: Likewise. * java/awt/im/InputContext.java: Remove a redundant partial line. From-SVN: r69238
Matt Kraai committed -
* function.c (assign_parms): Don't recombine complex args if fnargs is unchanged from orig_fnargs. (split_complex_args): Return args without complex before copying. Re-layout the modified parameters. From-SVN: r69236
Richard Henderson committed -
2003-07-11 Jerry Quinn <jlquinn@optonline.net> * include/bits/basic_ios.h (copyfmt): Document. * include/bits/ios_base.h (event, event_callback, register_callback, xalloc, iword, pword): Document. (imbue, ~ios_base): Update docs on callbacks. From-SVN: r69235
Jerry Quinn committed -
* regclass.c (choose_hard_reg_mode): Add third argument. Changed all callers. * rtl.h (choose_hard_reg_mode): Update declaration. * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Take HARD_REGNO_CALL_PART_CLOBBERED into account. From-SVN: r69234
J"orn Rennecke committed -
cp: PR c++/11050 * parser.c (cp_parser_expression_list): Rename to ... (cp_parser_parenthesized_expression_list): ... here. Add attribute parameter, parse the surounding parentheses. (cp_parser_skip_to_closing_parenthesis): Add recover and or_comma parameters. Return int. (cp_parser_skip_to_closing_parenthesis or comma): Remove. (cp_parser_postfix_expression): Adjust function call parsing. (cp_parser_new_placement): Adjust. (cp_parser_new_initializer): Likewise. (cp_parser_cast_expression): Likewise. (cp_parser_selection_statement): Likewise. (cp_parser_mem_initializer): Likewise. (cp_parser_asm_definition): Likewise. (cp_parser_init_declarator): Likewise. (cp_parser_declarator): Make cdtor_or_conv_p an int ptr. (cp_parser_direct_declarator): Likewise. Check for a parameter list on cdtors & conv functions. (cp_parser_initializer): Adjust. (cp_parser_member_declaration): Adjust. (cp_parser_attribute_list): Move code into cp_parser_parens_expression_list. (cp_parser_functional_cast): Adjust. * pt.c (type_dependent_expression_p): Erroneous expressions are non-dependent. testsuite: PR c++/11050 * g++.dg/parse/args1.C: New test. * g++.pt/defarg8.C: Change expected errors. From-SVN: r69230
Nathan Sidwell committed -
PR c++/8164 * decl.c (duplicate_decls): Avoid mangling names unnecessarily. PR c++/8164 * g++.dg/template/nontype2.C: New test. PR c++/10558 * g++.dg/parse/template8.C: New test. From-SVN: r69229
Mark Mitchell committed -
PR c++/10558 * g++.dg/parse/template8.C: New test. From-SVN: r69226
Mark Mitchell committed
-