This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug web/64968] Upgrade GCC Bugzilla to 5.0


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

--- Comment #49 from FrÃdÃric Buclin <LpSolit at netscape dot net> ---
(In reply to Markus Trippelsdorf from comment #47)
> Another cosmetic issue that I've noticed is that an extra newline is added
> after every quoted comment. 

This problem has been reported upstream, see
https://bugzilla.mozilla.org/show_bug.cgi?id=1208732



(In reply to Markus Trippelsdorf from comment #48)
> Another issue. Searching all issues for "-fno-ipa-icf" returns "Zarro Boogs
> found.".

The Simple Search page uses the MySQL fulltext search feature. Words much match
some criteria to be found and returned, see
https://dev.mysql.com/doc/refman/5.5/en/fulltext-boolean.html. If you want to
avoid these limitations, use one of the following two solutions:

1) Use the Advanced Search page:

https://gcc.gnu.org/bugzilla/query.cgi?longdesc=-fno-ipa-icf&longdesc_type=substring&query_format=advanced&resolution=DUPLICATE


2) Type: DUPL comment:"-fno-ipa-icf" in the QuickSearch box at the top/bottom
of pages.

Note that I added DUPL (duplicate bugs only) in the query to limit the number
of bugs returned. Without it, it seems that MySQL is too slow to return data
before Apache times out.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]