There's something wrong with the bugzilla fields for host/build/target
triplet:

            <td align="right"> <b>Build:</b> </td>
            <td>
            <input name="gccbuild" size=-2 value=""> </td>

            <td align="right"> <b>Host:</b> </td>
            <td>
            <input name="gcchost" size=-2 value=""> </td>

Eh, -2? By definition, it is at least 0.

            <td align="right"> <b>Target:</b> </td>
            <td>
            <input name="gcctarget" size=12 value="pentiumpro-*-*"> </td>

The string "pentiumpro-*-*" is 14 characters long. These fields all seem to
be coming up 2 characters short, so the first 2 characters are dropped (in
the browser that I use, at least). Upon seeing "64-unknown-linux-gnu", my
brain has to work that bit harder to figure out that it means
ia16-unknown-linux-gnu rather than powerpc64-unknown-linux-gnu or
x86_64-unknown-linux-gnu. Dropping the first two characters off of
"i686-pc-linux-gnu" means I have to enter that field and scroll to the
beginning to see if it says i386, i486, i586 or i686. It would be nice to
have this fixed.

-- 
Rask Ingemann Lambertsen

Reply via email to