[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2013-07-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 Tobias Burnus changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug fortran/44353] rejects legal fortran

2013-07-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44353 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug c/57896] New: ICE in in expand_expr_real_2

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57896 Bug ID: 57896 Summary: ICE in in expand_expr_real_2 Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c Assignee:

[Bug fortran/57893] Crash for allocatable character string during compilation.

2013-07-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57893 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/57895] New: Segmentation fault in gfc_restore_last_undo_checkpoint

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57895 Bug ID: 57895 Summary: Segmentation fault in gfc_restore_last_undo_checkpoint Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: minor Priority: P3 Compone

[Bug fortran/52669] No warning in unused private variable in modules

2013-07-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52669 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug fortran/54070] Wrong code with allocatable deferred-length (array) function results

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54070 Vittorio Zecca changed: What|Removed |Added CC||zeccav at gmail dot com --- Comment #4 f

[Bug fortran/57894] New: min/max required actual argument missing

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57894 Bug ID: 57894 Summary: min/max required actual argument missing Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: minor Priority: P3 Component: fortran

[Bug fortran/50376] pure procedure allows assignment to iterator variable in array constructor

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50376 --- Comment #2 from Vittorio Zecca --- I believe this has been fixed in gfortran 4.8.1

[Bug fortran/44353] rejects legal fortran

2013-07-14 Thread zeccav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44353 --- Comment #7 from Vittorio Zecca --- I believe this has been fixed with gfortran 4.8.1

[Bug fortran/57893] New: Crash for allocatable character string during compilation.

2013-07-14 Thread jzwolak at vt dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57893 Bug ID: 57893 Summary: Crash for allocatable character string during compilation. Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal Prio

[Bug tree-optimization/57890] gcc 4.8.1 regression: loops become slower

2013-07-14 Thread dushistov at mail dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57890 --- Comment #3 from Evgeniy Dushistov --- By the way, here is a short summary of running result of compilation test_loop on my i7 based notebook (the best results): icc(13.1.3 20130607): 0.228 gcc 4.7 : 0.345 gcc 4.8 : 0.4

[Bug rtl-optimization/57878] Incorrect code: live register clobbered in split2

2013-07-14 Thread wmi at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57878 wmi at google dot com changed: What|Removed |Added CC||wmi at google dot com --- Comment

[Bug c++/57892] g++ internal compiler error: in expand_expr_real_1, at expr.c:9122 while attempting to brace-initialize a dynamically allocated array class member

2013-07-14 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57892 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug c++/57888] using non-type template parameter in constexpr function for non static data member intializer segfaults

2013-07-14 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57888 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug tree-optimization/50417] regression: memcpy with known alignment

2013-07-14 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50417 Oleg Endo changed: What|Removed |Added Target||sh*-*-* arm*-*-* avr*-*-* Status|

[Bug middle-end/55152] MAX_EXPR(a,-a) is really ABS_EXPR(a)

2013-07-14 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55152 --- Comment #4 from Marc Glisse --- Created attachment 30502 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30502&action=edit fold-const.c patch I've had this patch on my hard drive for a while and it will be better here. It needs more work.

[Bug c++/53402] [C++11] non-inline namespace can be wrongly re-opened as inline

2013-07-14 Thread frankhb1989 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53402 frankhb1989 at gmail dot com changed: What|Removed |Added CC||frankhb1989 at gmail dot com

[Bug tree-optimization/14741] graphite with loop blocking and interchanging doesn't optimize a matrix multiplication loop

2013-07-14 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14741 --- Comment #18 from Sebastian Pop --- On my laptop ARM Exynos5 at 1.6GHz I get this: gfortran -ffast-math -O3 t.f90 ./a.out 192.7510.2399826 gfortran -ffast-math -O3 -fgraphite -floop-interchange -floop-block