summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * MAINTAINERS: Add myself to write-after-approval.bbooth2004-03-012-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78703 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-01 Paolo Carlini <pcarlini@suse.de>paolo2004-03-016-32/+338
| | | | | | | | | | | | | | | | | | | | | | * include/bits/locale_facets.tcc (num_get<>::_M_extract_float): Also when parsing exponent sign, first look for thousands_sep and decimal_point; tweak a bit. * testsuite/22_locale/num_get/get/char/15.cc: New. * testsuite/22_locale/num_get/get/wchar_t/15.cc: New. * include/bits/locale_facets.tcc (num_get<>::_M_extract_float, num_get<>::_M_extract_int): Reorder some conditionals. 2004-03-01 Paolo Carlini <pcarlini@suse.de> * include/bits/locale_facets.tcc (money_get<>::_M_extract): Consistently with numpunct, enforce the requirements in 22.2.6.3, p3 for the thousands separators; tweak a bit. * testsuite/22_locale/money_get/get/char/15.cc: New. * testsuite/22_locale/money_get/get/wchar_t/15.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78699 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-01 Paolo Bonzini <bonzini@gnu.org>bonzini2004-03-014-6/+12
| | | | | | | | | | | * combine.c (try_combine): Do not refer to is_replaced. (gen_lowpart_for_combine): Perverse subregs now have a more politically correct name. * cse.c (cse_insn): Likewise. * jump.c: Fix bogus reference to delete_insn. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78698 138bc75d-0d04-0410-961f-82ee72b054a4
* Add myself back to write-after-approval.bonzini2004-03-012-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78697 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/14138mmitchel2004-03-017-31/+83
| | | | | | | | | | | | | | | | | | | | | * name-lookup.h (push_scope): Change prototype. * name-lookup.c (push_scope): Do not reenter the current class scope. * decl.c (grokfndecl): Check return code from push_scope before calling pop_scope. * decl2.c (check_classfn): Likewise. * parser.c (cp_parser_conversion_function_id): Likewise. (cp_parser_init_declarator): Likewise. (cp_parser_direct_declarator): Likewise. (cp_parser_class_specifier): Likewise. (cp_parser_class_head): Likewise. (cp_parser_lookup_name): Likewise. (cp_parser_constructor_declarator_p): Likewise. * pt.c (instantiate_class_template): Likewise. (resolve_typename_type): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78696 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-03-01 David Billinghurst <David.Billinghurst@riotinto.com>billingd2004-03-012-3/+13
| | | | | | | | | * testsuite/lib/libstdc++.exp (v3-list-tests): Use testsuite_files from correct multilib blddir when running testsuite. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78692 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/14328mmitchel2004-03-012-10/+14
| | | | | | | | * dwarf2out.c (gen_enumeration_type_die): Output all enumeration constants as signed values. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78690 138bc75d-0d04-0410-961f-82ee72b054a4
* PR c++/14267mmitchel2004-03-014-46/+22
| | | | | | | | | | | * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue extension. PR c++/14267 * g++.dg/expr/crash2.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78689 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-03-012-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78686 138bc75d-0d04-0410-961f-82ee72b054a4
* PR middle-end/13448mmitchel2004-02-299-27/+71
| | | | | | | | | | | | | | | | | | | | | * c-tree.h (readonly_warning): Rename to ... (readonly_error): ... this. * c-typeck.c (build_unary_op): Adjust accordingly. (readonly_warning): Rename to ... (readonly_error): ... this and issue errors, not warnings. (build_modify_expr): Call readonly_error, not readonly_warning. (c_expand_asm_operands): Likewise. * tree-inline.c (optimize_inline_calls): Do not inline functions after errors have occurred. PR middle-end/13448 * gcc.dg/inline-5.c: New test. * gcc.dg/always-inline.c: Split out tests into ... * gcc.dg/always-inline2.c: ... this and ... * gcc.dg/always-inline3.c: ... this. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78682 138bc75d-0d04-0410-961f-82ee72b054a4
* PR debug/12103mmitchel2004-02-294-1/+31
| | | | | | | | | | | | * class.c (update_vtable_entry_for_fn): Do not go through covariance machinery if the type returned by an overrider is the same as the original. PR debug/12103 * g++.dg/debug/crash1.C: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78680 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Rearrange some threading code for clarity;neroden2004-02-293-35/+72
| | | | | | | | add section comment. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78678 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/kazu2004-02-297-5/+15
| | | | | | | | | | | | * passes.c, config/frv/frv.c, config/sh/sh.c: Fix comment typos. * doc/cppopts.texi: Fix a typo. gcc/cp/ * call.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78676 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/i386/i386.md: Fix formatting.kazu2004-02-292-3/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78674 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-02-292-2/+7
| | | | | | | | * gcc_update (files_and_dependencies): Update intl/configure.in to intl/configure.ac. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78673 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.ac: Add some comments delineating sections of code.neroden2004-02-292-0/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78672 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi: Note that libada uses autoconf 2.57 also.neroden2004-02-292-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78671 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi: Fix idiot typo in previous commit.neroden2004-02-292-1/+3
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78670 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi: Update for conversion of intl to autoconf 2.57.neroden2004-02-292-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78669 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.in: Convert to autoconf 2.57, gratuitous stylisticneroden2004-02-295-2526/+5948
| | | | | | | | | | | cleanup, rename to configure.ac. * configure.ac: Renamed from configure.in. * config.h.in: Rebuilt with autoheader 2.57. * configure: Rebuilt with autoconf 2.57 * README: Update to reflect rename of configure.in to configure.ac. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78668 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.md: Add comments about peephole2's.kazu2004-02-292-0/+78
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78667 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog: Previous java/io, java/nio, gnu/java/nio and related changes.bothner2004-02-295-297/+345
| | | | | | | * Makefile.am, configure.in: Updated accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78666 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/lang/natPosixProcess.cc (startProcess): Implement standardbothner2004-02-292-9/+18
| | | | | | | | streams using FileChannelImpl, not FileDescriptor. * java/lang/natWin32Process.cc (startProcess): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78664 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/java/nio/FileLockImpl.java (fd): Remove field, replacing it by:bothner2004-02-292-32/+6
| | | | | | | | | | (ch): New FileChannelImpl field. Update constructor to match. (releaseImpl): Remove native method. Instead ... (release): Call unlock on channel. * gnu/java/nio/natFileLockImpl.cc: Removed file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78663 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/nio/MappedByteBuffer.java: (forceImpl, isLoadedImpl, loadImpl,bothner2004-02-292-47/+103
| | | | | | | | | | unmapImpl): New dummy methods, to be overridden by subclass. (finalize, isLoaded, load, force): New methods. * java/nio/MappedByteBufferImpl.java: More-or-less rewrite. Now works, at least for read mapping. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78662 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/io/FileDescriptor.java: Implement on top of FileChannel.bothner2004-02-297-1184/+106
| | | | | | | | | | | | | | | | | | | | Remove native methods. * java/io/natFileDescriptorEcos.cc: Remove file. * java/io/natFileDescriptorPosix.cc: Remove file. * java/io/natFileDescriptorWin32.cc: Remove file. * java/io/FileInputStream.java (ch): Change type to FileChannelImpl. (<init>(File)): Allocate a FileChannelImpl, not a FileDescriptor. (<init>(FileChannelImpl)): New package-private constructor. (<init>(FileDescriptor)): Extract FileChannelImpl from arg. (available, close, read, skip): Implement using FileChannelImpl. (getFD): Allocate FileDescriptor if needed. (getChannel): Is now trivial. * java/io/FileOutputStream.java: Corresponding changes. * java/io/RandomAccessFile.java: Corresponding changes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78661 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/nio/channels/FileChannelImpl.java: Moved to packagebothner2004-02-292-551/+0
| | | | | | | | | | gnu/java/nio/channels, since we need to refer to it from java.io. * java/nio/channels/natFileChannelImpl.cc: Removed file. * Makefile.am, configure.in: Updated accordingly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78660 138bc75d-0d04-0410-961f-82ee72b054a4
* * gnu/java/nio/channels/FileChannelImpl.java: New class, renamedbothner2004-02-294-0/+1533
| | | | | | | | | | | | | | | | | from java/nio/channels. Don't depend on FileDescriptor. (in, out, err): New static fields. (mode): New field. (SET, CUR, READ, WRITE, APPEND, EXCL, SYNC, DSYNC): Moved constants from FileDescriptor. (by): Removed MappedByteBuffer field. (map): New working implementation. * gnu/java/nio/channels/natFileChannelPosix.cc: New file, though some code "ported" from natFileDescriptoPosix.cc. * gnu/java/nio/channels/natFileChannelEcos.cc: Likewise. * gnu/java/nio/channels/natFileChannelWin32.cc Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78659 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.md: Tweak operand numbers of somekazu2004-02-292-24/+29
| | | | | | | peephole2's. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78658 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.md: Tweak comments about peephole2's.kazu2004-02-292-11/+23
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78657 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix the date of the last entry.kazu2004-02-291-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78653 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.dg/sibcall-3.c (recurser_void1): Make it an externkazu2004-02-293-8/+16
| | | | | | | | | | function with __attribute__((noinline)). (recurser_void2): Likewise. * gcc.dg/sibcall-4.c (recurser_void1): Likewise. (recurser_void2): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78652 138bc75d-0d04-0410-961f-82ee72b054a4
* * parse.c (ffe_parse_file): Handle the case that main_input_filenamesayle2004-02-292-2/+9
| | | | | | | is NULL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78650 138bc75d-0d04-0410-961f-82ee72b054a4
* * jcf-parse.c (java_parse_file): Handle the case that input_filenamesayle2004-02-292-3/+7
| | | | | | | is NULL. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78649 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-29 Waldek Hebisch <hebisch@math.uni.wroc.pl>sayle2004-02-294-2/+24
| | | | | | | | | | | | | | PR middle-end/14203 * function.c (uninitialized_vars_warning): Use DECL_RTL_SET_P instead of testing whether DECL_RTL is not NULL. 2004-02-29 Roger Sayle <roger@eyesopen.com> PR middle-end/14203 * g++.dg/warn/Wunused-6.C: New test case. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78648 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-29 Phil Edwards <phil@codesourcery.com>pme2004-02-293-8/+18
| | | | | | | | | * testsuite/Makefile.am (check-abi, check-abi-verbose): Copy the summary file to the logfile. * testsuite/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78647 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/sh.c: Fix formatting.kazu2004-02-292-219/+227
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78646 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/sh/sh.c: Convert to ISO-C.kazu2004-02-292-58/+40
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78645 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2004-02-292-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78642 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-02-282-1/+4
| | | | | | | | * c-typeck.c (tagged_types_tu_compatible_p): Fix pasto in my previous patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78635 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-02-282-4/+5
| | | | | | | | * config/darwin.h (machopic_finish): Output stub even if the symbol is already defined. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78634 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/cpu/hppa/atomicity.h (__atomic_add): Make first argumentdanglin2004-02-283-3/+10
| | | | | | | | | volatile. * config/os/hpux/os_defines.h (_GLIBCXX_INST_ATOMICITY_LOCK): Use __GXX_WEAK__ instead of _GLIBCXX_SUPPORTS_WEAK. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78633 138bc75d-0d04-0410-961f-82ee72b054a4
* * pa64-hpux.h (LIB_SPEC): Fix linking under HP-UX 11.00 with -p and -pg.danglin2004-02-282-4/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78632 138bc75d-0d04-0410-961f-82ee72b054a4
* PR bootstrap/7087neroden2004-02-283-40/+28
| | | | | | | | | | * Makefile.tpl: Guard XFOO sed statements better. * Makefile.tpl: Add dependency for configure-target-libada. * Makefile.in: Regenerate (incidentally fixes broken commit when libada-branch was merged). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78630 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Michael Koch <konqueror@gmx.de>mkoch2004-02-282-0/+6
| | | | | | | | * java/io/ObjectInputStream.java: Compile fix, damn I commited the wrong code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78629 138bc75d-0d04-0410-961f-82ee72b054a4
* * genattr.c (main): Don't definekazu2004-02-284-25/+11
| | | | | | | | | | | TRADITIONAL_PIPELINE_INTERFACE or DFA_PIPELINE_INTERFACE. * system.h (TRADITIONAL_PIPELINE_INTERFACE): Poison. (DFA_PIPELINE_INTERFACE): Likewise. * doc/tm.texi (TRADITIONAL_PIPELINE_INTERFACE): Remove. (DFA_PIPELINE_INTERFACE): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78628 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>mkoch2004-02-284-173/+317
| | | | | | | | | | | | | | | | * java/io/ObjectInputStream.java (readClassDescriptor): Keep elements of the mapping non null. (checkTypeConsistency): New method. (readFields): Fixed main loop and base logic. Small reindentation. * java/io/ObjectStreamField.java (lookupField): New method to update the field reference. (checkFieldType): New method. * java/io/ObjectStreamClass.java (setClass, setFields): Call lookupField when building the field database. Check the real field type. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78627 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Michael Koch <konqueror@gmx.de>mkoch2004-02-282-1/+6
| | | | | | | | * java/nio/ByteOrder.java (nativeOrder): Use equals() to compare strings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78626 138bc75d-0d04-0410-961f-82ee72b054a4
* 2004-02-28 Paolo Carlini <pcarlini@suse.de>paolo2004-02-284-9/+137
| | | | | | | | | | | | * include/bits/locale_facets.tcc (num_get<>::_M_extract_float): According to 22.2.3.1, p2, 'units' may be followed by 'e' with no 'decimal-point' in the middle: in this case too we must fix up __found_grouping; slightly tweak. * testsuite/22_locale/num_get/get/char/14.cc: New. * testsuite/22_locale/num_get/get/wchar_t/14.cc: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78625 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/mips/mips.md (tstsi, tstdi): Delete.rsandifo2004-02-282-22/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78624 138bc75d-0d04-0410-961f-82ee72b054a4