[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-05-05 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #57 from Marek Polacek --- Author: mpolacek Date: Fri May 5 15:38:04 2017 New Revision: 247639 URL: https://gcc.gnu.org/viewcvs?rev=247639=gcc=rev Log: PR target/77728 * config/arm/arm.c: Include gimple.h.

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #56 from Jakub Jelinek --- Author: jakub Date: Thu Apr 27 07:14:24 2017 New Revision: 247293 URL: https://gcc.gnu.org/viewcvs?rev=247293=gcc=rev Log: PR target/77728 * config/aarch64/aarch64.c (struct

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #55 from Jakub Jelinek --- Author: jakub Date: Thu Apr 27 07:13:10 2017 New Revision: 247292 URL: https://gcc.gnu.org/viewcvs?rev=247292=gcc=rev Log: PR target/77728 * config/aarch64/aarch64.c (struct

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #54 from Jakub Jelinek --- The notices are only for ABI of actually compiled code, so it depends on optimizations, if functions are inlined or optimized away, we don't report anything, so at -O0 when fewer functions are inlined and

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-26 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 Richard Earnshaw changed: What|Removed |Added CC||biblbroks at hotmail dot com ---

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-26 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 Richard Earnshaw changed: What|Removed |Added CC||klug.stefan at gmx dot de ---

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-26 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #51 from Richard Earnshaw --- (In reply to Jonathan Wakely from comment #50) > (In reply to ktkachov from comment #3) > > Started with r225465. > > Something to do with alignment. > > I wonder if it's related to PR69841 ? > > Seems

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-25 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #50 from Jonathan Wakely --- (In reply to ktkachov from comment #3) > Started with r225465. > Something to do with alignment. > I wonder if it's related to PR69841 ? Seems to be the same. Maybe PR 80149 too?

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-25 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #49 from rguenther at suse dot de --- On April 25, 2017 5:20:29 PM GMT+02:00, "jakub at gcc dot gnu.org" wrote: >https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 > >--- Comment #39 from Jakub Jelinek ---

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-25 Thread yyc1992 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 --- Comment #48 from Yichao Yu --- Thanks for fixing this. I didn't follow all the comments since I'm not familiar with the C++ ABI so just to make sure I understand what's happening is it that the bug is caused by a inconsistency in C++ ABI for

[Bug target/77728] [5/6 Regression] Miscompilation multiple vector iteration on ARM

2017-04-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77728 Jakub Jelinek changed: What|Removed |Added Summary|[5/6/7/8 Regression]|[5/6 Regression]