summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * java/awt/MenuComponent.java: Merged with Classpath.tromey2002-01-184-402/+1011
| | | | | | | | * java/awt/MenuItem.java: Merged with Classpath. * java/awt/Button.java: Merged with Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48975 138bc75d-0d04-0410-961f-82ee72b054a4
* oops - incorrect changelog for previous deltanickc2002-01-171-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48974 138bc75d-0d04-0410-961f-82ee72b054a4
* fix typo in commentnickc2002-01-172-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48973 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/ActiveEvent.java: Updated copyright.tromey2002-01-172-5/+25
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48972 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-17 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-01-173-4/+16
| | | | | | | | | | * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message * g++.dg/ext/align1.C: Fix fail on cygwin from maximum alignment warnings git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48971 138bc75d-0d04-0410-961f-82ee72b054a4
* - Add more information about interposing functions using runtime-linking.dje2002-01-171-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48970 138bc75d-0d04-0410-961f-82ee72b054a4
* 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com>billingd2002-01-172-0/+13
| | | | | | | | * gcc.misc-tests/i386-prefetch.exp: Save and restore torture_with_loops and torture_without_loops git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48968 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-17 Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de>bkoz2002-01-172-2/+5
| | | | | | | * testsuite/22_locale/ctor_copy_dtor.cc: Remove check. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48967 138bc75d-0d04-0410-961f-82ee72b054a4
* Added my name (Ira Ruben) to write-after-approval list.ira2002-01-171-0/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48966 138bc75d-0d04-0410-961f-82ee72b054a4
* * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACEkenner2002-01-172-1/+13
| | | | | | | if type_required and passed decl. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48964 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-17 Aldy Hernandez <aldyh@redhat.com>aldyh2002-01-173-2/+1469
| | | | | | | | | | | * config.gcc (cpu_type): Include altivec.h in powerpc extra_headers. Same for darwin. * config/rs6000/altivec.h: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48963 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/install.texi (*-ibm-aix*): Update assembler and exceptiondje2002-01-173-22/+48
| | | | | | | | | | | handling information. * doc/trouble.texi (Interoperation): Add libstdc++ information for AIX. (Misunderstandings): Add template instantiation and static template member information for AIX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48962 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/AWTError.java: Replaced with Classpath version.tromey2002-01-174-55/+147
| | | | | | | | | * java/awt/AWTException.java: Replaced with Classpath version. * java/awt/IllegalComponentStateException.java: Replaced with Classpath version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48961 138bc75d-0d04-0410-961f-82ee72b054a4
* * configure.target: Define OPT_LDFLAGS for AIX case.dje2002-01-172-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48958 138bc75d-0d04-0410-961f-82ee72b054a4
* - acsectionLDflags fix omitted from previous commit.dje2002-01-173-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48957 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.am (EXTRA_DIST): Add Darwin and AIX files.dje2002-01-178-80/+359
| | | | | | | | | | | | | | | | (TARGET_SRC_POWERPC_AIX): New. (POWERPC_AIX): New stanza. * Makefile.in: Regenerate. * configure.in: Add AIX case. * configure: Regenerate. * include/ffi.h.in (ffi_abi): Add FFI_AIX. * src/powerpc/ffi_darwin.c (ffi_status): Use "long" to scale frame size. Fix "long double" support. (ffi_call): Add FFI_AIX case. * src/powerpc/aix.S: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48956 138bc75d-0d04-0410-961f-82ee72b054a4
* * include/std/std_limits.h (__glibcpp_float_has_quiet_NaN,gdr2002-01-172-2/+7
| | | | | | | __glibcpp_double_has_quiet_NaN): Correct mispelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48955 138bc75d-0d04-0410-961f-82ee72b054a4
* * dbxout.c (dbxout_type): Support const and volatile.jason2002-01-172-15/+36
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48954 138bc75d-0d04-0410-961f-82ee72b054a4
* * except.c (add_partial_entry): Remove backwards compatibility code.jason2002-01-172-16/+5
| | | | | | | (end_protect_partials): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48951 138bc75d-0d04-0410-961f-82ee72b054a4
* * decl.c (begin_constructor_body, begin_destructor_body): New fns.jason2002-01-178-96/+106
| | | | | | | | | | | | | | | (begin_function_body): Call them and keep_next_level. * init.c (emit_base_init): Call keep_next_level. * semantics.c (setup_vtbl_ptr): Lose. * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p. (vtbls_set_up_p): Lose. * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init. * method.c (do_build_copy_constructor): Likewise. (synthesize_method): Call finish_mem_initializers. * parse.y (nodecls): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48948 138bc75d-0d04-0410-961f-82ee72b054a4
* * error.c (dump_type_suffix): Print the exception specs beforejason2002-01-174-5/+18
| | | | | | | | | | recursing. (dump_function_decl): Here, too. * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48947 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/ia64/ia64.md (prologue_use): New.jakub2002-01-175-5/+58
| | | | | | | | | | | | | * config/ia64/ia64.c (ia64_expand_prologue): Use gen_prologue_use instead of gen_rtx_USE. (group_barrier_needed_p): Handle CODE_FOR_prologue_use the same way as CODE_FOR_pred_rel_mutex. (ia64_sched_reorder2): Likewise. * gcc.c-torture/compile/20020116-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48946 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-17 Andreas Tobler <toa@pop.agri.ch>bkoz2002-01-172-2/+6
| | | | | | | * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48945 138bc75d-0d04-0410-961f-82ee72b054a4
* Daily bump.gccadmin2002-01-176-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48943 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Eric Christopher <echristo@redhat.com>echristo2002-01-175-164/+187
| | | | | | | | | | | | * config/mips/r3900.h: Reformat. (SUBTARGET_CPP_SIZE_SPEC): Remove. * config/mips/isa3264.h (SUBTARGET_CPP_SIZE_SPEC): Ditto. * config/mips/mips.h (ABI_GAS_ASM_SPEC): Default to "". (SUBTARGET_CPP_SIZE_SPEC): Rewrite. * config/mips/t-elf: Remove mips3 multilib. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48942 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 David Edelsohn <dje@watson.ibm.com>bkoz2002-01-175-25/+33
| | | | | | | | | | * acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Do not clear SECTION_LDFLAGS and OPT_LDFLAGS. Fix ac_sectionLDflags type. * aclocal.m4: Regenerate. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48941 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1739-101/+194
| | | | | | | | | | | | | | | | | | | | | | | * include/Makefile.am (c_base_headers_rename): New. (c_base_headers_extra): New. (stamp-c_base): Modify. (install-data-local): Use both. * include/Makefile.in: Regenerate. * include/c/[cctype ciso646 cmath cstdarg cstdlib cerrno climits csetjmp cstddef cstring cwchar cassert cfloat clocale csignal cstdio ctime cwctype]: Move to.. * include/c/std_*: Here. * include/c_std/[cctype ciso646 cmath cstdarg cstdlib cerrno climits csetjmp cstddef cstring cwchar cassert cfloat clocale csignal cstdio ctime cwctype]: Move to.. * include/c_std/std_*: Here. Alexandre Oliva <aoliva@redhat.com> * include/Makefile.am (.PRECIOUS): Add rule. * include/Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48940 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1721-84/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Peter Schmid <schmid@snake.iap.physik.tu-darmstadt.de> * include/bits/stl_iterator.h (reverse_iterator::_M_current): Deuglify, should be current. (back_insert_iterator::_M_container): Deuglify, should be container. (front_insert_iterator::_M_container): Same. (insert_iterator::_M_container): Same. * testsuite/24_iterators/reverse_iterator.cc: Add check. * testsuite/24_iterators/back_insert_iterator.cc: Add check. * testsuite/24_iterators/front_insert_iterator.cc: Same. * testsuite/24_iterators/insert_iterator.cc: Same. 2002-01-16 Benjamin Kosnik <bkoz@redhat.com> * include/bits/locale_facets.h (ctype<char>::classic_table): Make static. (ctype<char>::_M_ctable): Make static, change name to _S_ctable. * config/os/gnu-linux/bits/ctype_noninline.h: Define _S_ctable. * config/os/solaris/solaris2.7/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.6/bits/ctype_noninline.h: Same. * config/os/solaris/solaris2.5/bits/ctype_noninline.h: Same. * config/os/newlib/bits/ctype_noninline.h: Same. * config/os/irix/irix6.5/bits/ctype_noninline.h: Same. * config/os/irix/irix5.2/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/djgpp/bits/ctype_noninline.h: Same. * config/os/bsd/netbsd/bits/ctype_noninline.h: Same. * config/os/bsd/freebsd/bits/ctype_noninline.h: Same. * config/os/aix/bits/ctype_noninline.h: Same. Testcase by Dietmar K�hl via Peter Schmid * testsuite/22_locale/ctype_members_char.cc (char>): Add test for classic_table(). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48938 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 H.J. Lu <hjl@gnu.org>hjl2002-01-172-0/+5
| | | | | | | * config/mips/linux.h: Include "mips/abi64.h". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48937 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 H.J. Lu <hjl@gnu.org>hjl2002-01-174-6/+30
| | | | | | | | | | | | * config/mips/t-linux: New. * config.gcc: Add mips/t-linux to tmake_file for mips*-*-linux*. * config/mips/linux.h: Don't include "gofast.h". (INIT_SUBTARGET_OPTABS): Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48936 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300-protos.h: Replace emit_a_shift withkazu2002-01-174-6/+13
| | | | | | | | | output_a_shift. * config/h8300/h8300.c: Likewise. * config/h8300/h8300.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48935 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/Canvas.java (serialVersionUID): New constant.tromey2002-01-163-43/+112
| | | | | | | | Updated copyright. Added javadoc from Classpath. * java/awt/ItemSelectable.java: Replaced with Classpath version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48934 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/CheckboxGroup.java: Merged with Classpath.tromey2002-01-163-233/+515
| | | | | | | * java/awt/Checkbox.java: Merged with Classpath. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48933 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/Dimension.java: Updated copyright. Added javadoc fromtromey2002-01-163-15/+119
| | | | | | | | Classpath. * java/awt/Point.java: Updated copyright. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48932 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,gerald2002-01-162-1/+7
| | | | | | | | egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by egcs-1.1/index.html. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48930 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/Point.java (toString): Use getClass().getName().tromey2002-01-162-7/+95
| | | | | | | Added javadoc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48929 138bc75d-0d04-0410-961f-82ee72b054a4
* More for PR java/5365:tromey2002-01-162-3/+16
| | | | | | | | | | * gjavah.c (print_stub_or_jni): Cause exception to be thrown by default. (process_file): Generate include for java.lang.UnsupportedOperationExceptions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48928 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead ofkazu2002-01-162-3/+10
| | | | | | | | | spaces after an opcode name. (pushqi1_h8300hs): Likewise. (pushhi1_h8300hs): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48927 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/extend.texi: Replace "option" with "attribute"kazu2002-01-162-11/+16
| | | | | | | appropriately. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48926 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/util/IdentityHashMap.java (IdentityHashMap): Removedtromey2002-01-162-4/+6
| | | | | | | | commented code. (hash): Correctly compute initial value for `h'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48925 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 H.J. Lu (hjl@gnu.org)hjl2002-01-163-57/+93
| | | | | | | | * config.guess: Import from master sources, rev 1.225. * config.sub: Import from master sources, rev 1.238. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48924 138bc75d-0d04-0410-961f-82ee72b054a4
* 2002-01-16 Benjamin Kosnik <bkoz@redhat.com>bkoz2002-01-1642-42/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * libmath/signbitl.c: Copyright years as list, not range. * libmath/Makefile.am: Same. * libmath/Makefie.in: Regenerate. * libmath/signbit.c: Same. * libmath/nan.c: Same. * libmath/copysignf.c: Same. * libmath/signbitf.c: Same. * testsuite/22_locale/money_get_members_char.cc: Same. * testsuite/22_locale/money_get_members_wchar_t.cc: Same. * testsuite/22_locale/money_put_members_char.cc: Same. * testsuite/22_locale/money_put_members_wchar_t.cc: Same. * testsuite/22_locale/time_get_members_char.cc: Same. * testsuite/22_locale/time_get_members_wchar_t.cc: Same. * testsuite/22_locale/time_put_members_char.cc: Same. * testsuite/22_locale/time_put_members_wchar_t.cc: Same. * testsuite/21_strings/nonmember.cc: Same. * testsuite/21_strings/compare.cc: Same. * testsuite/27_io/stringstream.cc: Same. * testsuite/27_io/stringbuf.cc: Same. * testsuite/27_io/filebuf.cc: Same. * testsuite/27_io/ios_manip_basefield.cc: Same. * testsuite/27_io/ios_manip_fmtflags.cc: Same. * include/bits/cpp_type_traits.h: Same. * include/bits/generic_shadow.h: Same. * include/bits/gslice_array.h: Same. * include/bits/gslice.h: Same. * include/bits/indirect_array.h: Same. * include/bits/slice_array.h: Same. * include/bits/sstream.tcc: Same. * include/bits/streambuf_iterator.h: Same. * include/bits/valarray_array.tcc: Same. * include/bits/valarray_meta.h: Same. * include/bits/valarray_array.h: Same. * config/os/mingw32/bits/ctype_noninline.h: Same. * config/os/mingw32/bits/ctype_base.h: Same. * config/os/hpux/bits/ctype_noninline.h: Same. * config/os/hpux/bits/ctype_base.h: Same. * config/os/gnu-linux/bits/ctype_noninline.h: Same. * config/os/gnu-linux/bits/ctype_base.h: Same. * config/os/generic/bits/ctype_noninline.h: Same. * config/os/generic/bits/ctype_base.h: Same. * libsupc++/tinfo.h: Tweaks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48922 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (Write After Approval): Remove myself.kazu2002-01-162-1/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48921 138bc75d-0d04-0410-961f-82ee72b054a4
* * config/alpha/alpha.c (some_small_symbolic_mem_operand): Look intojakub2002-01-164-6/+47
| | | | | | | | | | | (and:DI () (const_int -8)). (split_small_symbolic_mem_operand): Split (mem (and:DI () (const_int -8)). * gcc.dg/20020116-1.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48920 138bc75d-0d04-0410-961f-82ee72b054a4
* PR target/5309:jakub2002-01-165-2/+29
| | | | | | | | | | | | | * config/sparc/sparc.c (ultrasparc_adjust_cost): Handle TYPE_IDIV the same way as TYPE_IMUL. (ultrasparc_sched_reorder): Likewise. * config/sparc/sparc.md (type): Add comment to update ultrasparc_sched_reorder when making changes. * gcc.dg/ultrasp4.c: New test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48917 138bc75d-0d04-0410-961f-82ee72b054a4
* * doc/invoke.texi: Change the dump file name of blockkazu2002-01-162-1/+10
| | | | | | | | reordering pass from 28.bbro to 29.bbro. Mention -dk option. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48916 138bc75d-0d04-0410-961f-82ee72b054a4
* * i386.md (minsf splitter): Fix pasto.hubicka2002-01-162-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48915 138bc75d-0d04-0410-961f-82ee72b054a4
* Do not accept the IP register as a DFmode operandnickc2002-01-162-6/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48914 138bc75d-0d04-0410-961f-82ee72b054a4
* * java/awt/Label.java: Merged with Classpath.tromey2002-01-162-77/+226
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48913 138bc75d-0d04-0410-961f-82ee72b054a4
* Add REG_MAYBE_DEAD note to frame pointer initialisation instruction.nickc2002-01-162-1/+11
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48912 138bc75d-0d04-0410-961f-82ee72b054a4
OpenPOWER on IntegriCloud