summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 2008-05-08 Sebastian Pop <sebastian.pop@amd.com>spop2008-05-082-1/+5
| | | | | | | | * patch_tester.sh (report): Do not print "Checker: ". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135083 138bc75d-0d04-0410-961f-82ee72b054a4
* * patch_tester.sh (report): Do not print the time.spop2008-04-232-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134600 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib:jsm282008-04-012-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * texi2pod.pl: Handle @samp and @url inside verbatim blocks. Handle @heading. Handle enumerated lists with starting numbers and extra headings. gcc: * doc/include/gpl_v3.texi: Update for manpage generation. * doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of gpl.texi. * doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi. * Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include gpl_v3.texi instead of gpl.texi. (gpl.pod): New. gcc/fortran: * gfortran.texi: Include gpl_v3.texi instead of gpl.texi * Make-lang.in (GFORTRAN_TEXI): Include gpl_v3.texi instead of gpl.texi. gcc/java: * gcj.texi: Include gpl_v3.texi instead of gpl.texi * Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of gpl.texi. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133794 138bc75d-0d04-0410-961f-82ee72b054a4
* 2008-03-10 Janis Johnson <janis187@us.ibm.com>janis2008-03-102-32/+81
| | | | | | | | | | | | | | | | | * patch_tester.sh (initialization): Initialize svnpatch and stop. (usage): Add -svnpath and -stop. (makedir): New. (argument handling): Process -stop and -svnpath. (setup code): Use makedir, error out if initial svn checkout fails. (update): Use svnpath. Invoke contrib/gcc_update. (apply_patch): Require that patch was created at top level. Use eval with option variables. Don't use bootstrap target for make. Verify that some tests were run. (bootntest_patched): Use snvpath. (main loop): For -stop, exit when there are no more patches to test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133092 138bc75d-0d04-0410-961f-82ee72b054a4
* gcc/rwild2008-03-092-2/+50
| | | | | | | | | | | | | | | | | | | | | * c.opt (Wsynth): Deprecate. * doc/invoke.texi (Option Summary, Warning Options): Document -Wno-format-contains-nul. gcc/fortran/ * invoke.texi (Error and Warning Options): Document -Wline-truncation. contrib/ * check_warning_flags.sh: Instead of invoke.texi, take the path to the doc directory as argument. Check that warnings listed in 'gcc --help' are accepted by the compiler, and listed in the manuals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133059 138bc75d-0d04-0410-961f-82ee72b054a4
* * patch_tester.sh (usage): Watermark is not lexicographic.tromey2008-03-062-5/+33
| | | | | | | | | Load $STATE/defaults if it exists. (selfexec): Use $0. (apply_patch): Handle deletions. (bootntest): Handle default settings. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132974 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Reference GCC 4.3 web pages.jakub2008-03-052-0/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132901 138bc75d-0d04-0410-961f-82ee72b054a4
* * check_warning_flags.sh: New file.rwild2008-02-152-0/+140
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132332 138bc75d-0d04-0410-961f-82ee72b054a4
* * MAINTAINERS (c4x port): Remove.jsm282008-01-252-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib: * paranoia.cc (main): Remove handling of c4x_single and c4x_extended formats. gcc: * config/c4x: Remove directory. * config.gcc (crx-*, mt-*): Mark obsolete. (c4x-*, tic4x-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*, sh-*-rtemscoff*): Remove cases. * defaults.h (C4X_FLOAT_FORMAT): Remove. * real.c (encode_c4x_single, decode_c4x_single, encode_c4x_extended, decode_c4x_extended, c4x_single_format, c4x_extended_format): Remove. * real.h (c4x_single_format, c4x_extended_format): Remove. * doc/extend.texi (interrupt, naked): Remove mention of attributes on C4x. (Pragmas): Remove comment about c4x pragmas. * doc/install.texi (c4x): Remove target-specific instructions. * doc/invoke.texi (TMS320C3x/C4x Options): Remove. * doc/md.texi (Machine Constraints): Remove C4x documentation. * doc/tm.texi (MEMBER_TYPE_FORCES_BLK, c_register_pragma): Do not refer to C4x source files as examples. (C4X_FLOAT_FORMAT): Remove documentation. gcc/testsuite: * gcc.dg/builtin-inf-1.c, gcc.dg/compare6.c, gcc.dg/sibcall-3.c, gcc.dg/sibcall-4.c, gcc.dg/torture/builtin-attr-1.c: Don't handle c4x-*-* targets. libgcc: * config.host (tic4x-*-*, c4x-*-rtems*, tic4x-*-rtems*, c4x-*, tic4x-*, h8300-*-rtemscoff*, ns32k-*-netbsdelf*, ns32k-*-netbsd*, sh-*-rtemscoff*): Remove cases. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131835 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-269-8/+19
| | | | | | | | | | | | | | | * compareSumTests3: Changed to GPLv3. * prepare_patch.sh: Same. * uninclude: Same. * dglib.pm: Same. * gennews: Same. * texi2pod.pl: Same. * analyze_brprob: Same. * gcc_build: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131186 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-262-1/+5
| | | | | | | | * patch_tester.sh: Changed to GPLv3. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131185 138bc75d-0d04-0410-961f-82ee72b054a4
* * objs-gcc.sh: Revert previous change.geoffk2007-12-242-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131162 138bc75d-0d04-0410-961f-82ee72b054a4
* * objs-gcc.sh: Set up the GDB testsuite even if the gdb installedgeoffk2007-12-232-1/+6
| | | | | | | is just called 'gdb'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131151 138bc75d-0d04-0410-961f-82ee72b054a4
* * btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.geoffk2007-12-232-0/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131146 138bc75d-0d04-0410-961f-82ee72b054a4
* * GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,geoffk2007-12-233-35/+46
| | | | | | | | | | | | | | | which it now is, rather than XHTML, which it never was. (<head>): Mark as UTF-8. Add title. Move CSS to top of document, specify type. Mark script as 'defer'. (updateContents): If loaded from HTTP, look for status in same place as widget. (gotContents): Use DOM methods to change text rather than innerHTML. (<body>): Eliminate unnecessary DIV element. * GCC_Regression_Tester.wdgt/Info.plist: Update version, copyright notice. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131145 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-162-4/+4
| | | | | | | | * patch_tester.sh: Don't save the script anymore. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130986 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>spop2007-12-163-0/+555
| | | | | | | | | * patch_tester.sh: New. * prepare_patch.sh: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130981 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare-debug: Introduce -p flag to preserve .stripped files.aoliva2007-11-262-1/+14
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130431 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>manu2007-10-082-3/+17
| | | | | | | | | | | * doc/invoke.texi (Wall): fix formatting issues. contrib/ * texi2pod.pl: Handle @asis. (postprocess): Move @gccoptlist{} after all formatting commands. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129125 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare-debug: Avoid spurious errors when .stripped filesaoliva2007-10-012-15/+20
| | | | | | | exist. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128911 138bc75d-0d04-0410-961f-82ee72b054a4
* * warn_summary (srcdirFilter): Add fixincludes, sim,hp2007-09-222-0/+9
| | | | | | | newlib and mpfr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128662 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>hjl2007-08-232-2/+7
| | | | | | | * gcc_update: Handle different URL paths and tags. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127737 138bc75d-0d04-0410-961f-82ee72b054a4
* ChangeLog:aoliva2007-08-172-0/+71
| | | | | | | | | | | | | | * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): Add to flags_to_pass. Adjust uses of BOOT_CFLAGS. (bootstrap2-debug, bootstrap-debug): New bootstrap stages. * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New. (do-compare, do-compare3, do-compare-debug): New. ([+compare-target+]): Use them. contrib/ChangeLog: * compare-debug: New. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127570 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>hjl2007-08-162-1/+18
| | | | | | | | | | Andreas Schwab <schwab@suse.de> * gcc_update: Use "svn info" for revision number. Create gcc/REVISION with branch name and revision number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127566 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc.doxy: Rename from tree-ssa.doxy.dnovillo2007-08-102-0/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127350 138bc75d-0d04-0410-961f-82ee72b054a4
* * tree-ssa.doxy: Update for doxygen 1.5.dnovillo2007-08-102-85/+244
| | | | | | | | Include all the files in the middle and back ends. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127349 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct file path in last entryhp2007-07-051-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126346 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (files_and_dependencies): Handlehp2007-06-302-0/+8
| | | | | | | gcc/testsuite/gcc.dg/cpp/direct2s.c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126155 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Reference GCC 4.2 web pages.mmitchel2007-05-142-1/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124664 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Correct handling of @itemize with no argument.zack2007-04-052-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123514 138bc75d-0d04-0410-961f-82ee72b054a4
* * uninclude: New utility, from Alexandre Oliva.hp2007-03-172-0/+56
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123027 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_installed: Adjust to the move from g77 to gfortran.gerald2007-02-262-13/+17
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122340 138bc75d-0d04-0410-961f-82ee72b054a4
* 2007-02-16 Matthias Klose <doko@debian.org>doko2007-02-162-0/+9
| | | | | | | * texi2pod.pl: Handle @subsubsection, ignore @anchor. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122026 138bc75d-0d04-0410-961f-82ee72b054a4
* * test_summary (configflags): Adjust for changes in thehp2007-02-102-0/+7
| | | | | | | config.status format due to update to autoconf 2.59. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121787 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update: Update for configure.in -> configure.ac.drow2007-02-092-1/+5
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121758 138bc75d-0d04-0410-961f-82ee72b054a4
* contrib/rsandifo2007-02-062-0/+22
| | | | | | | * texi2pod.pl: Handle @multitable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121646 138bc75d-0d04-0410-961f-82ee72b054a4
* gcctromey2007-01-152-0/+29
| | | | | | | | | | | | | | * doc/sourcebuild.texi (libgcj Tests): Don't mention jacks. * doc/install.texi (Testing): Don't mention jacks. (Configuration): Document --enable-java-maintainer-mode. Move --with-java-home to libgcj-specific section. Document --with-ecj-jar. (Prerequisites): Mention --enable-java-maintainer-mode, ecj1. contrib * download_ecj: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120802 138bc75d-0d04-0410-961f-82ee72b054a4
* * compareSumTests3: POD syntax fix.matthewg2006-09-282-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117271 138bc75d-0d04-0410-961f-82ee72b054a4
* * dglib.pm: Initial commit.matthewg2006-09-283-0/+681
| | | | | | | | * compareSumTests3: Initial commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117269 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>aldot2006-09-172-1/+6
| | | | | | | | | * dg-cmp-results.sh (compare-$$.awk): Print name[old] and not non-existing nm[old]. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117006 138bc75d-0d04-0410-961f-82ee72b054a4
* * btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.geoffk2006-09-052-2/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116702 138bc75d-0d04-0410-961f-82ee72b054a4
* Port to hosts whose 'sort' and 'tail' implementationsmrs2006-07-062-2/+17
| | | | | | | | | | | | | | | | | | | treat operands with leading '+' as file names, as POSIX has required since 2001. However, make sure the code still works on pre-POSIX hosts. * ltmain.sh: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. contrib: * compare_tests: Don't assume "sort +2" is equivalent to "sort -k 3", since POSIX 1003.1-2001 no longer requires this. gcc: * Makefile.in (slowcompare): Port to POSIX 1003.1-2001, which says you should use "tail -c +N" rather than "tail +Nc". Fix a bug: the old code incorrectly skipped 15 bytes, not 16. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115234 138bc75d-0d04-0410-961f-82ee72b054a4
* * dg-cmp-results.sh: New script for comparing DejaGNU logs.jwlemke2006-06-052-0/+205
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114393 138bc75d-0d04-0410-961f-82ee72b054a4
* * compare_tests: Handle multilibs better.mrs2006-06-022-2/+7
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114331 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Correct handling of absolute @include.drow2006-05-312-2/+8
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114271 138bc75d-0d04-0410-961f-82ee72b054a4
* Correct changelog date in last commit.drow2006-05-021-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113463 138bc75d-0d04-0410-961f-82ee72b054a4
* * texi2pod.pl: Handle -I.drow2006-05-022-4/+18
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113462 138bc75d-0d04-0410-961f-82ee72b054a4
* * gennews (files): Update for GCC 4.1.mmitchel2006-02-282-1/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111518 138bc75d-0d04-0410-961f-82ee72b054a4
* * gcc_update (files_and_dependencies): Handlednovillo2006-01-242-0/+6
| | | | | | | | libgomp/testsuite/Makefile.in. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110174 138bc75d-0d04-0410-961f-82ee72b054a4
* 2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>pinskia2006-01-192-4/+10
| | | | | | | | | | | * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum. g++.sum has moved to gcc/testsuite/g++/g++.sum. objc.sum has moved to gcc/testsuite/objc/objc.sum. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109937 138bc75d-0d04-0410-961f-82ee72b054a4