[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

Martin Liška  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Martin Liška  ---
Fixed on all active branches.

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

--- Comment #6 from Martin Liška  ---
Author: marxin
Date: Thu Jun 22 11:40:00 2017
New Revision: 249548

URL: https://gcc.gnu.org/viewcvs?rev=249548=gcc=rev
Log:
Backport r248489

2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* params.def: Bound partial-inlining-entry-probability param.
2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* g++.dg/ipa/pr80212.C: Remove the test as it does not longer
split at the problematic spot.
* gcc.dg/ipa/pr48195.c: Change 101 to 100 as 101 is no longer
a valid value of the param.

Removed:
branches/gcc-7-branch/gcc/testsuite/g++.dg/ipa/pr80212.C
Modified:
branches/gcc-7-branch/gcc/ChangeLog
branches/gcc-7-branch/gcc/params.def
branches/gcc-7-branch/gcc/testsuite/ChangeLog
branches/gcc-7-branch/gcc/testsuite/gcc.dg/ipa/pr48195.c

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

--- Comment #5 from Martin Liška  ---
Author: marxin
Date: Thu Jun 22 11:30:42 2017
New Revision: 249536

URL: https://gcc.gnu.org/viewcvs?rev=249536=gcc=rev
Log:
Backport r248489

2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* params.def: Bound partial-inlining-entry-probability param.
2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* g++.dg/ipa/pr80212.C: Remove the test as it does not longer
split at the problematic spot.
* gcc.dg/ipa/pr48195.c: Change 101 to 100 as 101 is no longer
a valid value of the param.

Removed:
branches/gcc-5-branch/gcc/testsuite/g++.dg/ipa/pr80212.C
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/params.def
branches/gcc-5-branch/gcc/testsuite/ChangeLog
branches/gcc-5-branch/gcc/testsuite/gcc.dg/ipa/pr48195.c

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-06-22 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

--- Comment #4 from Martin Liška  ---
Author: marxin
Date: Thu Jun 22 11:19:55 2017
New Revision: 249523

URL: https://gcc.gnu.org/viewcvs?rev=249523=gcc=rev
Log:
Backport r248489

2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* params.def: Bound partial-inlining-entry-probability param.
2017-06-22  Martin Liska  

Backport from mainline
2017-05-26  Martin Liska  

PR ipa/80663
* g++.dg/ipa/pr80212.C: Remove the test as it does not longer
split at the problematic spot.
* gcc.dg/ipa/pr48195.c: Change 101 to 100 as 101 is no longer
a valid value of the param.

Removed:
branches/gcc-6-branch/gcc/testsuite/g++.dg/ipa/pr80212.C
Modified:
branches/gcc-6-branch/gcc/ChangeLog
branches/gcc-6-branch/gcc/params.def
branches/gcc-6-branch/gcc/testsuite/ChangeLog
branches/gcc-6-branch/gcc/testsuite/gcc.dg/ipa/pr48195.c

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

Martin Liška  changed:

   What|Removed |Added

  Known to work||8.0
  Known to fail||5.4.0, 6.3.0, 7.1.0

--- Comment #3 from Martin Liška  ---
Fixed on trunk so far.

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-05-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

--- Comment #2 from Martin Liška  ---
Author: marxin
Date: Fri May 26 11:05:52 2017
New Revision: 248489

URL: https://gcc.gnu.org/viewcvs?rev=248489=gcc=rev
Log:
Bound partial-inlining-entry-probability param (PR ipa/80663).

2017-05-26  Martin Liska  

PR ipa/80663
* params.def: Bound partial-inlining-entry-probability param.
2017-05-26  Martin Liska  

PR ipa/80663
* g++.dg/ipa/pr80212.C: Remove the test as it does not longer
split at the problematic spot.
* gcc.dg/ipa/pr48195.c: Change 101 to 100 as 101 is no longer
a valid value of the param.

Removed:
trunk/gcc/testsuite/g++.dg/ipa/pr80212.C
Modified:
trunk/gcc/ChangeLog
trunk/gcc/params.def
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/ipa/pr48195.c

[Bug ipa/80663] signed integer overflow in ipa-split.c

2017-05-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80663

Martin Liška  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-05-09
 CC||marxin at gcc dot gnu.org
   Assignee|unassigned at gcc dot gnu.org  |marxin at gcc dot 
gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Martin Liška  ---
I'll fix that.