[Bug middle-end/60534] New: ICE: in expand_GOMP_SIMD_VF, at internal-fn.c:142 with -fopenmp -O -fno-tree-loop-optimize and #pragma omp simd reduction

2014-03-15 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60534 Bug ID: 60534 Summary: ICE: in expand_GOMP_SIMD_VF, at internal-fn.c:142 with -fopenmp -O -fno-tree-loop-optimize and #pragma omp simd reduction Product: gcc Versi

[Bug other/60535] New: [4.9 Regression] Link failure with -flto and -fsanitize=undefined

2014-03-15 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60535 Bug ID: 60535 Summary: [4.9 Regression] Link failure with -flto and -fsanitize=undefined Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug lto/56706] [4.8 Regression] failure building CP2K at -flto -O2

2014-03-15 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56706 Joost VandeVondele changed: What|Removed |Added Last reconfirmed|2013-10-25 00:00:00 |2014-3-15 --- Comment #14 from Joost

[Bug fortran/60529] [4.9 Regression] [OOP] ICE with allocatable sub-component

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60529 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code S

[Bug rtl-optimization/60533] [4.8/4.9 regression] Error introduced by bb-reorder at -O3

2014-03-15 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/60536] New: Backtrace corrupted on Firefox build with -fsanitize=address and -flto

2014-03-15 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60536 Bug ID: 60536 Summary: Backtrace corrupted on Firefox build with -fsanitize=address and -flto Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/55207] [F08] Variables declared in the main program should implicitly get the SAVE attribute

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55207 --- Comment #14 from janus at gcc dot gnu.org --- Author: janus Date: Sat Mar 15 10:53:04 2014 New Revision: 208590 URL: http://gcc.gnu.org/viewcvs?rev=208590&root=gcc&view=rev Log: 2014-03-15 Janus Weil PR fortran/55207 * decl.c (matc

[Bug fortran/60529] [4.9 Regression] [OOP] ICE with allocatable sub-component

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60529 --- Comment #2 from Dominique d'Humieres --- r206362 (2014-01-06) is OK, r206567 (2014-01-12) gives the ICE. > Probably caused by the finalization implementation? Author: janus Date: Mon Jan 6 23:21:39 2014 New Revision: 206379 URL: http://gcc

[Bug fortran/55887] [OOP][F08] ICE with CLASS and data-target pointer association in (default) initialization

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/45290] [F08] pointer initialization

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290 Bug 45290 depends on bug 55887, which changed state. Bug 55887 Summary: [OOP][F08] ICE with CLASS and data-target pointer association in (default) initialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 What|Removed

[Bug fortran/55207] [F08] Variables declared in the main program should implicitly get the SAVE attribute

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55207 --- Comment #15 from Dominique d'Humieres --- *** Bug 55887 has been marked as a duplicate of this bug. ***

[Bug fortran/51076] [F2008][tracking] Pointer initialization in init expression

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51076 Bug 51076 depends on bug 55887, which changed state. Bug 55887 Summary: [OOP][F08] ICE with CLASS and data-target pointer association in (default) initialization http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55887 What|Removed

[Bug ada/60504] [4.9 regression] many Ada testsuite regressions with gcc-4.9-20140309 on armv5tel-linux-gnueabi

2014-03-15 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504 --- Comment #4 from Mikael Pettersson --- (In reply to Eric Botcazou from comment #3) > > Nothing obvious stands out. I presume that exceptions cannot be caught? > > OK, it's presumably http://gcc.gnu.org/ml/gcc/2013-12/msg00157.html but no > AR

[Bug sanitizer/60536] Backtrace corrupted on Firefox build with -fsanitize=address and -flto

2014-03-15 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60536 --- Comment #1 from Markus Trippelsdorf --- Also happens without -flto.

[Bug c++/60531] template function not resolved when comparing functions

2014-03-15 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60531 --- Comment #1 from Harald van Dijk --- It is rejected as far back as 2.95.x, so almost certainly not a regression.

[Bug fortran/56201] Realloc on assignment: Wrong code when assigning a zero-sized array

2014-03-15 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56201 Tobias Burnus changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/55207] [F08] Variables declared in the main program should implicitly get the SAVE attribute

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55207 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/37336] [F03] Finish derived-type finalization

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 Bug 37336 depends on bug 55207, which changed state. Bug 55207 Summary: [F08] Variables declared in the main program should implicitly get the SAVE attribute http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55207 What|Removed

[Bug middle-end/59176] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed

2014-03-15 Thread dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59176 --- Comment #11 from David Binderman --- (In reply to Jan Hubicka from comment #10) > I will check how to silence the verifier. Over two weeks has elapsed. Is there anything I can help with to expedite this bug fix ? 4.9.0 is due soon.

[Bug tree-optimization/60537] New: Loop optimization code bloat for simple loops

2014-03-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60537 Bug ID: 60537 Summary: Loop optimization code bloat for simple loops Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component:

[Bug middle-end/60429] [4.7/4.8 Regression] Miscompilation (aliasing) with -finline-functions

2014-03-15 Thread linux at carewolf dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60429 --- Comment #25 from Allan Jensen --- Will it be backported to 4.8?

[Bug target/60538] New: [SH] improve support for cmp/str insn

2014-03-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60538 Bug ID: 60538 Summary: [SH] improve support for cmp/str insn Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target

[Bug target/60539] New: [SH] builtin string functions ignore loop and label alignment

2014-03-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60539 Bug ID: 60539 Summary: [SH] builtin string functions ignore loop and label alignment Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 --- Comment #10 from Dominique d'Humieres --- Any reason why the patch in comment 7 has not been applied? I have it in my working tree since a while without any associated problem.

[Bug middle-end/60540] New: Don't convert int to float when comparing int with float constant

2014-03-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60540 Bug ID: 60540 Summary: Don't convert int to float when comparing int with float constant Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 --- Comment #5 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 15:12:01 2014 New Revision: 208591 URL: http://gcc.gnu.org/viewcvs?rev=208591&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle PR libfortran/58324 * io/list_read.

[Bug middle-end/60540] Don't convert int to float when comparing int with float (double) constant

2014-03-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60540 Andrew Pinski changed: What|Removed |Added Summary|Don't convert int to float |Don't convert int to float

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 --- Comment #6 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 15:15:22 2014 New Revision: 208592 URL: http://gcc.gnu.org/viewcvs?rev=208592&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle PR libfortran/58324 * gfortran.dg/l

[Bug middle-end/60540] Don't convert int to float when comparing int with float (double) constant

2014-03-15 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60540 --- Comment #2 from Oleg Endo --- (In reply to Andrew Pinski from comment #1) > Well the C standard requires it, though we could optimize it away since > 32bit integers can be exactly represented in a 64bit IEEE double. Yes, for doubles, absolut

[Bug fortran/45290] [F08] pointer initialization

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290 --- Comment #16 from janus at gcc dot gnu.org --- (In reply to janus from comment #13) > (2) We currently get a slightly inappropriate error message for: > > implicit none > integer, target, save :: t1 > integer, pointer :: p1 => t > end This

[Bug lto/60530] openssh-6.5p1 can't be built with lto - revision 208516

2014-03-15 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60530 --- Comment #3 from David Kredba --- Thank you. So it is Openssh bug? -fpie should come from configure processing, should not?

[Bug middle-end/60540] Don't convert int to float when comparing int with float (double) constant

2014-03-15 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60540 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment #

[Bug target/60541] New: [4.9 Regression] ICE: in final_scan_insn, at final.c:2952: could not split insn with -march=barcelona

2014-03-15 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60541 Bug ID: 60541 Summary: [4.9 Regression] ICE: in final_scan_insn, at final.c:2952: could not split insn with -march=barcelona Product: gcc Version: 4.9.0

[Bug fortran/45290] [F08] pointer initialization

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45290 --- Comment #17 from janus at gcc dot gnu.org --- (In reply to janus from comment #16) > (In reply to janus from comment #13) > > (2) We currently get a slightly inappropriate error message for: > > This can be fixed with the following patch ...

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 --- Comment #11 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #10) > Any reason why the patch in comment 7 has not been applied? It was posted at http://gcc.gnu.org/ml/fortran/2013-08/msg00068.html some time ago,

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 Thomas Koenig changed: What|Removed |Added CC||janus at gcc dot gnu.org Target Milesto

[Bug fortran/60542] New: [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 Bug ID: 60542 Summary: [4.9 Regression] realloc_on_assign_5.f03 aborts Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 --- Comment #2 from janus at gcc dot gnu.org --- (In reply to Thomas Koenig from comment #1) > Janus, do you have any idea? Not without any further info: * What OS/configure line? * What GCC revision? When did it show up? * Can you generate a b

[Bug rtl-optimization/57425] [4.8 Regression] RTL alias analysis unprepared to handle stack slot sharing

2014-03-15 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57425 --- Comment #17 from Mikael Pettersson --- The backport patch has now been submitted: http://gcc.gnu.org/ml/gcc-patches/2014-03/msg00758.html

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread tkoenig at gcc dot gnu.org
ersion 4.9.0 20140315 (experimental) (GCC) ig25@linux-fd1f:~/Krempel/Where> ./a.out Program aborted. Backtrace: #0 0x7F2AC9F1D417 #1 0x7F2AC9F1EB12 #2 0x7F2AC9FEF208 #3 0x400C9E in MAIN__ at realloc_on_assign_5.f03:16 (discriminator 1) Abgebrochen gdb tells me this is at Bre

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-15 Thread nheghathivhistha at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 --- Comment #36 from David Kredba --- I did not: /var/tmp/portage/app-office/calligra-2.8.0/temp/ccv1d4Ui.ltrans1.ltrans.o: In function `operator<': /var/tmp/portage/app-office/calligra-2.8.0/work/calligra-2.8.0/sheets/Condition.h:170: undefined

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread janus at gcc dot gnu.org
ailure with gcc version 4.9.0 20140315 (experimental) [trunk revision 208590] (GCC) > ig25@linux-fd1f:~/Krempel/Where> ./a.out > > Program aborted. Backtrace: > #0 0x7F2AC9F1D417 > #1 0x7F2AC9F1EB12 > #2 0x7F2AC9FEF208 > #3 0x400C9E in MAIN__ at realloc_on_assign_5.f0

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P4 CC|

[Bug target/60525] [4.9 Regression] ICE: in final_scan_insn, at final.c:2952

2014-03-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60525 Jakub Jelinek changed: What|Removed |Added CC||zsojka at seznam dot cz --- Comment #11 f

[Bug target/60541] [4.9 Regression] ICE: in final_scan_insn, at final.c:2952: could not split insn with -march=barcelona

2014-03-15 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60541 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 --- Comment #12 from Dominique d'Humieres --- > TODO: A proper treatment of array arguments seems to be missing for both > SIZEOF > and STORAGE_SIZE. ??? besides if (sizeof(b)/= 24) call abort() if (storage_size(b) /= 64) call abort()

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 --- Comment #7 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 20:31:33 2014 New Revision: 208595 URL: http://gcc.gnu.org/viewcvs?rev=208595&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle Backport from mainline PR libfortra

[Bug libfortran/38199] [4.7/4.8/4.9 Regression] missed optimization: I/O performance

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 --- Comment #43 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 20:31:33 2014 New Revision: 208595 URL: http://gcc.gnu.org/viewcvs?rev=208595&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle Backport from mainline PR libfortr

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 --- Comment #8 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 20:34:58 2014 New Revision: 208596 URL: http://gcc.gnu.org/viewcvs?rev=208596&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle Backport from mainline PR libfortra

[Bug ada/60504] [4.9 regression] many Ada testsuite regressions with gcc-4.9-20140309 on armv5tel-linux-gnueabi

2014-03-15 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60504 --- Comment #5 from Mikael Pettersson --- Sorry, no joy. With Eric's suggested patch I still got: === acats tests === Running chapter a ... FAIL: a87b59a Running chapter c2 ... Running chapter c3 ... FAIL: c380004 Running cha

[Bug c++/58678] [4.9 Regression] pykde4-4.11.2 link error (devirtualization too trigger happy)

2014-03-15 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58678 Jason Merrill changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c++/60391] [c++1y] ICE with auto parameter for operator""

2014-03-15 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60391 Adam Butcher changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |abutcher at gcc dot gnu.org Targ

[Bug c++/60391] [c++1y] ICE with auto parameter for operator""

2014-03-15 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60391 Adam Butcher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60390] [c++1y] ICE with declaring function with auto parameter as friend

2014-03-15 Thread abutcher at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60390 Adam Butcher changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libfortran/38199] [4.7/4.8/4.9 Regression] missed optimization: I/O performance

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 --- Comment #44 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 23:06:44 2014 New Revision: 208599 URL: http://gcc.gnu.org/viewcvs?rev=208599&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle Backport from mainline PR libfortr

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 --- Comment #9 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 15 23:06:44 2014 New Revision: 208599 URL: http://gcc.gnu.org/viewcvs?rev=208599&root=gcc&view=rev Log: 2014-03-15 Jerry DeLisle Backport from mainline PR libfortra

[Bug fortran/58324] Bogus END-of-line error with list-directed I/O of file without trailing sequential record marker

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58324 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/38199] [4.7/4.8/4.9 Regression] missed optimization: I/O performance

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38199 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 --- Comment #5 from Thomas Koenig --- Here's what valgrind has to say: ig25@linux-fd1f:~/Krempel/Where> cat r.f90 ! { dg-do run } ! Test the fix for PR47523 in which concatenations did not work ! correctly with assignments to deferred character l

[Bug rtl-optimization/60533] [4.8/4.9 regression] Error introduced by bb-reorder at -O3

2014-03-15 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 --- Comment #6 from Bill Schmidt --- Ah, thanks, I didn't see that. I will track down where the bogus barrier is being introduced. Thanks for the help!

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #11 from Jerry DeLisle --- Author: jvdelisle Date: Sun Mar 16 00:18:21 2014 New Revision: 208603 URL: http://gcc.gnu.org/viewcvs?rev=208603&root=gcc&view=rev Log: 2014-03-15 Dominique d'Humieres Backport from mainline PR l

[Bug fortran/60542] [4.9 Regression] realloc_on_assign_5.f03 aborts

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60542 --- Comment #6 from Dominique d'Humieres --- > This is not PR 47674 (or so I think). Why do you think so? The valgrind report in comment 5 is the same as the one in pr47674 comment 0. Tobias Burnus wrote: > gfortran.dg/realloc_on_assign_5.f03 s

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 --- Comment #12 from Jerry DeLisle --- Author: jvdelisle Date: Sun Mar 16 00:35:19 2014 New Revision: 208604 URL: http://gcc.gnu.org/viewcvs?rev=208604&root=gcc&view=rev Log: 2014-03-15 Dominique d'Humieres Backport from mainline PR l

[Bug fortran/60128] [4.8/4.9 Regression] Wrong ouput using en edit descriptor

2014-03-15 Thread jvdelisle at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60128 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libfortran/59727] [4.7/4.8/4.9 Regression] reading from character string returns end of file

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59727 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/60526] [4.7/4.8/4.9 Regression] Accepts-invalid: Variable name same as type name

2014-03-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60526 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/60533] [4.8/4.9 regression] Error introduced by cunrolli pass at -O3

2014-03-15 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 --- Comment #7 from Bill Schmidt --- The problem is actually introduced much earlier, during the cunrolli (complete unroll inner) pass. I'm attaching dumps from 055t.copyrename2 and 056t.cunrolli to show what happens. Prior to unrolling, we have

[Bug tree-optimization/60533] [4.8/4.9 regression] Error introduced by cunrolli pass at -O3

2014-03-15 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 --- Comment #9 from Bill Schmidt --- Created attachment 32362 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32362&action=edit Dump after complete unrolling

[Bug tree-optimization/60533] [4.8/4.9 regression] Error introduced by cunrolli pass at -O3

2014-03-15 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 --- Comment #8 from Bill Schmidt --- Created attachment 32361 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32361&action=edit Dump before complete unrolling

Re: [Bug tree-optimization/60533] [4.8/4.9 regression] Error introduced by cunrolli pass at -O3

2014-03-15 Thread pinskia
> On Mar 15, 2014, at 7:59 PM, "wschmidt at gcc dot gnu.org" > wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 > > --- Comment #7 from Bill Schmidt --- > The problem is actually introduced much earlier, during the cunrolli (complete > unroll inner) pass. I'm attaching dumps fro

[Bug tree-optimization/60533] [4.8/4.9 regression] Error introduced by cunrolli pass at -O3

2014-03-15 Thread pinskia at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 --- Comment #10 from pinskia at gmail dot com --- > On Mar 15, 2014, at 7:59 PM, "wschmidt at gcc dot gnu.org" > wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60533 > > --- Comment #7 from Bill Schmidt --- > The problem is actually i