aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-28* ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.Alexandre Oliva3-34/+39
From-SVN: r42677
2001-05-28Fix the comment, it is propagate_one_insn, not propagate_on_insn.H.J. Lu1-1/+1
From-SVN: r42675
2001-05-28* contrib/test_summary (files): Sort before evaluating.Rainer Orth2-1/+5
From-SVN: r42673
2001-05-28install.texi (Specific): http://reality.sgi.com/ariel/freeware/ became ↵Gerald Pfeifer2-5/+10
http://freeware.sgi.com/. * doc/install.texi (Specific): http://reality.sgi.com/ariel/freeware/ became http://freeware.sgi.com/. From-SVN: r42671
2001-05-28Daily bump.GCC Administrator5-5/+5
From-SVN: r42669
2001-05-28local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0.Geoffrey Keating2-1/+6
* local-alloc.c (update_equiv_regs): Don't eliminate constant expressions at -O0. From-SVN: r42667
2001-05-28objc-act.c: Add/fix various comments.Stan Shebs2-120/+15
* objc/objc-act.c: Add/fix various comments. (init_selector): Remove, no longer used. (build_msg_pool_reference): Ditto. (objc_debug): Ditto. From-SVN: r42666
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth7-63/+16
* c-decl.c (init_decl_processing): Don't call start_identifier_warnings. * flags.h (warn_id_clash, id_clash_len): Remove. * stringpool.c: Don't include flags.h. (scan_for_clashes, do_identifier_warnings, start_identifier_warnings): Remove. * toplev.c (warn_id_clash, id_clash_len): Remove. (display_help): Don't document -Wid-clash. (decode_W_option): Print warning on -Wid-clash. * tree.h (start_identifier_warnings): Remove. * invoke.texi: Remove documentation of -Wid-clash. From-SVN: r42665
2001-05-27reorganize inclhacks and apply fix to fixtests.cBruce Korb9-826/+870
From-SVN: r42663
2001-05-27* cpplib.c (run_directive): Set pfile->directive.Neil Booth2-1/+6
From-SVN: r42661
2001-05-27c-tree.texi: Reformat the manual as a single chapter now included by gcc.texi.Theodore Papadopoulo4-157/+89
* c-tree.texi: Reformat the manual as a single chapter now included by gcc.texi. * gcc.texi: Include c-tree.texi. Merge all indexes. * Makefile.in (dvi): Add generation for the cppinternals documentation. Added dependencies on fdl.texi and c-tree.texi where appropriate. Use TEXI2DVI instead of custom tex calls. (info): Added dependencies on fdl.texi and c-tree.texi where appropriate. Remove the target c-tree.info. From-SVN: r42660
2001-05-27Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi.Theodore Papadopoulo2-14/+15
* Make-lang.in ($(srcdir)/f/g77.info): Added dependencies on fdl.texi. (f/g77.dvi): Use TEXI2DVI instead of custom tex calls. Create the dvi file in the f directory. From-SVN: r42659
2001-05-27Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi.Theodore Papadopoulo2-5/+11
* Make-lang.in ($(srcdir)/java/gcj.info): Added dependencies on fdl.texi. (java/gcj.dvi): Use TEXI2DVI instead of custom tex calls. Create the dvi file in the java directory. From-SVN: r42658
2001-05-27Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi.Theodore Papadopoulo2-5/+11
* Make-lang.in (dvi): Use ch/chill.dvi not chill.dvi. (ch/chill.dvi): Use TEXI2DVI instead of custom tex calls. Create the dvi file in the ch directory. From-SVN: r42657
2001-05-27combine.c (try_combine): Fix typo in comment.Lars Brinkhoff4-4/+10
* combine.c (try_combine): Fix typo in comment. * expr.c (expand_expr): Likewise. * config/i370/i370.md (untyped_call): Likewise. From-SVN: r42655
2001-05-27Daily bump.GCC Administrator5-5/+5
From-SVN: r42652
2001-05-26re PR c++/2823 (kde2/artsd miscompilation (part 1))Nathan Sidwell4-2/+90
cp: PR g++/2823 * semantics.c (expand_body): Don't optimize thunks. testsuite: * g++.old-deja/g++.other/optimize2.C: New file. From-SVN: r42650
2001-05-26* configure: Remove obsolete file.Zack Weinberg2-635/+4
From-SVN: r42644
2001-05-26regenerateBruce Korb1-11/+5
From-SVN: r42643
2001-05-26fixtests.c (stdc_0_in_system_headers_test): Must return "FIX" when fixincl ↵Bruce Korb2-21/+29
is operating in test mode * fixinc/fixtests.c(stdc_0_in_system_headers_test): Must return "FIX" when fixincl is operating in test mode * fixinc/inclhack.def(AAB_dgux_int_varargs) : aesthetics (AAB_ultrix_limits): remove redundant text (AAB_ultrix_memory): ditto (AAB_ultrix_string): ditto (djgpp_wchar_h): fix the test text (irix_stdio_va_list): add test text (irix_limits_const): add a testing output file (limits.h is overwritten) (strict_ansi_not_ctd): put limits.h second in list for same reason (solaris27_mutex_init): test text needed selection text, too * fixinc/fixtests.c(stdc_0_in_system_headers_test): in testing mode, always apply the fix From-SVN: r42642
2001-05-26test result moved to "testing.h" fileBruce Korb1-14/+0
From-SVN: r42641
2001-05-26add fix test results for freebsd_gcc3_breakageBruce Korb1-0/+14
From-SVN: r42640
2001-05-26add fix test results for irix_limits_const hackBruce Korb1-0/+14
From-SVN: r42639
2001-05-26Add fix test result for strict_ansi_not_ctdBruce Korb1-0/+7
From-SVN: r42638
2001-05-26Add another caveatBruce Korb1-0/+3
From-SVN: r42637
2001-05-26Add fix check test for alpha___assertBruce Korb1-0/+5
From-SVN: r42636
2001-05-26stdc_0_in_system_headers_test must return "FIX"Bruce Korb1-0/+5
when fixincl is operating in test mode From-SVN: r42635
2001-05-26We must apply the fix in test modeBruce Korb1-1/+1
From-SVN: r42634
2001-05-26Upgrade to current collection of testsBruce Korb1-5/+41
From-SVN: r42633
2001-05-26This check template is now upgraded for AutoGen5Bruce Korb1-37/+35
From-SVN: r42632
2001-05-26wchar_t typedefs are now wrapped in "ifndef __cplusplus"Bruce Korb1-0/+2
From-SVN: r42631
2001-05-26wchar_t now gets wrapped inside "ifndef __cplusplus",Bruce Korb1-1/+3
so we have to adjust the gnu_types fix test for that. From-SVN: r42630
2001-05-26Add fix test from solaris27_mutex_initBruce Korb1-0/+6
From-SVN: r42629
2001-05-26Add fix test from irix_stdio_dummy_va_listBruce Korb1-0/+5
From-SVN: r42628
2001-05-26Correct test results for avoid-bool-define fixBruce Korb1-2/+3
From-SVN: r42627
2001-05-26c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.Philip Blundell7-6/+15
2001-05-26 Philip Blundell <philb@gnu.org> * config/c4x/c4x-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. * config/i960/i960-protos.h: Likewise. * config/i370/i370-protos.h: Likewise. * config/h8300/h8300-protos.h: Likewise, * config/sh/sh-protos.h: Likewise. * config/v850/v850-protos.h: Likewise. From-SVN: r42626
2001-05-26arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H.Philip Blundell2-1/+5
2001-05-26 Philip Blundell <philb@gnu.org> * config/arm/arm-protos.h: Use GCC_C_PRAGMA_H in place of _C_PRAGMA_H. From-SVN: r42625
2001-05-26Daily bump.GCC Administrator5-5/+5
From-SVN: r42624
2001-05-26* include/c_std/bits/std_cmath.h (sqrt): #undef.Gabriel Dos Reis2-0/+5
From-SVN: r42622
2001-05-26toplev.c (debug_args, [...]): Mark descriptions for translation.Zack Weinberg6-321/+514
* toplev.c (debug_args, f_options, W_options): Mark descriptions for translation. (display_help): Translate descriptions on output. * cp/lang-options.h, f/lang-options.h, java/lang-options.h, objc/lang-options.h: Mark descriptions for translation. From-SVN: r42618
2001-05-26aclocal.m4: Quote final argument of patsubst.Zack Weinberg5-33/+42
* aclocal.m4: Quote final argument of patsubst. Use 3-argument form of AC_DEFINE. Restore quotes to [] while using AC_FD_CC. * configure.in: Remove unnecessary changequote calls. * configure, config.in: Regenerate. From-SVN: r42617
2001-05-25Standardize header guards.Richard Henderson116-304/+352
From-SVN: r42615
2001-05-25* config/arc/initfini.c (.init): Fix typo.Stacey Sheldon2-1/+5
From-SVN: r42614
2001-05-26dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag ↵Geoffrey Keating2-1/+5
only for variable-size records. * dbxout.c (dbxout_symbol): Invert previous patch, which was outputting a tag only for variable-size records. From-SVN: r42612
2001-05-25* po2tbl.sed.in: Fixed typo.Rainer Orth2-1/+5
From-SVN: r42610
2001-05-25* i386/i386.h (CC1_CPU_SPEC): Clarify -m486 etc deprecation messages.Rainer Orth2-4/+8
From-SVN: r42609
2001-05-25* libgcc-std.ver: Export XFmode and TFmode versions of symbols.Richard Henderson2-28/+78
From-SVN: r42605
2001-05-25config.gcc (all gnu and linux): Use t-slibgcc-elf-ver with t-linux.Richard Henderson5-39/+43
* config.gcc (all gnu and linux): Use t-slibgcc-elf-ver with t-linux. (i386-*-solaris2): Use t-slibgcc-elf-ver or t-slibgcc-sld. (sparc*-*-solaris2): Likewise. * config/t-linux: Remove shared libgcc macros. * config/t-slibgcc-elf-ver: Move from sparc/t-slibgcc. * config/t-slibgcc-sld: Move from sparc/t-slibgcc-sld. From-SVN: r42602
2001-05-25mknumeric_limits: Stop if gen-num-limits dies.Rainer Orth2-1/+8
2001-05-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * mknumeric_limits: Stop if gen-num-limits dies. From-SVN: r42601
2001-05-25* config.gcc (*-*-freebsd*): Report bad configuration.Loren J. Rittle2-0/+13
From-SVN: r42599