Skip to content

Commit

Permalink
gcc/bisect-gcc: add TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Oct 30, 2024
1 parent 8539afd commit 4777896
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gcc/bisect-gcc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# GPL-3+
. /lib/gentoo/functions.sh || { echo "Failed to source functions.sh!" ; exit 1 ; }

# TODO:
# * Add "profiles" (all lang, just C/C++)
# * Optionally build a fast compiler first if $CC is built with lots of checking
# * Maybe more cleanly put all the examples into functions to call/comment out
# * Maintain commit ranges where we know e.g. --disable-fixincludes works/doesn't
# * elfshaker integration/at least seeding it opportunistically?

esyslog() {
: No need.
}
Expand Down

0 comments on commit 4777896

Please sign in to comment.