[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 --- Comment #12 from Martin Liška --- (In reply to Tom de Vries from comment #11) > Created attachment 45040 [details] > Add test-case > > (In reply to Martin Liška from comment #9) > > would it be possible to add a test that will > > check that

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-11-20 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 --- Comment #11 from Tom de Vries --- Created attachment 45040 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=45040&action=edit Add test-case (In reply to Martin Liška from comment #9) > would it be possible to add a test that will > check

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Martin Liška changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Comment #10

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 --- Comment #9 from Martin Liška --- Tom, known as a DejaGNU expert, would it be possible to add a test that will check that following grep is empty: ./xgcc -B. --help=param | grep -v 'as parameters:' | grep '[^\.]$' hot-bb-count-fraction

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Martin Liška changed: What|Removed |Added Status|REOPENED|ASSIGNED CC|

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2018-01-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Richard Biener changed: What|Removed |Added Target Milestone|7.3 |7.4 --- Comment #7 from Richard Biener

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |7.3

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |7.3 --- Comment #7 from Richard Biener

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Richard Biener changed: What|Removed |Added Target Milestone|7.2 |7.3 --- Comment #7 from Richard Biener

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Jakub Jelinek changed: What|Removed |Added Target Milestone|7.0 |7.2 --- Comment #6 from Jakub Jelinek -

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-03-13 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 --- Comment #5 from Roland Illig --- Here is a simple program to check the help strings for consistency: #include #include static void assert_trailing_dot(const char *help) { size_t len = strlen(help); if (len > 0 && help[len-

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-03-13 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 Roland Illig changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-03-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-03-07 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 --- Comment #2 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Mar 7 09:36:44 2017 New Revision: 245948 URL: https://gcc.gnu.org/viewcvs?rev=245948&root=gcc&view=rev Log: PR c/79855: add full stop to store merging param descripti

[Bug c/79855] params.def: missing period in PARAM_MAX_STORES_TO_MERGE

2017-03-06 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79855 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed