aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-11POTFILES.in: Comment out config/float-*.Zack Weinberg2-9/+14
* POTFILES.in: Comment out config/float-*. No need to regenerate gcc.pot. From-SVN: r43237
2001-06-12920501-8.x: New file, sprintf() does not support %f for HC11/HC12 targets.Stephane Carrez5-0/+29
* 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
2001-06-12m68hc11.md ("*lshrdi3_const32"): Mark the clobber as an early clobber to ↵Stephane Carrez2-3/+9
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
2001-06-11gcc.pot: Regenerate, again.Zack Weinberg3-2383/+3729
* 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
2001-06-11Makefile.in.in: Take --defines switch off of xgettext command line.Zack Weinberg4-3215/+9226
* 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
2001-06-11MAINTAINERS (Write After Approval): Add myself.Daniel Berlin2-0/+5
2001-06-11 Daniel Berlin <dan@cgsoftware.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r43227
2001-06-11c-tree.texi: Update information about flag_honor_std.Mark Mitchell7-28/+48
* 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
2001-06-11Add bug ID.Loren J. Rittle1-0/+1
From-SVN: r43223
2001-06-11gcc_build: Output information about the commands used to configure the compiler.Mark Mitchell2-0/+7
* gcc_build: Output information about the commands used to configure the compiler. From-SVN: r43222
2001-06-11* doc/md.texi: Use TeX dashes and quotes.Joseph Myers2-5/+9
From-SVN: r43219
2001-06-11* doc/rtl.texi: Reference manual chapter about trees.Joseph Myers2-3/+7
From-SVN: r43217
2001-06-11iris6.h (NO_BUILTIN_WINT_TYPE): Define.Rainer Orth7-5/+115
* 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
2001-06-11unwind-dw2-fde.c (__deregister_frame_info): Don't play games with alias ↵Richard Henderson2-10/+3
attribute. * unwind-dw2-fde.c (__deregister_frame_info): Don't play games with alias attribute. From-SVN: r43214
2001-06-11Fix typo in comment.Richard Henderson1-1/+1
From-SVN: r43211
2001-06-11linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu).Richard Henderson3-6/+8
* config/linux.h (CPLUSPLUS_CPP_SPEC): Use %(cpp) not $(cpp_cpu). * config/alpha/linux.h (CPLUSPLUS_CPP_SPEC): Likewise. From-SVN: r43210
2001-06-11linux.h (CPLUSPLUS_CPP_SPEC): New.Franz Sirl2-0/+10
2001-06-11 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * config/rs6000/linux.h (CPLUSPLUS_CPP_SPEC): New. From-SVN: r43207
2001-06-11README: Update to reflect reality.Phil Edwards6-874/+898
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
2001-06-11Remove Stepanov testBernd Schmidt2-350/+4
From-SVN: r43202
2001-06-11ostream.tcc (ostream::seekp): Add error checking as per DR 129.Benjamin Kosnik7-6/+107
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
2001-06-11darwin.c (darwin_encode_section_info): Rewrite to simplify and fix coding ↵Stan Shebs2-22/+38
mistakes. * darwin.c (darwin_encode_section_info): Rewrite to simplify and fix coding mistakes. From-SVN: r43200
2001-06-11Fix compile time warningsNick Clifton5-33/+43
From-SVN: r43199
2001-06-11* g++.old-deja/g++.law/code-gen5.C: Don't send raw pointers to assert.Richard Henderson2-4/+8
From-SVN: r43198
2001-06-11osf5.h (TARGET_LD_BUGGY_LDGP): New.Richard Henderson6-3/+74
* 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
2001-06-11* config/alpha/osf.h (LINK_SPEC): Hide _GLOBAL_* symbols.Richard Henderson2-3/+9
From-SVN: r43194
2001-06-11configure.in: Align --help messages.Rainer Orth3-364/+386
* configure.in: Align --help messages. Remove trailing full stops. Consistently use lower case. Fix DWARF 2 spelling. * configure: Rebuilt. From-SVN: r43192
2001-06-11alpha.h (CPP_SPEC): Don't define __LANGUAGE_C and variants for .cpp/.cp/.c++ ↵Rainer Orth2-2/+15
files. * 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
2001-06-11* jump.c (duplicate_loop_exit_test): Fix loop header heuristics.Jan Hubicka2-4/+9
From-SVN: r43189
2001-06-11re PR c/3116 (Bug with using oldstyle prototype declarations)Joseph Myers4-3/+40
* 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
2001-06-11run_doxygen (find_doxygen): Tweak version check.Matthias Klose2-7/+20
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
2001-06-11* doc/objc.texi: Use more logical markup. Use TeX dashes.Joseph Myers2-15/+19
From-SVN: r43182
2001-06-11* doc/c-tree.texi: Use more logical markup.Joseph Myers2-3/+7
From-SVN: r43180
2001-06-11c-decl.c (xref_tag): Don't return previous tags of wrong type.Joseph Myers4-6/+36
* 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
2001-06-11do not combine asm stmts in scan_loopAldy Hernandez2-0/+5
From-SVN: r43178
2001-06-11simplify-rtx.c (simplify_subreg): Fix offset calculation for complex values ↵Michael Hayes2-2/+7
within a CONCAT. * simplify-rtx.c (simplify_subreg): Fix offset calculation for complex values within a CONCAT. From-SVN: r43177
2001-06-11install.texi: Update details of what components are included in the GCC ↵Joseph Myers2-16/+24
distribution. * 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
2001-06-11contrib.texi: Fix alphabetical order.Joseph Myers2-79/+84
* doc/contrib.texi: Fix alphabetical order. Fix typos. Improve markup. From-SVN: r43173
2001-06-11Daily bump.GCC Administrator5-5/+5
From-SVN: r43171
2001-06-10ifcvt.c (life_data_ok): New.Richard Henderson2-4/+15
* 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
2001-06-11std_cwchar.h: Alphabetize.Benjamin Kosnik7-806/+984
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
2001-06-10* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.Richard Henderson2-2/+10
From-SVN: r43166
2001-06-11invoke.texi (MN10300 Options): Document -mno-crt0.Alexandre Oliva4-33/+60
* doc/invoke.texi (MN10300 Options): Document -mno-crt0. (SH Options): Document -mieee. * doc/install.texi (Final install): Remove obsolete information about installing cross compilers. * doc/gcc.1: Rebuilt. From-SVN: r43164
2001-06-10acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking.Benjamin Kosnik11-1034/+1254
2001-06-10 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking. Add checking for strtof, _Exit in stdlib.h * aclocal.m4: Regenerate. * configure.in: Regenerate. * include/c_std/bits/std_cstdio.h: Alphabetize lists. (snprintf): Put C99 functions into __gnu_cxx namespace. (vfscanf): Same. (vscanf): Same. (vsnprintf): Same. (vsscanf): Same. * include/c_std/bits/std_cstdlib.h: Alphabetize lists. Put undefs for C99 functions within _GLIBCPP_USE_C99 guard. (_Exit): Same. (strtof): Same. (strtold): Same. * include/bits/locale_facets.tcc: Check if C99 is enabled. * include/c_std/bits/std_cwchar.h (__gnu_cxx): Put undefs within C99 guard. * include/c_std/bits/cmath.tcc: Formatting tweak. * include/c_std/bits/std_cmath.h: Same. From-SVN: r43161
2001-06-10alpha.c (override_options): Set align_loops, align_jumps, and align_functions.Richard Henderson3-17/+21
* config/alpha/alpha.c (override_options): Set align_loops, align_jumps, and align_functions. * config/alpha/alpha.h (FUNCTION_BOUNDARY): Set to 32 bits. (LOOP_ALIGN, LABEL_ALIGN_AFTER_BARRIER): Remove. From-SVN: r43160
2001-06-10emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are ↵Michael Hayes2-17/+26
one and two words in size. * emit-rtl.c (gen_lowpart_common): Do not assume that SFmode and DFmode are one and two words in size. From-SVN: r43158
2001-06-10ptrmem.C: Take into account different representation on MN10300 and ARM/Thumb.Alexandre Oliva2-8/+26
* g++.old-deja/g++.abi/ptrmem.C: Take into account different representation on MN10300 and ARM/Thumb. From-SVN: r43157
2001-06-10typeck.c (get_member_function_from_ptrfunc): Don't clobber delta.Alexandre Oliva2-5/+8
* typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]: Don't clobber delta. (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn. From-SVN: r43156
2001-06-10exception.cc (cstdlib): Replaces stdlib.h.Alexandre Petit-Bianco2-3/+9
2001-06-10 Alexandre Petit-Bianco <apbianco@redhat.com> * exception.cc (cstdlib): Replaces stdlib.h. (_Jv_Throw): Use std::abort(). (PERSONALITY_FUNCTION): Likewise. (http://gcc.gnu.org/ml/gcc-patches/2001-06/msg00620.html ) From-SVN: r43153
2001-06-10invoke.texi (Optimization Options): Document -fpeephole2.Richard Henderson2-3/+23
* doc/invoke.texi (Optimization Options): Document -fpeephole2. (Code Generation Options): Document -fnon-call-exceptions. From-SVN: r43151
2001-06-10concat.c: Include string.h.Richard Henderson2-48/+35
* concat.c: Include string.h. Fix int vs size_t usage. Simplify the iteration loops. Use memcpy. From-SVN: r43149
2001-06-10* config/i386/gnu.h (MD_FALLBACK_FRAME_STATE_FOR): Undefine.Mark Kettenis2-0/+7
From-SVN: r43148