https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106429

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The current list is:
contrib/bench-stringop:#!/bin/bash
contrib/compare-all-tests:#! /bin/bash
contrib/dg-cmp-results.sh:#!/bin/bash
contrib/reghunt/bin/gcc-svn-patchlist:#! /bin/bash
contrib/reghunt/bin/gcc-svn-update:#! /bin/bash
contrib/reghunt/bin/gcc-svn-update-fix:#! /bin/bash
contrib/reghunt/bin/reg-hunt:#! /bin/bash
contrib/reghunt/bin/reg-test:#! /bin/bash
contrib/reghunt/date_based/reg_periodic:#! /bin/bash
contrib/reghunt/date_based/reg_search:#! /bin/bash
contrib/repro_fail:#!/bin/bash -eu
gcc/dbgcnt.def:#!/bin/bash
gcc/doc/install.texi:% CONFIG_SHELL=/opt/freeware/bin/bash
gcc/testsuite/gcc.test-framework/gen_directive_tests:#! /bin/bash
libffi/merge.sh:#!/bin/bash
libgo/go/cmd/go/testdata/script/mod_get_pseudo_other_branch.txt:#!/bin/bash
libgo/go/cmd/go/testdata/script/mod_get_pseudo_prefix.txt:#!/bin/bash
libgo/go/cmd/go/testdata/script/mod_retract_pseudo_base.txt:#!/bin/bash
libgo/go/os/user/lookup_unix_test.go:root:x:0:0:root:/root:/bin/bash
libsanitizer/merge.sh:#!/bin/bash
libstdc++-v3/scripts/run_doxygen:#!/bin/bash
maintainer-scripts/generate_libstdcxx_web_docs:#!/bin/bash
maintainer-scripts/update_web_docs_libstdcxx_git:#!/bin/bash

None are used during the build or are not used unless you are run them directly
(or indirectly building the doxygen for libstdc++ which is not done by
default).

gcc/dbgcnt.def is inside a comment so it does not matter.

Reply via email to