[Bug fortran/87689] Memory corruption on Power 8

2019-02-11 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #10 from Alan Modra --- Replying to comment #4, yes, the function decl is wrong. It should have the full parameter list, or have none (ie. tree.c:prototype_p return false). The powerpc ELFv2 ABI works fine with non-prototyped funct

[Bug fortran/87689] Memory corruption on Power 8

2019-02-11 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #9 from

[Bug fortran/87689] Memory corruption on Power 8

2019-01-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Thomas Koenig changed: What|Removed |Added Depends on||40976 --- Comment #8 from Thomas Koenig

[Bug fortran/87689] Memory corruption on Power 8

2018-10-24 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #7 from Segher Boessenkool --- -O0 is the default.

[Bug fortran/87689] Memory corruption on Power 8

2018-10-24 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #6 from Thomas Koenig --- (In reply to Segher Boessenkool from comment #5) > No, doesn't ring bells. But I have some more input: > > I couldn't get it to fail on powerpc64-linux. > It fails on powerpc64le-linux only if the second fi

[Bug fortran/87689] Memory corruption on Power 8

2018-10-23 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #5 from Segher Boessenkool --- No, doesn't ring bells. But I have some more input: I couldn't get it to fail on powerpc64-linux. It fails on powerpc64le-linux only if the second file is compiled with -O0. As output I get just $ ./

[Bug fortran/87689] Memory corruption on Power 8

2018-10-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Thomas Koenig changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comment #4

[Bug fortran/87689] Memory corruption on Power 8

2018-10-23 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Thomas Koenig changed: What|Removed |Added Status|WAITING |NEW --- Comment #3 from Thomas Koenig -

[Bug fortran/87689] Memory corruption on Power 8

2018-10-22 Thread judicael.grasset at stfc dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 --- Comment #2 from Judicaƫl Grasset --- I have tried with gfortran 8.2.0 I have compiled with: gfortran -g main.f doesntwork_p8.f -Wall -Wextra -o exe When running I get: 1 2 3 4 5 0

[Bug fortran/87689] Memory corruption on Power 8

2018-10-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87689 Richard Biener changed: What|Removed |Added Target||powerpc64le Status|UNCONFIR