From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id A70BD3858D39; Fri, 21 Oct 2022 06:13:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A70BD3858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666332834; bh=5hPsVaqeRwRmGGxnEmoM5nmfa/JUm01UDkHcNfrJn38=; h=To:Subject:Date:From:From; b=XfYVF60S9QAvsrShfHussv5evMJnNPWwWuiHbAJy7RCzaZiMbmLLZqiExpPJcPHA8 IgVspFHEqbQu5Qf3Qurm0qloImQPWlvDPacQWQwBuao92egkfnXWswQZlWIOSVok5o zSQ30Fsx+W6VKIoJr0TvlsakqPd+UDcrQS7pmQdg= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. d0940daacb227ce9f2dcfe64c56c4bd64b899750 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 002304c326220927b1b7071818988d1325badd9b X-Git-Newrev: d0940daacb227ce9f2dcfe64c56c4bd64b899750 Message-Id: <20221021061354.A70BD3858D39@sourceware.org> Date: Fri, 21 Oct 2022 06:13:54 +0000 (GMT) From: Gerald Pfeifer List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via d0940daacb227ce9f2dcfe64c56c4bd64b899750 (commit) from 002304c326220927b1b7071818988d1325badd9b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d0940daacb227ce9f2dcfe64c56c4bd64b899750 Author: Gerald Pfeifer Date: Fri Oct 21 07:54:54 2022 +0200 *: Standardize on
over
We have largely been using
as the canonical form as opposed to
. HTML 5 actively recommends against that, so standardize on
. diff --git a/htdocs/about.html b/htdocs/about.html index faf1252e..7278cae6 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -48,7 +48,7 @@ a higher chance of being implemented soon. ;-)

-
+

Using the git repository

Assuming you have both git diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index c6e01827..d3a50f2a 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -37,7 +37,7 @@ -


+

Reporting Bugs

@@ -245,7 +245,7 @@ use it.

header. It is likely to be very large and we can't use it to reproduce the problem.

-
+

Frequently Reported Bugs

@@ -255,7 +255,7 @@ Often, reports get a low priority when there is a simple work-around. In particular, bugs caused by invalid code have a simple work-around: fix the code.

-
+

Non-bugs

@@ -270,7 +270,7 @@ invalid that used to be conforming (this holds especially for C++). In either case, you should update your code to match recent language standards.

-
+

General

@@ -304,7 +304,7 @@ Every Computer Scientist Should Know about Floating-Point Arithmetic for more information.

-
+

C

@@ -530,7 +530,7 @@ for details.

-
+

C++

diff --git a/htdocs/contribute.html b/htdocs/contribute.html index 5963d985..342c12a8 100644 --- a/htdocs/contribute.html +++ b/htdocs/contribute.html @@ -30,7 +30,7 @@ contributions must meet:

  • Announcing Changes (to our Users)
  • -
    +
    diff --git a/htdocs/egcs-1.1/egcs-1.1-branch.html b/htdocs/egcs-1.1/egcs-1.1-branch.html index 34c91688..7e0858c6 100644 --- a/htdocs/egcs-1.1/egcs-1.1-branch.html +++ b/htdocs/egcs-1.1/egcs-1.1-branch.html @@ -30,7 +30,7 @@ option #2 or #3 is recommended.

    FTP snapshots will track the EGCS 1.1 release only. After EGCS 1.1 is released, snapshots will return to tracking the mainline sources.

    -
    +

    All patches for the EGCS 1.1 release branch must be approved by either someone with global write privs or that maintains the specific file being patched. At some point in the near future, all patches will need to go through diff --git a/htdocs/egcs-1.1/regress.html b/htdocs/egcs-1.1/regress.html index 5ab6fe7c..0a9f1a80 100644 --- a/htdocs/egcs-1.1/regress.html +++ b/htdocs/egcs-1.1/regress.html @@ -65,7 +65,7 @@ those files to the testing coordinator law@cygnus.com.

    Note that you will receive many failures from GCC 2.8.1 and EGCS 1.0.3a when running the gcc testsuites because those versions of the compiler do not support -Os.

    -
    +

    Current Regression Testing Status

    diff --git a/htdocs/faq.html b/htdocs/faq.html index 69e938e5..183e7bec 100644 --- a/htdocs/faq.html +++ b/htdocs/faq.html @@ -21,7 +21,7 @@ the comp.lang.c FAQ and the libstdc++-v3.

    -
    +

    Questions

    1. General information @@ -57,7 +57,7 @@ the comp.lang.c FAQ and the
    -
    +

    General information

    How do I get a bug fixed or a feature added?

    @@ -91,7 +91,7 @@ disadvantages.

    money, but is relatively likely to get results. -
    +

    Does GCC work on my platform?

    The host/target specific installation notes for GCC include information @@ -102,7 +102,7 @@ is always available at the GCC web site. Reports of successful builds for several versions of GCC are also available at the web site.

    -
    +

    Installation

    How to install multiple versions of GCC

    @@ -164,7 +164,7 @@ configure --program-suffix=-2.95.2 <other configure options> /usr/local/bin/gcc-2.95.2 instead of /usr/local/bin/gcc.

    -
    +

    Dynamic linker is unable to find GCC libraries

    This problem manifests itself by programs not finding shared @@ -200,7 +200,7 @@ or ld that adds the appropriate directory to the environment variable platform-dependent).

    -
    +

    GCC can not find GNU as/GNU ld

    GCC searches the PATH for an assembler and a linker, but it only does so after searching a directory list hard-coded in the GCC @@ -237,7 +237,7 @@ is that it won't allow you to override the search path for assembler and linker with command-line options -B/path/ if the specified filenames exist.

    -
    +

    cpp: Usage:... Error

    If you get an error like this when building GCC (particularly when building @@ -254,7 +254,7 @@ or end of these variables is an implicit '.' and will cause problems.

    Also note '::' in these paths will also cause similar problems.

    -
    +

    Testsuite problems

    How do I pass flags like -fnew-abi to @@ -271,7 +271,7 @@ the testsuite?

    make RUNTESTFLAGS="--tool_opts '-fnew-abi -fno-honor-std'" check-g++ -
    +

    How can I run the testsuite with multiple options?

    If you invoke runtest directly, you can use the @@ -291,7 +291,7 @@ no additional flags.

    This technique is particularly useful on multilibbed targets.

    -
    +

    Miscellaneous

    @@ -349,7 +349,7 @@ that the forward declaration was not necessary, but, according to the final version of the Standard, it is.

    -
    +

    dynamic_cast, throw, typeid don't work with shared libraries

    The new C++ ABI in the GCC 3.0 series uses address comparisons, @@ -408,7 +408,7 @@ resolved all begin with "_ZTS". Refer to ld's documentation for a description of the "-E" & "-Bsymbolic" flags.

    -
    +

    Why do I need autoconf, bison, xgettext, automake, etc?

    If you're using diffs up dated from one snapshot to the next, or @@ -431,7 +431,7 @@ need some additional tools.

    -
    +

    Why can't I build a shared library?

    When building a shared library you may get an error message from the @@ -455,7 +455,7 @@ support PIC in this manner. For example:

    -
    +

    When building C++, the linker says my constructors, destructors or virtual tables are undefined, but I defined them

    The ISO C++ Standard specifies that all virtual methods of a class diff --git a/htdocs/gcc-2.95/branch.html b/htdocs/gcc-2.95/branch.html index 1f92ed1b..7336d09c 100644 --- a/htdocs/gcc-2.95/branch.html +++ b/htdocs/gcc-2.95/branch.html @@ -32,7 +32,7 @@ release, option #2 or #3 is recommended.

    Snapshots will track the GCC 2.95 release only. After GCC 2.95 is released, snapshots will return to tracking the mainline sources.

    -
    +

    All patches for the GCC 2.95 release branch must be approved by the release coordinator (Jeff Law).

    diff --git a/htdocs/gcc-3.0/index.html b/htdocs/gcc-3.0/index.html index 864d01d1..a1f454e0 100644 --- a/htdocs/gcc-3.0/index.html +++ b/htdocs/gcc-3.0/index.html @@ -48,7 +48,7 @@ group of volunteers is what makes GCC successful.

    To obtain GCC please use our mirror sites, or our CVS server.

    -
    +

    Previous 3.0.x Releases

    diff --git a/htdocs/gcc-3.1/index.html b/htdocs/gcc-3.1/index.html index e97d0dcc..0c85bcb9 100644 --- a/htdocs/gcc-3.1/index.html +++ b/htdocs/gcc-3.1/index.html @@ -46,7 +46,7 @@ group of volunteers is what makes GCC successful.

    To obtain GCC please use our mirror sites, or our CVS server.

    -
    +
    diff --git a/htdocs/gcc-3.2/changes.html b/htdocs/gcc-3.2/changes.html index 0faf69ea..7b9ea63f 100644 --- a/htdocs/gcc-3.2/changes.html +++ b/htdocs/gcc-3.2/changes.html @@ -96,7 +96,7 @@ -
    +

    GCC 3.2.3

    3.2.3 is a bug fix release only; there are no new features that @@ -227,7 +227,7 @@ changed to make them more clear.

  • 6955: collect2 says "core dumped" when there is no core
  • -
    +

    GCC 3.2.2

    Beginning with 3.2.2, GCC's Makefile suite supports redirection of @@ -362,7 +362,7 @@ changed to make them more clear.

  • 7448, 8882: typo cleanups
  • -
    +

    GCC 3.2.1

    3.2.1 adds a new warning, -Wabi. This option warns when GNU @@ -554,7 +554,7 @@ GCC 3.2.1.

  • 8120: Update documentation of bad use of ##
  • -
    +

    GCC 3.2

    3.2 is a small bug fix release, but there is a change to the application diff --git a/htdocs/gcc-3.3/changes.html b/htdocs/gcc-3.3/changes.html index 4cb07f07..93d96e65 100644 --- a/htdocs/gcc-3.3/changes.html +++ b/htdocs/gcc-3.3/changes.html @@ -435,7 +435,7 @@ DESTDIR. -


    +

    GCC 3.3

    Detailed release notes for the GCC 3.3 release follow. @@ -705,7 +705,7 @@ Detailed release notes for the GCC 3.3 release follow.

  • 10308 [x86] ICE with -O -fgcse or -O2
  • -
    +

    GCC 3.3.1

    Bug Fixes

    @@ -914,7 +914,7 @@ here).

  • 10810 gcc-3.3 fails make check: buffer overrun in test_demangle.c
  • -
    +

    GCC 3.3.2

    Bug Fixes

    @@ -1045,7 +1045,7 @@ not listed here).

  • 11903 [sh4] -pthread fails to link due to error in spec file on sh4
  • -
    +

    GCC 3.3.3

    Minor features

    @@ -1274,7 +1274,7 @@ the relevant defect report.

    -
    +

    GCC 3.3.4

    This is the -


    +

    GCC 3.3.5

    This is the -


    +

    GCC 3.3.6

    This is the

    for non-optimizing compilations. -
    +

    GCC 3.4.0

    Bug Fixes

    @@ -1232,7 +1232,7 @@ this link
    to query the Bugzilla database for the list of over 900 bugs fixed in 3.4.0. This is the list of all bugs marked as resolved and fixed in 3.4.0 that are not flagged as 3.4 regressions.

    -
    +

    GCC 3.4.1

    @@ -1456,7 +1456,7 @@ here).

  • 15123 libstdc++-doc: Allocators.3 manpage is empty
  • -
    +

    GCC 3.4.2

    @@ -1607,7 +1607,7 @@ here).

  • 16250 ada/doctools runs makeinfo even in release tarball
  • -
    +

    GCC 3.4.3

    This is the

  • 16406 USE_LD_AS_NEEDED undocumented
  • -
    +

    GCC 3.4.4

    @@ -1742,7 +1742,7 @@ known to be fixed in the 3.4.4 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

    -
    +

    GCC 3.4.5

    @@ -2002,7 +2002,7 @@ comparison failure -fpeephole2 -
    +

    GCC 3.4.6

    diff --git a/htdocs/gcc-4.0/changes.html b/htdocs/gcc-4.0/changes.html index d5957957..cd5751dd 100644 --- a/htdocs/gcc-4.0/changes.html +++ b/htdocs/gcc-4.0/changes.html @@ -594,7 +594,7 @@ class N::A { https://gcc.gnu.org/wiki/Visibility. -
    +

    GCC 4.0.1

    This is the

    Our web pages are managed via git.

    -
    +

    Contents

    1. Authenticated access
    2. @@ -28,7 +28,7 @@ maintainers and significant developers.

    3. Tips&Tricks around your account
    -
    +

    Authenticated access

    We provide authenticated access via the SSH protocol. This needs to @@ -57,7 +57,7 @@ test write access (approval from the mailing list is not needed in this one case). For all other changes, please be sure to follow the write access policies below.

    -
    +

    Setting up your local Git tree

    Check out the GCC sources by issuing the command:

    @@ -100,7 +100,7 @@ commits from that in $HOME/.gitconfig, you can configure that in an individual Git tree using similar invocations without --global.

    -
    +

    Write access policies

    The GCC project grants developers various levels of write access to @@ -177,7 +177,7 @@ certification. Merging such developments back to the mainline still needs approval in the usual way.

    -
    +

    Testing changes

    All changes must be tested according to the @@ -206,7 +206,7 @@ minimize the amount of time where the tree does not build at all. Repeated failure to adhere to these rules could result in the revocation of check-in privileges by the Steering Committee.

    -
    +

    Checking in a change

    The following is meant to provide a very quick overview of how to @@ -289,7 +289,7 @@ hint: See the 'Note about fast-forwards' in 'git push --help' for details. -


    +

    Creating and using branches

    Git makes it very easy and cheap to create local branches for working on @@ -323,7 +323,7 @@ git push origin $BRANCH:devel/$BRANCH hand occasionally as needed with a normal git merge master. But DO NOT then simply merge the branch back onto master; see below.

    -
    +

    Merging and Rebasing

    Every commit in the history of GCC master must follow the testing guidelines @@ -345,7 +345,7 @@ accordingly. It may be easier to cherry-pick some smaller changes onto master don't need to merge --squash squash, but still need to make sure the commits on the branch satisfy the above rules for commits. -


    +

    Personal and vendor branches

    The GCC git repository is used by many people and the branch and tag @@ -524,7 +524,7 @@ check the branch out locally. You can do that afterwards with git push users/me me/topic -
    +

    Tips&Tricks around your account

    Your gcc.gnu.org account also receives e-mail (and is what you diff --git a/htdocs/index.html b/htdocs/index.html index 51f9c95c..39060016 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -40,7 +40,7 @@ steering committee, guided by the mission statement.

    -
    +
    diff --git a/htdocs/lists.html b/htdocs/lists.html index 65bf78c5..b50e9ac3 100644 --- a/htdocs/lists.html +++ b/htdocs/lists.html @@ -285,7 +285,7 @@ e-mail addresses.

    See also information about dealing with spam on the lists.

    -
    +
    diff --git a/htdocs/news/profiledriven.html b/htdocs/news/profiledriven.html index 4b4d58f8..13a61ec0 100644 --- a/htdocs/news/profiledriven.html +++ b/htdocs/news/profiledriven.html @@ -257,7 +257,7 @@ releases. For more information about these testers, check our benchmarks page.

    -
    +

    References

    diff --git a/htdocs/projects/documentation.html b/htdocs/projects/documentation.html index e369accc..00d9217b 100644 --- a/htdocs/projects/documentation.html +++ b/htdocs/projects/documentation.html @@ -47,7 +47,7 @@ without including all relevant documentation changes.

    familiar with what is documented where, and what documentation appears to be missing. Report or fix any problems you see.

    -
    +

    Fully document the interface of front ends to GCC

    diff --git a/htdocs/projects/index.html b/htdocs/projects/index.html index b095b1a8..c9887773 100644 --- a/htdocs/projects/index.html +++ b/htdocs/projects/index.html @@ -40,7 +40,7 @@ help develop GCC:

    Remember to keep other developers informed of any substantial projects you intend to work on.

    -
    +

    Improve the installation procedure

    diff --git a/htdocs/projects/optimize.html b/htdocs/projects/optimize.html index 8fc3b4cf..26262637 100644 --- a/htdocs/projects/optimize.html +++ b/htdocs/projects/optimize.html @@ -38,7 +38,7 @@ turn it back on.)

    -
    +

    Putting constants in special sections.

    If a function has been placed in a special @@ -47,7 +47,7 @@ constants in a special section too. But which one? (Being able to specify a section for string constants would be useful for the Linux kernel.)

    -
    +

    Un-cse.

    Perhaps we should have an un-cse step right after cse, which tries to @@ -56,7 +56,7 @@ reg everywhere, if that looks like an improvement. Which is if the reg is used only a few times. Use rtx_cost to determine if the change is really an improvement.

    -
    +

    Clean up how cse works.

    The scheme is that each value has just one hash entry. The @@ -111,7 +111,7 @@ the lists of which regs or mems hold a particular value. It is easy to see if there is a reg or mem that is equiv to a particular value. If the value is constant, it is always explicitly constant.

    -
    +

    Loop optimization

    Strength reduction and iteration variable elimination could be @@ -125,7 +125,7 @@ another in its place.

    variable will be at the end of the loop, and eliminate the variable within the loop by computing that value at the loop end.

    -
    +

    Using constraints on values

    Many operations could be simplified based on knowledge of the @@ -143,7 +143,7 @@ operations are redundant. Constraints might permit a decrement and branch instruction that checks zeroness to be used when the user has specified to exit if negative.

    -
    +

    Change the type of a variable

    Sometimes a variable is declared as int, it is @@ -153,20 +153,20 @@ better code would result if the variable had type char. If the compiler could detect this case, it could change the declaration of the variable and change all the places that use it.

    -
    +

    Better handling for very sparse switches

    There may be cases where it would be better to compile a switch statement to use a fixed hash table rather than the current combination of jump tables and binary search.

    -
    +

    Order of subexpressions

    It might be possible to make better code by paying attention to the order in which to generate code for subexpressions of an expression.

    -
    +

    Distributive law

    The C expression *(X + 4 * (Y + C)) compiles better on @@ -176,7 +176,7 @@ for which machines, to use each alternative.

    Some work has been done on this, in combine.c.

    -
    +

    Better builtin string functions

    Although GCC implements numerous optimizations of the standard C @@ -250,7 +250,7 @@ internal functions in the expansion of the macro.

    -Os is specified.

    -
    +

    Data prefetch support

    Loads from memory can take many cycles if the loaded data is not in @@ -265,7 +265,7 @@ page describes data prefetch support and optimizations that are in development or already supported by GCC.

    -
    +

    Target specific optimizer deficiencies

    Almost all code transformations implemented in GCC are target diff --git a/htdocs/projects/tree-ssa/index.html b/htdocs/projects/tree-ssa/index.html index 7d3740e4..21f5885e 100644 --- a/htdocs/projects/tree-ssa/index.html +++ b/htdocs/projects/tree-ssa/index.html @@ -26,7 +26,7 @@

  • TODO list (last updated: 2003-12-27)
  • -
    +

    Latest News

    @@ -56,7 +56,7 @@ href="https://gcc.gnu.org/ml/gcc/2004-03/msg00596.html">https://gcc.gnu.org/ml/g April.

    -
    +

    Introduction

    The goal of this project is to build an optimization framework for trees @@ -64,7 +64,7 @@ based on the Static Single Assignment (SSA) form [1]. The implementation currently lives in the tree-ssa-20020619-branch branch.

    -
    +

    Documentation

    A high-level overview of GENERIC/GIMPLE and the SSA implementation may @@ -77,7 +77,7 @@ documentation (doc/gccint.info in GCC's build directory).

    Many further bits of information also can be found in the GCC Wiki.

    -
    +

    Contributing

    Checkout the tree-ssa-20020619-branch branch @@ -100,7 +100,7 @@ Elliston, Andrew Haley, Richard Henderson, Graydon Hoare, Jan Hubicka, Aldy Hernandez, Andreas Jaeger, Jeff Law, Andrew MacLeod, Toon Moene, Jason Merrill, Diego Novillo, Sebastian Pop, Graham Stott and Jeff Sturm.

    -
    +

    Branch stability

    Every patch submitted for review must either fix a PR or adress one @@ -117,7 +117,7 @@ latest merge tag is always added to GCC's version string. A merge may be postponed if there is major breakage in mainline.

    -
    +

    GENERIC and GIMPLE

    While GCC trees contain sufficient information for @@ -182,7 +182,7 @@ functions in c-simplify.c, the C++ front end has its own in cp/cp-simplify.c. Predicates to determine whether a tree is in GIMPLE form are defined in tree-simple.[ch].

    -
    +

    SSA implementation

    Having trees in GIMPLE form enables language-independent analysis @@ -213,7 +213,7 @@ code.

  • Rewrite the tree in SSA form. Implemented in tree-ssa.c.
  • -
    +

    Unparsing C trees

    The file tree-pretty-print.c implements several debugging @@ -221,12 +221,12 @@ functions that given a GENERIC tree node, they print a C representation of the tree. The output is not meant to be compilable, but it is of great help when debugging transformations done by the transformation passes.

    -
    +

    Tree Browser

    For debugging, browsing, discovering, and playing with trees you can use the Tree Browser directly from gdb. -
    +

    Implementation Status

    This is a short list of the work that has already been finished or @@ -277,7 +277,7 @@ framework have the ability to dump an annotated intermediate representation. Support for scanning these tree dumps has been implemented for the existing DejaGNU testing framework.

    -
    +

    TODO list

    This is a loosely organized list of unimplemented features, @@ -358,7 +358,7 @@ different passes are welcome.

    -
    +

    References

    diff --git a/htdocs/projects/tree-ssa/tree-browser.html b/htdocs/projects/tree-ssa/tree-browser.html index 1dd84295..23f46e92 100644 --- a/htdocs/projects/tree-ssa/tree-browser.html +++ b/htdocs/projects/tree-ssa/tree-browser.html @@ -12,7 +12,7 @@


    Tree Browser has been removed from GCC, and this page is no longer up-to-date.

    -
    +

    Tree Browser

    diff --git a/htdocs/projects/x86.html b/htdocs/projects/x86.html index 7c94c062..3ce49e7e 100644 --- a/htdocs/projects/x86.html +++ b/htdocs/projects/x86.html @@ -32,7 +32,7 @@ turn it back on.)

  • More pathetic failures of loop optimization
  • -
    +

    Failure of common subexpression elimination

    (12 Nov 2004, reconfirmed with trunk revision 156706) Common @@ -116,7 +116,7 @@ However, we know that can't happen here, because (reg:QI zero_extend. If it were negative, we would have jumped to .L2.

    -
    +

    Store merging

    (12 Nov 2004, reconfirmed with trunk revision 156706) GCC @@ -193,7 +193,7 @@ a more general function where the values assigned to 'code' and 'mode' were not constant, but the advantage is less obvious here.

    -
    +

    Volatile inhibits too many optimizations

    (12 Nov 2004, reconfirmed with trunk revision 156706) GCC refuses @@ -233,7 +233,7 @@ functions above have identical semantics. On other platforms that have in-memory operations, that may not be the case, and the C standard may take issue with the difference - we aren't sure.

    -
    +

    Unnecessary changes of rounding mode

    (12 Nov 2004, reconfirmed with trunk revision 156706) GCC does not @@ -340,7 +340,7 @@ d2i2: ret -


    +

    Moving floating point through integer registers

    (22 Jan 2000, reconfirmed with trunk revision 156706) GCC knows how @@ -478,7 +478,7 @@ two blocks of four megabytes each, averaged over a hundred runs.

    fcpy3 2.860 72.37 -
    +

    More pathetic failures of loop optimization

    (25 Aug 2001) Consider the following code, which is a trimmed down diff --git a/htdocs/search.html b/htdocs/search.html index 2f006551..83f26fb5 100644 --- a/htdocs/search.html +++ b/htdocs/search.html @@ -9,7 +9,7 @@

    GCC detailed search

    -
    +
    Match:
    -
    +