[Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file

2014-04-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60810 --- Comment #12 from Jerry DeLisle --- Author: jvdelisle Date: Sun Apr 13 02:05:02 2014 New Revision: 209345 URL: http://gcc.gnu.org/viewcvs?rev=209345&root=gcc&view=rev Log: 2014-04-12 Jerry DeLisle Backport from mainline PR libfortr

[Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file

2014-04-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60810 --- Comment #11 from Jerry DeLisle --- Author: jvdelisle Date: Sat Apr 12 22:52:10 2014 New Revision: 209340 URL: http://gcc.gnu.org/viewcvs?rev=209340&root=gcc&view=rev Log: 2014-04-12 Jerry DeLisle Backport from mainline PR libfortr

[Bug target/60821] gcc 4.8 on MacOS fails depending on -arch order

2014-04-12 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60821 Iain Sandoe changed: What|Removed |Added Target||*-darwin* Priority|P3

[Bug sanitizer/59758] [4.9/4.10 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-04-12 Thread aaro.koskinen at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 Aaro Koskinen changed: What|Removed |Added CC||aaro.koskinen at iki dot fi --- Comment #

[Bug c++/60755] lambda capturing `this` doesn't honor const qualifier of the enclosing member function

2014-04-12 Thread momchil.velikov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60755 Momchil Velikov changed: What|Removed |Added CC||momchil.velikov at gmail dot com --- C

[Bug c++/60463] Lambda function can call a non-const member function with const this

2014-04-12 Thread momchil.velikov at gmail dot com
--- Comment #1 from Momchil Velikov --- Just stumbled upon essentially the same problem with c++ (GCC) 4.10.0 20140412 (experimental) [master revision 094da06:e25c6c8:855372a3d3c40b76fed8ff368d37b77d14a488eb] #include struct S { void foo() const; void bar(); int x = 0; }; void S::foo() const

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-12 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #14 from Jakub Jelinek --- Please don't forget to backport the Cilk+ bugfixes to 4.9 branch after 4.9.0 is released, as long as they are small and non-risky.

[Bug target/60822] Index register overwritten on m68k/coldfire

2014-04-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60822 --- Comment #3 from Mikael Pettersson --- Started with r140275: 2008-09-11 Andreas Schwab * config/m68k/m68k.h (IRA_COVER_CLASSES): Define. which seems to enable IRA for M68K. The code generation difference for the C test case at thi

[Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file

2014-04-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60810 --- Comment #10 from Jerry DeLisle --- Author: jvdelisle Date: Sat Apr 12 18:50:53 2014 New Revision: 209339 URL: http://gcc.gnu.org/viewcvs?rev=209339&root=gcc&view=rev Log: 2014-04-12 Jerry DeLisle PR libfortran/60810 gfortran.dg/ar

[Bug fortran/60810] [4.7/4.8/4.9/4.10 Regression] list directed io from array results in end of file

2014-04-12 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60810 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Sat Apr 12 18:42:15 2014 New Revision: 209338 URL: http://gcc.gnu.org/viewcvs?rev=209338&root=gcc&view=rev Log: 2014-04-12 Jerry DeLisle PR libfortran/60810 io/unit.c (is_t

[Bug middle-end/60467] ICE with -fcilkplus

2014-04-12 Thread kyukhin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60467 --- Comment #3 from Kirill Yukhin --- Author: kyukhin Date: Sat Apr 12 17:59:29 2014 New Revision: 209337 URL: http://gcc.gnu.org/viewcvs?rev=209337&root=gcc&view=rev Log: gcc/c-family/ PR middle-end/60467 * cilk.c (cilk_set_spawn_marker)

[Bug middle-end/60469] simple cilk plus program ICEs

2014-04-12 Thread kyukhin at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60469 --- Comment #13 from Kirill Yukhin --- Author: kyukhin Date: Sat Apr 12 17:57:15 2014 New Revision: 209336 URL: http://gcc.gnu.org/viewcvs?rev=209336&root=gcc&view=rev Log: gcc/c/ PR middle-end/60469 * c-array-notation.c (fix_builtin_arra

[Bug target/60822] Index register overwritten on m68k/coldfire

2014-04-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60822 --- Comment #2 from Mikael Pettersson --- All versions from current 4.10/trunk down to and including 4.4.7 have the bug, but 4.3.6 does not. The code from 4.3.6 is similar to the one from 4.4.7, but due to a subtle ordering difference 4.3.6 works

[Bug target/60822] Index register overwritten on m68k/coldfire

2014-04-12 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60822 Mikael Pettersson changed: What|Removed |Added CC||mikpelinux at gmail dot com --- Comme

[Bug other/60828] Compile time speedups when using tcmalloc

2014-04-12 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60828 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/50459] alignof doesn't work on plain old constant, works with expressions containing it

2014-04-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50459 Marc Glisse changed: What|Removed |Added Keywords||rejects-valid Status|UNCONFIRME

[Bug c/60819] dse1 removing not-dead insn (aliasing issue?)

2014-04-12 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60819 --- Comment #13 from rguenther at suse dot de --- On April 12, 2014 10:30:31 AM CEST, "glisse at gcc dot gnu.org" wrote: >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60819 > >--- Comment #12 from Marc Glisse --- >Created attachment 32586 > -->

[Bug target/60821] gcc 4.8 on MacOS fails depending on -arch order

2014-04-12 Thread a.h.jaffe at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60821 --- Comment #4 from a.h.jaffe at gmail dot com --- (In reply to Marek Polacek from comment #3) > Whoops, sorry. I better let Darwin folks look at it. Ah, but in fact *I* misunderstood. There's a difference between the FSF and Apple versions: "F

[Bug c/60819] dse1 removing not-dead insn (aliasing issue?)

2014-04-12 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60819 --- Comment #12 from Marc Glisse --- Created attachment 32586 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32586&action=edit Richard's small patch I regtested it (patch from comment #9 plus a testcase) on x86_64-linux-gnu and it passed. I