- 11 Jun, 2001 40 commits
-
-
* POTFILES.in: Comment out config/float-*. No need to regenerate gcc.pot. From-SVN: r43237
Zack Weinberg committed -
* gcc.c-torture/execute/920501-8.x: New file, sprintf() does not support %f for HC11/HC12 targets. * gcc.c-torture/execute/930513-1.x: New file, likewise. * gcc.c-torture/execute/980709-1.x: New file, pow() is not available on HC11/HC12 targets. * gcc.c-torture/execute/990826-0.x: New file, likewise for floor(). From-SVN: r43233
Stephane Carrez committed -
m68hc11.md ("*lshrdi3_const32"): Mark the clobber as an early clobber to make sure it is not used by reload in... * config/m68hc11/m68hc11.md ("*lshrdi3_const32"): Mark the clobber as an early clobber to make sure it is not used by reload in one of the operands. From-SVN: r43231
Stephane Carrez committed -
* gcc.pot: Regenerate, again. You go away for five minutes and someone tweaks the messages on you. * cat-id-tbl.c: Regenerate this too. From-SVN: r43230
Zack Weinberg committed -
* Makefile.in.in: Take --defines switch off of xgettext command line. * POTFILES.in: Massive update, removing all dead files and adding approximately 300 files which had been left out. Clarify comments on what should and should not appear here. * gcc.pot: Regenerate. From-SVN: r43228
Zack Weinberg committed -
2001-06-11 Daniel Berlin <dan@cgsoftware.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r43227
Daniel Berlin committed -
* doc/c-tree.texi: Update information about flag_honor_std. * doc/install.texi: Note that binutils is required on HPUX 11. * doc/invoke.texi (-fhonor-std): Note that -fno-honor-std is now the default. * config/mips/abi64.h (RETURN_IN_MEMORY): Fix handling of variable-sized types. * lang-options.h: Emit documentation for -fno-honor-std, not -fhonor-std. From-SVN: r43226
Mark Mitchell committed -
From-SVN: r43223
Loren J. Rittle committed -
* gcc_build: Output information about the commands used to configure the compiler. From-SVN: r43222
Mark Mitchell committed -
From-SVN: r43219
Joseph Myers committed -
From-SVN: r43217
Joseph Myers committed -
* config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define. (WINT_TYPE): Override. (WINT_TYPE_SIZE): Likewise. (SUBTARGET_CPP_SIZE_SPEC): Define __WINT_TYPE__ as appropriate. * config/sparc/sol2.h (WINT_TYPE): Define. (WINT_TYPE_SIZE): Likewise. * config/sparc/sol2-sld-64.h (NO_BUILTIN_WINT_TYPE): Define. (WINT_TYPE): Override. (WINT_TYPE_SIZE): Likewise. (CPP_ARCH32_SPEC): Add __WINT_TYPE__ definition. (CPP_ARCH64_SPEC): Likewise. testsuite: * gcc.dg/wchar_t-1.c: New file. * gcc.dg/wint_t-1.c: Likewise. From-SVN: r43216
Rainer Orth committed -
* unwind-dw2-fde.c (__deregister_frame_info): Don't play games with alias attribute. From-SVN: r43214
Richard Henderson committed -
From-SVN: r43211
Richard Henderson committed -
* config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu). * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise. From-SVN: r43210
Richard Henderson committed -
2001-06-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): New. From-SVN: r43207
Franz Sirl committed -
2001-06-11 Phil Edwards <pme@sources.redhat.com> * README: Update to reflect reality. * acinclude.m4: Update descriptions, fix typos. Comment changes only. * configure.in: Make certain target_alias is set and subst'd for 2.50. * aclocal.m4: Regenerate. * configure: Regenerate (with 2.13). From-SVN: r43203
Phil Edwards committed -
From-SVN: r43202
Bernd Schmidt committed -
2001-06-11 Benjamin Kosnik <bkoz@redhat.com> libstdc++/3114 * include/bits/ostream.tcc (ostream::seekp): Add error checking as per DR 129. * include/bits/istream.tcc (istream::seekg): Same. * testsuite/27_io/istream_seeks.cc: Fix. libstdc++/3113 * include/bits/stl_function.h (binder2nd): Fix as per DR 109. (binder1st): Same. * include/bits/std_queue.h: Add c++config.h. * testsuite/20_util/binders.cc: New test. From-SVN: r43201
Benjamin Kosnik committed -
* darwin.c (darwin_encode_section_info): Rewrite to simplify and fix coding mistakes. From-SVN: r43200
Stan Shebs committed -
From-SVN: r43199
Nick Clifton committed -
From-SVN: r43198
Richard Henderson committed -
* config/alpha/osf5.h (TARGET_LD_BUGGY_LDGP): New. * config/alpha/alpha.h (TARGET_LD_BUGGY_LDGP): Default. (struct machine_function): Add gp_save_rtx. * config/alpha/alpha.c (alpha_mark_machine_status): Mark it. (alpha_gp_save_rtx): New. * config/alpha/alpha-protos.h: Declare it. * config/alpha/alpha.md (exception_receiver): Make an expander. Use alpha_gp_save_rtx if TARGET_LD_BUGGY_LDGP. From-SVN: r43196
Richard Henderson committed -
From-SVN: r43194
Richard Henderson committed -
* configure.in: Align --help messages. Remove trailing full stops. Consistently use lower case. Fix DWARF 2 spelling. * configure: Rebuilt. From-SVN: r43192
Rainer Orth committed -
* config/alpha/alpha.h (CPP_SPEC): Don't define __LANGUAGE_C and variants for .cpp/.cp/.c++ files. Move definition of __LANGUAGE_C_PLUS_PLUS ... (CPLUSPLUS_CPP_SPEC): ... here. From-SVN: r43190
Rainer Orth committed -
From-SVN: r43189
Jan Hubicka committed -
* c-decl.c (store_parm_decls): When comparing types in an old-style function declaration with those from a previous prototype, compare the unqualified versions of parameter types. Fixes PR c/3116. testsuite: * gcc.c-torture/compile/20010611-1.c: New test. From-SVN: r43186
Joseph Myers committed -
2001-06-11 Matthias Klose <doko@debian.org> Phil Edwards <pme@sources.redhat.com> * docs/doxygen/run_doxygen (find_doxygen): Tweak version check. (main script): Echo more information. Co-Authored-By: Phil Edwards <pme@gcc.gnu.org> From-SVN: r43184
Matthias Klose committed -
From-SVN: r43182
Joseph Myers committed -
From-SVN: r43180
Joseph Myers committed -
* c-decl.c (xref_tag): Don't return previous tags of wrong type. testsuite: * gcc.dg/c99-tag-1.c: Add more tests. From-SVN: r43179
Joseph Myers committed -
From-SVN: r43178
Aldy Hernandez committed -
* simplify-rtx.c (simplify_subreg): Fix offset calculation for complex values within a CONCAT. From-SVN: r43177
Michael Hayes committed -
* doc/install.texi: Update details of what components are included in the GCC distribution. Update default directory for g++ includes. Update documentation relating to old libio. Adjust documentation on DejaGnu environment variables. Remove documentation of --enable-cpplib. From-SVN: r43175
Joseph Myers committed -
* doc/contrib.texi: Fix alphabetical order. Fix typos. Improve markup. From-SVN: r43173
Joseph Myers committed -
From-SVN: r43171
GCC Administrator committed -
* ifcvt.c (life_data_ok): New. (merge_if_block): Use it to determine whether to update global_live_at_end. (if_convert): Set it. From-SVN: r43170
Richard Henderson committed -
2001-06-10 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/bits/std_cwchar.h: Alphabetize. * include/bits/char_traits.h: Tweak. * acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for everything used by std_cwchar.h. * aclocal.m4: Regenerate. * configure.in: Regenerate. * config.h.in: Regenerate. From-SVN: r43167
Benjamin Kosnik committed -
From-SVN: r43166
Richard Henderson committed
-