- 27 Feb, 2004 4 commits
-
-
PR c++/14278 * parser.c (cp_parser_parameter_declaration_list): Commit to fewer tentative parses. PR c++/14278 * g++.dg/parse/comma1.C: New test. From-SVN: r78542
Mark Mitchell committed -
PR c++/14278 * parser.c (cp_parser_parameter_declaration_list): Commit to fewer tentative parses. PR c++/14278 * g++.dg/parse/comma1.C: New test. [[Split portion of a mixed commit.]] From-SVN: r78541.2
Mark Mitchell committed -
* configure.in: Add CCAS, CCASFLAGS for future automakes. * configure, Makefile.in, include/Makefile.in: Regenerate. From-SVN: r78540
Nathanael Nerode committed -
From-SVN: r78537
GCC Administrator committed
-
- 26 Feb, 2004 36 commits
-
-
* stmt.c (expand_start_case_dummy): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r78534
Kazu Hirata committed -
* builtins.c (apply_args_register_offset): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r78533
Kazu Hirata committed -
* stor-layout.c (is_pending_size): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r78532
Kazu Hirata committed -
* recog.c (validate_replace_src): Remove. * recog.h: Remove the corresponding prototype. From-SVN: r78531
Kazu Hirata committed -
* calls.c: Don't reference FINAL_REG_PARM_STACK_SPACE or MAYBE_REG_PARM_STACK_SPACE. * function.c: Likewise. * system.h (FINAL_REG_PARM_STACK_SPACE): Poison. (MAYBE_REG_PARM_STACK_SPACE): Likewise. * doc/tm.texi (FINAL_REG_PARM_STACK_SPACE): Remove. (MAYBE_REG_PARM_STACK_SPACE): Likewise. From-SVN: r78530
Kazu Hirata committed -
* Makefile.am: Remove bogus duplicate setting of AM_CFLAGS. * Makefile.in: Regenerate. * configure.in: Remove bogus duplicate invocation of AM_MAINTAINER_MODE. Remove obsolete comment. * configure: Regenerate. From-SVN: r78529
Nathanael Nerode committed -
* c-decl.c (c_expand_deferred_function): Remove. * c-tree.h: Remove the corresponding prototype. From-SVN: r78528
Kazu Hirata committed -
* postreload.c (reload_cse_move2add): Generate just a PLUS instead of an entire SET. From-SVN: r78527
Kazu Hirata committed -
* config.gcc: Add support for nocoma/prescott/pentium-m/pentium3m /pentium4m. * i386.c (override_options): Add support for new CPUs. * i386.h (TARGET_CPU_DEFAULT_NAMES): New names. (TARGET_CPU_DEFAULT_pentium_m, TARGET_CPU_DEFAULT_pentium4e): New constants. * invoke.texi: Extend documentation of -mtune/-march for new CPUs. From-SVN: r78524
Jan Hubicka committed -
* acinclude.m4: Remove GC_CONFIGURE macro; move contents to configure.in. * aclocal.m4: Regenerate. * configure.in: Receive contents of GC_CONFIGURE macro. * configure: Regenerate. (Makefile.in and include/Makefile.in just got timestamp updates) From-SVN: r78523
Nathanael Nerode committed -
PR c++/14284 * pt.c (dependent_type_p_r): A template template parameter is a dependent type. PR c++/14284 * g++.dg/template/ttp8.C: New test. From-SVN: r78522
Giovanni Bajo committed -
From-SVN: r78520
Bob Wilson committed -
* gnu/java/nio/FileLockImpl.java (finalize): Made protected. * java/nio/channels/FileChannel.java (MapMode.READ_ONLY): Made final. (MapMode.READ_WRITE): Made final. (MapMode.PRIVATE): Made final. * java/nio/channels/SocketChannel.java (open): Simplified code. * java/nio/channels/spi/AbstractSelectableChannel.java (registered): Unused, removed. (keyFor): Check channel is open, only locate key and not add a new one. (register): Don't delete attachments. From-SVN: r78519
Michael Koch committed -
* gnu/java/awt/ComponentDataBlitOp.java (INSTANCE): Made final. * gnu/java/awt/image/ImageDecoder.java: Reworked imports. (cm): Unused, removed. From-SVN: r78517
Michael Koch committed -
* configure.in: Remove more obsolete, bogus code. * configure: Regenerate. From-SVN: r78512
Nathanael Nerode committed -
* config/sparc/sparc-protos.h (sparc_emit_floatunsdi): Add 'mode'. (sparc_emit_fixunsdi): New prototype. * config/sparc/sparc.c (sparc_emit_floatunsdi): Use 'mode' argument. (sparc_emit_fixunsdi): New function. * config/sparc/sparc.md (floatunsdisf2): Use 'general_operand' for operand 1. Pass SFmode to sparc_emit_floatunsdi. (floatunsdidf2): Use 'general_operand' for operand 1. Pass DFmode to sparc_emit_floatunsdi. (fixuns_truncsfdi2): New expander. (fixuns_truncdfdi2): Likewise. From-SVN: r78511
Eric Botcazou committed -
* acinclude.m4: Remove obsolete and bogus constructs. * aclocal.m4: Regenerate. * configure: Regnerate. From-SVN: r78510
Nathanael Nerode committed -
* gnu/java/nio/DatagramChannelImpl.java (send): Check if target address is resolved. From-SVN: r78508
Michael Koch committed -
From-SVN: r78506
John David Anglin committed -
2004-02-26 Andrew Haley <aph@redhat.com> PR java/14231: * parse.y (check_interface_throws_clauses): Check for !METHOD_INVISIBLE (iface_method). * class.c (layout_class_methods): Check for CLASS_INTERFACE as well as CLASS_ABSTRACT. From-SVN: r78505
Andrew Haley committed -
2004-02-25 Andrew Haley <aph@redhat.com> PR java/14296: * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA): Make sure we have a valid method index. From-SVN: r78504
Andrew Haley committed -
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def. * gcc.dg/991214-1.c: Likewise. * gcc.dg/i386-asm-1.c: Likewise. From-SVN: r78502
Michael Matz committed -
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def. * gcc.dg/991214-1.c: Likewise. * gcc.dg/i386-asm-1.c: Likewise. From-SVN: r78500
Michael Matz committed -
2004-02-25 Jonathan Wakely <redi@gcc.gnu.org> * docs/html/20_util/howto.html, docs/html/20_util/allocator.html, docs/html/ext/howto.html, docs/html/ext/mt_allocator.html: Fix markup, more <link> tags. From-SVN: r78495
Jonathan Wakely committed -
2004-02-26 Michael Koch <konqueror@gmx.de> * Makefile.am: Generate and install headers for inner classes in java.nio.channels.Pipe and gnu.java.nio.PipeImpl. * Makefile.in: Regenerated. From-SVN: r78493
Michael Koch committed -
parse.y (build_assertion): If we're in an inner class, create the class$ helper routine in the outer class. * parse.y (build_assertion): If we're in an inner class, create the class$ helper routine in the outer class. From-SVN: r78489
Per Bothner committed -
From-SVN: r78486
Per Bothner committed -
* gcse.c (delete_null_pointer_checks_1): Do not delete CC setter unless HAVE_cc0. From-SVN: r78484
Alan Modra committed -
* gcc.c-torture/execute/20040208-2.c: Move ... * gcc.c-torture/execute/ieee/20040208-2.c: ... here. From-SVN: r78483
Richard Henderson committed -
PR c++/14246 * g++.dg/other/crash-3.C: New test. From-SVN: r78479
Giovanni Bajo committed -
PR c++/14246 * mangle.c (write_template_arg_literal): Don't rely on identity for boolean constants. From-SVN: r78478
Giovanni Bajo committed -
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Change ecif->cif->bytes to bytes. (ffi_prep_cif_machdep): Add braces around nested if statement. From-SVN: r78477
Matt Kraai committed -
* explow.c (force_reg): Call mark_reg_pointer as appropriate. * config/alpha/alpha.c (alpha_emit_conditional_branch): Don't use (op0-op1) == 0 if op0 is a pointer. * config/alpha/alpha.md (cmpdi): Use some_operand. (three comparison combine splits): Remove. From-SVN: r78475
Richard Henderson committed -
From-SVN: r78473
Richard Henderson committed -
* c-common.c (handle_alias_attribute): Reject the attribute if current_function_decl is set. From-SVN: r78472
Richard Henderson committed -
From-SVN: r78468
GCC Administrator committed
-