aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-12 * g++.dg/ext/lvalue1.C: No longer expected to fail.Zack Weinberg
* g++.dg/warn/Wunused-2.C: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75761 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler
* testsuite/lib/libffi-dg.exp: Set LD_LIBRARY_PATH_32 for Solaris. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75760 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-10 Andreas Tobler <a.tobler@schweiz.ch>Andreas Tobler
* testsuite/lib/libstdc++.exp: Set LD_LIBRARY_PATH_32 for Solaris. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75759 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * class.c (layout_class_type): For non-POD class types, also copyMark Mitchell
the DECL_SIZE and DECL_MODE of fields to the base class type. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75758 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>Kriang Lerdsuwanakij
PR c++/13289 * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before calling regenerate_decl_from_template. 2004-01-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net> PR c++/13289 * g++.dg/template/instantiate6.C: New test. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75752 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Jonathan Merriman <jonm@dualitymedia.com>Jonathan Merriman
PR target/10847 * config.gcc: No longer includes conflicting header sparc/sol2.h when building on sparc64-*-openbsd*. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75751 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
PR debug/13539 * dbxout.c (dbxout_type): Protected inheritance is not private but protected. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75750 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * config/mips/mips.c (mips_symbolic_constant_p): Revert last patch.Richard Sandiford
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75749 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * demangle.h (enum demangle_component_type): Define.Ian Lance Taylor
(struct demangle_operator_info): Declare. (struct demangle_builtin_type_info): Declare. (struct demangle_component): Define. (cplus_demangle_fill_component): Declare. (cplus_demangle_fill_name): Declare. (cplus_demangle_fill_builtin_type): Declare. (cplus_demangle_fill_operator): Declare. (cplus_demangle_fill_extended_operator): Declare. (cplus_demangle_fill_ctor, cplus_demangle_fill_dtor): Declare. (cplus_demangle_v3_components): Declare. (cplus_demangle_print): Declare. * cp-demangle.c: Include "cp-demangle.h". If IN_GLIBCPP_V3 is defined, rename some functions which are to become static via #define. (CP_STATIC_IF_GLIBCPP_V3): Define. (struct d_operator_info): Move definition to cp-demangle.h, and rename to demangle_operator_info. Change all uses. (enum d_builtin_type_print): Move definition to cp-demangle.h. (struct d_builtin_type_info): Move definition to cp-demangle.h, and rename to demangle_builtin_type_info. Change all uses. (enum d_comp_type): Move definition to include/demangle.h, and rename to demangle_component_type, and change all enums to start with DEMANGLE_COMPONENT_ instead of D_. Change all uses. (struct d_comp): Move definition to include/demangle.h, and rename to demangle_component. Change all uses. (struct d_info): Move definition to cp-demangle.h. (cplus_demangle_fill_name): New function. (cplus_demangle_fill_extended_operator): New function. (cplus_demangle_fill_ctor): New function. (cplus_demangle_fill_dtor): New function. (d_make_empty): Remove type parameter. Change all callers. (d_make_name): Use cplus_demangle_fill_name. (d_make_extended_operator): Use cplus_demangle_fill_extended_operator. (d_make_ctor): Use cplus_demangle_fill_ctor. (d_make_dtor): Use cplus_demangle_fill_dtor. (cplus_demangle_mangled_name): Rename from d_mangled_name. Make non-static by default. Change all callers. (cplus_demangle_operators): Rename from d_operators. Change all uses. Make non-static by default. Add sentinel at end of array. (d_operator_name): Adjust initialization of high for new sentinel in cplus_demangle_operators. (cplus_demangle_builtin_types): Rename from d_builtin_types. Change all uses. Make non-static by default. Change initializer to use D_BUILTIN_TYPE_COUNT instead of magic number 26. (cplus_demangle_type): Rename from d_type. Make non-static by default. Change all callers. (cplus_demangle_init_info): Rename from d_init_info. Make non-static by default. Change all callers. * cp-demangle.h: New file. * cp-demint.c: New file. * Makefile.in: Rebuild dependencies. (CFILES): Add cp-demint.c. (REQUIRED_OFILES): Add cp-demint.o. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75748 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Kazu Hirata <kazu@cs.umass.edu>Kazu Hirata
PR optimization/12508. * combine.c (try_combine): Remove a dead set in a parallel even if its destination is a subreg. Revert: 2003-06-03 Kazu Hirata <kazu@cs.umass.edu> * combine.c (simplify_set): Don't move a subreg in SET_SRC to SET_DEST if WORD_REGISTER_OPERATIONS is not defined. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75747 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * MAINTAINERS: Add myself as a libiberty MAINTAINER.Ian Lance Taylor
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75746 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-08 Graydon Hoare <graydon@redhat.com>Graydon Hoare
* javax/swing/JLayeredPane.java: Rewrite to accomodate djee@redhat.com's recent inverse ordering of Container elements. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75745 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12Fix ChangeLog date.Paul Brook
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75744 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12Correct my e-mail addressGeoffrey Keating
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75743 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * real.c: Update copyright date.Geoffrey Keating
* emit-rtl.c: Likewise. * rtl.h: Likewise. * dwarf2out.c: Likewise. * config/rs6000/darwin-ldouble.c: Likewise. * config/rs6000/rs6000.md: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75742 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * config/rs6000/rs6000.c (rs6000_init_libfuncs): Add AIXDavid Edelsohn
TFmode to SImode libfuncs. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75741 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Hartmut Penner <hpenner@de.ibm.com>Hartmut Penner
PR target/13534 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): New predicate to handle 'ld' conform addresses. * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y' contraint. (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint are memory contraints. * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand): New prototype. * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64): Change 'o' to 'Y' constraint. (*movdf_softfloat64): Ditto. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75739 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Paolo Carlini <pcarlini@suse.de>Paolo Carlini
* testsuite/27_io/basic_filebuf/imbue/char/13582-2.cc: Use try_mkfifo. * testsuite/27_io/basic_filebuf/imbue/wchar_t/13582-2.cc: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75738 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR middle-end/11397Roger Sayle
* varasm.c (assemble_alias): Remove weak aliases from weak_decls. * gcc.dg/special/wkali-2.c: Add dg-require-alias. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75737 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Paolo Carlini <pcarlini@suse.de>Paolo Carlini
* include/bits/locale_facets.h (struct __numpunct_cache): Add members _M_truename_len and _M_falsename_len, caching the lengths of _M_truename and _M_falsename. (__numpunct_cache<>::_M_cache): Assign the latter. * include/bits/locale_facets.tcc (num_get::do_get(bool&), num_put::do_put(bool)): Use the new members, thus avoiding computing string lengths again and again. * config/locale/generic/numeric_members.cc (numpunct<>::_M_initialize_numpunct): Assign the new members. * config/locale/gnu/numeric_members.cc (numpunct<>::_M_initialize_numpunct): Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75735 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12Update copyright.Richard Earnshaw
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75734 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR opt/12826Jan Hubicka
* loop.c (insert_loop_mem): Preffer VOLATILE memory references to be stored. PR opt/12863 * cfgcleanup.c (label_is_jump_target_p): Move to... * rtlanal.c (label_is_jump_target_p): ... here. * cfgrtl.c (cfg_layout_redirect_edge_and_branch): Fix redirecting of fallthru edges unified with branch edges. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75733 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR opt/12826Jan Hubicka
* gcc.dg/20040112-1.c: New. * gcc.dg/dwarf-die[1-7].c: Move to... * gcc.dg/debug/dwarf2/dwarf-die[1-7].c: ... here. * gcc.dg/debug/dwarf2/dwarf2.exp: New. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75732 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12Fixed date in ChangeLog. Also updated Copyright dates in source files.J"orn Rennecke
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75730 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR c++/4100Ian Lance Taylor
* g++.dg/parse/friend4.C: New test. * g++.old-deja/g++.pt/niklas01a.C: Mark an error where a class definition is called a friend. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75727 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR c++/4100Scott Brumbaugh
* parser.c (cp_parser_decl_specifier_seq): Add check for a friend decl-specifier occurring along with a class definition. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75726 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12* simplify-rtx.c (simplify_immed_subreg): Correctly extract theRichard Earnshaw
high word of an integral CONST_DOUBLE. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75725 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * simplify-rtx.c (simplify_plus_minus): Always generate canonical form.Paul Brook
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75724 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * parser.c (cp_parser_decl_specifier_seq): Add parentheticalIan Lance Taylor
clauses to comments describing declares_class_or_enum. (cp_parser_type_specifier): Set *declares_class_or_enum to 0, not false. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75723 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * pt.c (for_each_template_parm): Do not check for duplicates.Jan Hubicka
(for_each_template_parm): Use walk_tree duplicate checking code. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75718 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR target/13585J"orn Rennecke
* sh-protos.h (check_use_sfunc_addr): Declare. * sh.c (extract_sfunc_addr, check_use_sfunc_addr): New functions. * sh.md (use_sfunc_addr): Use check_use_sfunc_addr in insn predicate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75717 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * misc.c: Remove trailing spaces.Arnaud Charlet
Update copyright notice missed in previous change. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75716 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Arnaud Charlet <charlet@act-europe.fr>Arnaud Charlet
* bld.adb (Recursive_Process): Reference prefix/share/gnat instead of prefix/share/make * Makefile.generic: Update copyright. Add license notice. * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead of prefix/share/make. * Makefile.prolog: Update copyright. Add license notice. 2004-01-12 Laurent Pautet <pautet@act-europe.fr> * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb, 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb, g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr instead of String. * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message signature. 2004-01-12 Javier Miranda <miranda@gnat.com> * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb, exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb, sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb, sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of Component_Definition node. 2004-01-12 Ed Falis <falis@gnat.com> * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit 2004-01-12 Thomas Quinot <quinot@act-europe.fr> * link.c: Change default libgnat kind to STATIC for FreeBSD. 2004-01-12 Bernard Banner <banner@gnat.com> * Makefile.in: map 86numaux to a-numaux for x86_64 2004-01-12 Ed Schonberg <schonberg@gnat.com> * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity generated to rename a generic actual, go to the actual itself, the subtype is not a user-visible entity. * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible part is a private subtype, reset the visibility of its full view, if any, to be consistent. * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt to use a generic package G as a formal package for another generic declared within G. 2004-01-12 Robert Dewar <dewar@gnat.com> * trans.c (Eliminate_Error_Msg): New procedure called to generate msg * usage.adb: Remove mention of obsolete -gnatwb switch Noticed during code reading 2004-01-12 Jerome Guitton <guitton@act-europe.fr> * 1ssecsta.adb: Minor changes for -gnatwa warnings 2004-01-12 GNAT Script <nobody@gnat.com> * Make-lang.in: Makefile automatically updated git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75715 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Laurent Pautet <pautet@act-europe.fr>Arnaud Charlet
* 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb, 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb, g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr instead of String. * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message signature. 2004-01-12 Javier Miranda <miranda@gnat.com> * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb, exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb, sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of Component_Definition node. 2004-01-12 Ed Falis <falis@gnat.com> * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit 2004-01-12 Thomas Quinot <quinot@act-europe.fr> * link.c: Change default libgnat kind to STATIC for FreeBSD. 2004-01-12 Ed Schonberg <schonberg@gnat.com> * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity generated to rename a generic actual, go to the actual itself, the subtype is not a user-visible entity. * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible part is a private subtype, reset the visibility of its full view, if any, to be consistent. 2004-01-12 Robert Dewar <dewar@gnat.com> * trans.c (Eliminate_Error_Msg): New procedure called to generate msg * usage.adb: Remove mention of obsolete -gnatwb switch Noticed during code reading 2004-01-12 Jerome Guitton <guitton@act-europe.fr> * 1ssecsta.adb: Minor changes for -gnatwa warnings 2004-01-12 GNAT Script <nobody@gnat.com> * Make-lang.in: Makefile automatically updated git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75714 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Javier Miranda <miranda@gnat.com>Arnaud Charlet
* sem_ch12.adb: Addition of Component_Definition node. 2004-01-12 Ed Schonberg <schonberg@gnat.com> PR ada/13417 * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt to use a generic package G as a formal package for another generic declared within G. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75713 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-122004-01-12 Arnaud Charlet <charlet@act-europe.fr>Arnaud Charlet
PR ada/13572 * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of prefix/share/make * Makefile.generic: Update copyright. Add license notice. * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead of prefix/share/make. * Makefile.prolog: Update copyright. Add license notice. 2004-01-12 Bernard Banner <banner@gnat.com> * Makefile.in: map 86numaux to a-numaux for x86_64 git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75712 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * alias.c: Invlude varray.hJan Hubicka
(alias_sets): Turn into varray. (get_alias_set_entry): Use VARRAY; mark inline. (mems_in_disjoint_alias_sets_p): Mark inline. (record_alias_subset): Use varray. (init_alias_once): Initialize varray. (new_alias_set): Grow array. * varray.c: Make VARRAY_GENERIC_PTR non GTYized. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75711 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 Partial fox for PR opt/10776 IIJan Hubicka
* cselib.c: Include params.h (cselib_invalidate_mem): Limit amount of nonconflicting memory locations. * params.def (PARAM_MAX_CSELIB_MEMORY_LOCATIONS): New. * Makefile.in (cselib.o): Depend on params.h git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75710 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * combine.c (combine_simplify_rtx): Don't pass VOIDmode toRichard Sandiford
simplify_unary_operation if the operand has a known mode. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75709 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * gcc/config/rs6000/rs6000.c (word_offset_memref_operand): NewHartmut Penner
predicate to handle 'ld' conform addresses. * gcc/config/rs6000/rs6000.h (EXTRA_CONSTRAINT): New 'Y' contraint. (EXTRA_MEMORY_CONSTRAINT): Tell reload which constraint are memory contraints. * gcc/config/rs6000/rs6000-protos.h (word_offset_memref_operand): New prototype. * gcc/config/rs6000/rs6000.md (*movdf_hardfloat64): Change 'o' to 'Y' constraint. (*movdf_softfloat64): Ditto. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75707 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * testsuite/testsuite_hooks.h (__gnu_test::try_mkfifo): Declare it.Mark Mitchell
* testsuite/testsuite_hooks.cc (__gnu_test::try_mkfifo): Define it. * testsuite/27_io/basic_filebuf/close/char/4879.cc: Use try_mkfifo and remove Cygwin XFAIL. * testsuite/27_io/basic_filebuf/close/char/9964.cc: Likewise. * testsuite/27_io/basic_filebuf/imbue/char/13171-2.cc: Likewise. * testsuite/27_io/basic_filebuf/open/char/9507.cc: Likewise. * testsuite/27_io/basic_filebuf/showmanyc/char/9533-1.cc: Likewise. * testsuite/27_io/basic_filebuf/underflow/char/10097.cc: Likewise. * testsuite/27_io/objects/char/7.cc: Likewise. * testsuite/27_io/objects/char/9661-1.cc: Likewise. * testsuite/27_io/objects/wchar_t/7.cc: Likewise. * testsuite/27_io/objects/wchar_t/9661-1.cc: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75706 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * gcc/config/m68k/m68k.md: Switch from the "*..." syntax to theBernardo Innocenti
brace-enclosed syntax in all C output statements. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75705 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR target/13401David Edelsohn
* config/rs6000/rs6000.c (rs6000_output_function_epilogue): Objective-C language type value is 14. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75704 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 PR c/12148Markus F.X.J. Oberhumer
* config/m68k/fpgnulib.c: Fix `-mshort' bugs: Use `long' instead of `int' in a number of places to make sure we always have a SImode and not a HImode. Add a 'L' suffix to a number of constants. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75703 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * pa.c: Don't include obstack.h.John David Anglin
* pa.md: Correct constraint in pattern for loading PIC label address. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75702 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12 * config/sh/linux.h (ASM_PREFERRED_EH_DATA_FORMAT): UndefineKaz Kojima
before defining. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75701 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-12Daily bump.GCC Administrator
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75698 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-11New test.Richard Henderson
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75696 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-11 PR fortran/9972Steven Bosscher
* toplev.c (rest_of_handle_inlining): Also consider functions for deferral if the language is GNU F77. testsuite: * 980520-1.x: Removed. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75692 138bc75d-0d04-0410-961f-82ee72b054a4
2004-01-11 * c-decl.c (diagnose_arglist_conflict): Add missing space toZack Weinberg
diagnostic messages. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@75691 138bc75d-0d04-0410-961f-82ee72b054a4