[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-07-21 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #11 from Thomas Koenig --- A big part is fixed now. Do people think that the case of comment#8 is worth fixing?

[Bug fortran/57160] short-circuit IF only with -ffrontend-optimize

2013-07-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57160 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/56666] Suppression flag for " DO loop at (1) will be executed zero times"

2013-07-21 Thread tkoenig at gcc dot gnu.org
||2013-07-21 CC||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- Confirmed.

[Bug fortran/56667] Syntax error causes misleading message: "Expected PARAMETER symbol in complex constant"

2013-07-21 Thread tkoenig at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2013-07-21 CC||tkoenig at gcc dot gnu.org Ever confirmed|0 |1 Severity|normal |enhancement --- Comment #1 from Thomas

[Bug fortran/53309] Unnecessary temporary array creation in subroutine call

2013-07-24 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53309 --- Comment #1 from Thomas Koenig --- The runtime test is done by _gfortran_internal_pack. -Warray-temporaries creates the warning if this is called. If you want to know if a temporary has actually been created, use -fcheck-array-temporaries. D

[Bug fortran/31016] Use __buildin_memcpy and __memcpy for array assignment

2013-07-27 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #6 from Thomas Koenig --- Working on it a little bit.

[Bug fortran/58009] New: Elements with same value in vector subscript in variable definition context

2013-07-28 Thread tkoenig at gcc dot gnu.org
: enhancement Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org The following is illegal: program main real, dimension(4) :: a,b read (*,*) a b([1,2,3,2]) = a print *,b end See F 2008, 6.5.3.3.2

[Bug fortran/58009] Elements with same value in vector subscript in variable definition context

2013-07-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58009 Thomas Koenig changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Thomas Koe

[Bug fortran/58009] Elements with same value in vector subscript in variable definition context

2013-07-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58009 --- Comment #3 from Thomas Koenig --- I also want to catch a([i,j,i]) = ... for which I cannot think of an algorithm which is O(n), so I guess it will have to be O(n**2).

[Bug fortran/58009] Elements with same value in vector subscript in variable definition context

2013-07-28 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #5 from Thomas Koenig --- I have a patch.

[Bug fortran/58009] Elements with same value in vector subscript in variable definition context

2013-07-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58009 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/56666] Suppression flag for " DO loop at (1) will be executed zero times"

2013-08-03 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org

[Bug fortran/58027] "Arithmetic overflow converting ..." in PARAMETER triggers an ICE

2013-08-03 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58027 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/27766] [meta] -fbounds-check related bugs

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27766 Bug 27766 depends on bug 39286, which changed state. Bug 39286 Summary: Missing out-of-bounds diagnostic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39286 What|Removed |Added

[Bug fortran/39286] Missing out-of-bounds diagnostic

2013-08-09 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #4 from Thomas Koenig --- Closing as dup. *** This bug has been marked as a duplicate of bug 36683 ***

[Bug fortran/36683] -fbounds-check failure for allocated array and spread

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36683 Thomas Koenig changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug fortran/36854] [meta] fortran front-end optimization

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 36928, which changed state. Bug 36928 Summary: array temporary for interleaving assignment with non-constant start values http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36928 What|Removed

[Bug fortran/36928] array temporary for interleaving assignment with non-constant start values

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36928 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/38111] unneeded temporary

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38111 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/36854] [meta] fortran front-end optimization

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36854 Bug 36854 depends on bug 39280, which changed state. Bug 39280 Summary: Optimizing integer power http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39280 What|Removed |Added

[Bug fortran/39280] Optimizing integer power

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39280 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/56937] Unnecessarily temporary with array-vector assignments

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56937 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc

[Bug libfortran/30162] Document when sequential I/O with named pipes works

2013-08-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 Thomas Koenig changed: What|Removed |Added Keywords||documentation Target Milestone|4.7.4

[Bug fortran/56666] Suppression flag for " DO loop at (1) will be executed zero times"

2013-08-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/56666] Suppression flag for " DO loop at (1) will be executed zero times"

2013-08-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5 --- Comment #3 from Thomas Koenig --- Files modified in the GCC repository. Log entry: 2013-08-12 Thomas Koenig * gcc-4.9/changes.html: Document -Wzerotrip.

[Bug fortran/58146] New: Array slice bounds checking

2013-08-12 Thread tkoenig at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org The following doesn't trigger an error at compile time, neither does it do so with -fcheck=all at runtime: ig25@linux-fd1f:/tmp> cat diff.f90 program main implicit none integer :: n real, dimension(

[Bug fortran/58146] Array slice bounds checking

2013-08-12 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig changed: What|Removed |Added Keywords||diagnostic Severity|normal

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread tkoenig at gcc dot gnu.org
at gcc dot gnu.org |tkoenig at gcc dot gnu.org --- Comment #2 from Thomas Koenig --- Created attachment 30647 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30647&action=edit Proposed patch This should work for a compile-time check, where this is possible.

[Bug fortran/58146] Array slice bounds checking

2013-08-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #3 from Thomas Koenig --- Actually, the patch doesn't work (yet). Working on it.

[Bug fortran/58146] Array slice bounds checking

2013-08-14 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 --- Comment #6 from Thomas Koenig --- (In reply to Mikael Morin from comment #5) > Technically a(n+1:n+4) is within the bounds, the out of bounds comes from > the loop with a 5-sized array. The array expressions are not conformable, so it is a b

[Bug fortran/58100] Spurious "DO loop at (1) will be executed zero times" warning

2013-08-17 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58100 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/58177] Incorrect warning message about unused PRIVATE module variable

2013-08-18 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58177 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/58027] "Arithmetic overflow converting ..." in PARAMETER triggers an ICE

2013-08-18 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58027 --- Comment #2 from Thomas Koenig --- It might actually be better to move calling arith_error to resolution stage.

[Bug fortran/58100] Spurious "DO loop at (1) will be executed zero times" warning

2013-08-19 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58100 --- Comment #4 from Thomas Koenig --- In principle, we could also introduce a !GCC$ NOWARN directive, which could suppress all warnings on the following statement. I'm not volunteering, though :-)

[Bug fortran/57798] [4.8/4.9 Regression] Incorrect handling of sum over first dimension of a product of automatic arrays

2013-08-19 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57798 Thomas Koenig changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #2

[Bug fortran/58146] Array slice bounds checking

2013-08-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58146 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW Assignee|tkoenig at gcc

[Bug fortran/58100] Spurious "DO loop at (1) will be executed zero times" warning

2013-08-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58100 Thomas Koenig changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/52243] Avoid reallocation for: array1 = array1 / scalar for performance

2013-08-28 Thread tkoenig at gcc dot gnu.org
||2013-08-28 Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Thomas Koenig --- I have a patch.

[Bug fortran/52243] Avoid reallocation for: array1 = array1 / scalar for performance

2013-08-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52243 --- Comment #2 from Thomas Koenig --- Author: tkoenig Date: Thu Aug 29 11:44:41 2013 New Revision: 202070 URL: http://gcc.gnu.org/viewcvs?rev=202070&root=gcc&view=rev Log: 2013-08-29 Thomas Koenig PR fortran/52243 * trans-expr.c (is_r

[Bug fortran/52243] Avoid reallocation for: array1 = array1 / scalar for performance

2013-08-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52243 --- Comment #3 from Thomas Koenig --- Fixed on trunk, closing.

[Bug fortran/52243] Avoid reallocation for: array1 = array1 / scalar for performance

2013-08-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52243 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/56519] DO CONCURRENT: wrongly accepts calls to impure intrinsics

2013-08-29 Thread tkoenig at gcc dot gnu.org
||2013-08-29 Assignee|unassigned at gcc dot gnu.org |tkoenig at gcc dot gnu.org Ever confirmed|0 |1

[Bug fortran/35339] Improve translation of implied do loop in transfer

2013-08-31 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35339 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/56519] DO CONCURRENT: wrongly accepts calls to impure intrinsics

2013-09-02 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56519 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/33906] -fshape-check

2013-09-03 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33906 Thomas Koenig changed: What|Removed |Added CC||zeccav at gmail dot com --- Comment #1 fr

[Bug fortran/50548] gfortran -fcheck=all run time would be nice to detect different shapes

2013-09-03 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #2 from Thomas Koenig --- Dup of 33906. *** This bug has been marked as a duplicate of bug 33906 ***

[Bug fortran/50130] [4.6/4.7 Regression] ICE with invalid array slice

2011-08-21 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org | --- Comment #4 from Thomas Koenig 2011-08-21 11:37:45 UTC --- This one should be easy enough.

[Bug fortran/50130] [4.6/4.7 Regression] ICE with invalid array slice

2011-08-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50130 --- Comment #5 from Thomas Koenig 2011-08-21 12:02:16 UTC --- Author: tkoenig Date: Sun Aug 21 12:02:12 2011 New Revision: 177940 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177940 Log: 2011-08-21 Thomas Koenig PR fortran/50130

[Bug fortran/47659] -Wconversion[-extra] should emit warning for constant expressions

2011-08-21 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47659 --- Comment #6 from Thomas Koenig 2011-08-21 16:35:31 UTC --- Author: tkoenig Date: Sun Aug 21 16:35:28 2011 New Revision: 177942 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177942 Log: 2011-08-21 Thomas Koenig PR fortran/47659

[Bug fortran/50130] [4.6/4.7 Regression] ICE with invalid array slice

2011-08-22 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50130 --- Comment #6 from Thomas Koenig 2011-08-22 15:12:09 UTC --- Author: tkoenig Date: Mon Aug 22 15:12:04 2011 New Revision: 177961 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177961 Log: 2011-08-22 Thomas Koenig Backport from tr

[Bug fortran/50130] [4.6/4.7 Regression] ICE with invalid array slice

2011-08-22 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50130 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/49328] [4.5 Regression] Internal compiler error due to explicit array bounds in contained routine argument

2011-08-22 Thread tkoenig at gcc dot gnu.org
||2011-08-22 CC||tkoenig at gcc dot gnu.org Target Milestone|--- |4.5.4 Summary|Internal compiler error due |[4.5 Regression] Internal |to explicit array bounds in |compiler error due to

[Bug libfortran/50192] New: Wrong character comparision with wide strings

2011-08-25 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 Bug #: 50192 Summary: Wrong character comparision with wide strings Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug fortran/36313] [F2003] {MIN,MAX}{LOC,VAL} should accept character arguments

2011-08-25 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36313 Thomas Koenig changed: What|Removed |Added AssignedTo|unassigned at gcc dot |tkoenig at gcc dot gnu.org

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-08-26 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org | --- Comment #2 from Thomas Koenig 2011-08-26 11:28:17 UTC --- Should be straightforward to fix.

[Bug c++/40866] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:504

2011-08-28 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40866 --- Comment #11 from Thomas Koenig 2011-08-28 10:08:54 UTC --- Author: tkoenig Date: Sun Aug 28 10:08:50 2011 New Revision: 178140 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178140 Log: 2011-08-28 Thomas Koenig PR fortran/4086

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-08-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 --- Comment #3 from Thomas Koenig 2011-08-29 09:05:18 UTC --- Author: tkoenig Date: Mon Aug 29 09:05:11 2011 New Revision: 178173 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178173 Log: 2011-08-29 Thomas Koenig PR libfortran/50

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-08-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 --- Comment #4 from Thomas Koenig 2011-08-29 14:12:01 UTC --- Author: tkoenig Date: Mon Aug 29 14:11:54 2011 New Revision: 178238 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178238 Log: 2011-08-29 Thomas Koenig Backport from tr

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-08-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 --- Comment #5 from Thomas Koenig 2011-08-30 21:36:53 UTC --- Author: tkoenig Date: Tue Aug 30 21:36:48 2011 New Revision: 178341 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178341 Log: 2011-08-30 Thomas Koenig Backport from tr

[Bug libfortran/50192] Wrong character comparision with wide strings

2011-09-01 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50192 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50267] [4.4] ICE in lhd_set_decl_assembler_name

2011-09-02 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50267 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-08 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-09 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org |

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 --- Comment #3 from Thomas Koenig 2011-09-09 21:59:51 UTC --- Created attachment 25236 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25236 Tentative patch This one replaces a DO WHILE loop with its equivalent, DO IF (.not. ...) EXIT form

[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays

2011-09-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49479 --- Comment #10 from Thomas Koenig 2011-09-10 14:07:01 UTC --- Author: tkoenig Date: Sat Sep 10 14:06:57 2011 New Revision: 178748 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178748 Log: 2011-09-10 Thomas Koenig PR fortran/4947

[Bug fortran/49479] [4.6/4.7 Regression] reshape / optionals / zero sized arrays

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49479 --- Comment #11 from Thomas Koenig 2011-09-11 09:16:08 UTC --- Author: tkoenig Date: Sun Sep 11 09:16:03 2011 New Revision: 178757 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178757 Log: 2011-09-11 Thomas Koenig Backport fron t

[Bug fortran/44352] ICE in string_to_single_character

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44352 Thomas Koenig changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-09-11 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution||DUPLICATE --- Comment #3 from Thomas Koenig 2011-09-11 12:06:48 UTC --- Closing as duplicate as suggested. *** This bug has been marked as a duplicate of bug 41209 ***

[Bug fortran/41209] Add full ATTRIBUTE support to gfortran (ALIGN, (WEAK)ALIAS, ...)

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41209 --- Comment #8 from Thomas Koenig 2011-09-11 12:06:48 UTC --- *** Bug 49501 has been marked as a duplicate of this bug. ***

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 --- Comment #4 from Thomas Koenig 2011-09-11 20:48:29 UTC --- Author: tkoenig Date: Sun Sep 11 20:48:26 2011 New Revision: 178768 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178768 Log: 2011-09-11 Thomas Koenig PR fortran/50327

[Bug fortran/50327] [4.7 Regression] Front-end optimization generates wrong code for BLAS's srotmg

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50327 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50564] [4.7 Regression] Front-end optimization - ICE with FORALL

2011-09-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50564 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/50564] [4.7 Regression] Front-end optimization - ICE with FORALL

2011-10-08 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org |

[Bug fortran/50564] [4.7 Regression] Front-end optimization - ICE with FORALL

2011-10-08 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50564 --- Comment #4 from Thomas Koenig 2011-10-08 21:41:11 UTC --- FORALL sucks rocks through a straw. We cannot use the usual front-end optimization within forall, because forall(iTime=1:2) tmp = dble(iTime) timeSteps(iTime)=ratio**(tmp

[Bug fortran/50627] Error recovery: ICE in gfc_free_namespace after diagnosing missing end of construct

2011-10-09 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50627 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org

[Bug fortran/50688] New: OpenMP: Strange interaction with BLOCK

2011-10-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50688 Bug #: 50688 Summary: OpenMP: Strange interaction with BLOCK Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: rejects-valid Seve

[Bug fortran/50564] [4.7 Regression] Front-end optimization - ICE with FORALL

2011-10-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50564 --- Comment #10 from Thomas Koenig 2011-10-10 19:07:38 UTC --- Author: tkoenig Date: Mon Oct 10 19:07:35 2011 New Revision: 179770 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179770 Log: 2011-10-10 Thomas Koenig PR fortran/5056

[Bug fortran/50690] New: ICE with front end optimization and OMP workshare

2011-10-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Bug #: 50690 Summary: ICE with front end optimization and OMP workshare Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/50564] [4.7 Regression] Front-end optimization - ICE with FORALL

2011-10-10 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50564 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig changed: What|Removed |Added AssignedTo|unassigned at gcc dot |tkoenig at gcc dot gnu.org

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig changed: What|Removed |Added Attachment #25468|0 |1 is obsolete|

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-16 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|NEW AssignedTo|tkoenig at gcc

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-20 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org |

[Bug fortran/50690] [4.7 Regression] ICE with front end optimization and OMP workshare

2011-10-22 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50690 --- Comment #7 from Thomas Koenig 2011-10-22 08:10:45 UTC --- Updated patch: http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02003.html

[Bug middle-end/50640] [4.7 Regression] FAIL: gfortran.dg/select_type_12.f03 -O (internal compiler error)

2011-11-06 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50640 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/53148] [4.7/4.8 Regression] Incorrect intrinsic function parsing on labeled statements when compiled w/ -ffrontend-optimize

2012-04-29 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org | --- Comment #2 from Thomas Koenig 2012-04-29 07:03:25 UTC --- I have a patch.

[Bug fortran/53148] [4.7/4.8 Regression] Incorrect intrinsic function parsing on labeled statements when compiled w/ -ffrontend-optimize

2012-04-29 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53148 --- Comment #3 from Thomas Koenig 2012-04-29 07:12:10 UTC --- Author: tkoenig Date: Sun Apr 29 07:12:03 2012 New Revision: 186942 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186942 Log: 2012-04-29 Thomas Koenig PR fortran/53148

[Bug fortran/53148] [4.7 Regression] Incorrect intrinsic function parsing on labeled statements when compiled w/ -ffrontend-optimize

2012-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53148 --- Comment #4 from Thomas Koenig 2012-04-30 19:31:24 UTC --- Author: tkoenig Date: Mon Apr 30 19:31:13 2012 New Revision: 186999 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186999 Log: 2012-04-30 Thomas Koenig PR fortran/53148

[Bug fortran/53148] [4.7 Regression] Incorrect intrinsic function parsing on labeled statements when compiled w/ -ffrontend-optimize

2012-04-30 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53148 Thomas Koenig changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/51267] loop optimization error using LOC function

2012-05-01 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution||INVALID --- Comment #10 from Thomas Koenig 2012-05-01 09:45:54 UTC --- (In reply to comment #9) > Is there any progress with this? The issue persists with gcc 4.7.0 final and > the workaround wit

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #5 from Thomas Koenig 2012-05-11 13:56:16 UTC --- Author: tkoenig Date: Fri May 11 13:56:06 2012 New Revision: 187406 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187406 Log: 2012-05-11 Thomas Koenig PR fortran/52537

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #6 from Thomas Koenig 2012-05-11 18:50:27 UTC --- Author: tkoenig Date: Fri May 11 18:50:14 2012 New Revision: 187413 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187413 Log: 2012-05-11 Thomas Koenig PR fortran/52537

[Bug libfortran/52537] slow trim function

2012-05-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52537 --- Comment #7 from Thomas Koenig 2012-05-11 19:16:08 UTC --- Does this fix the problem?

[Bug fortran/53029] missed optimization in internal read (without implied-do-loop)

2012-05-11 Thread tkoenig at gcc dot gnu.org
||tkoenig at gcc dot gnu.org Resolution||FIXED --- Comment #1 from Thomas Koenig 2012-05-11 20:38:53 UTC --- Fixed together with PR 50673. Closing.

[Bug bootstrap/53343] [4.8 regression] options.c:9944:1: error: no previous prototype for 'common_handle_option_auto' breaks bootstrap

2012-05-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53343 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug c/53502] New: [4.8 Regression] Bootstrap broken with --disable-build-poststage1-with-cxx

2012-05-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53502 Bug #: 53502 Summary: [4.8 Regression] Bootstrap broken with --disable-build-poststage1-with-cxx Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCO

[Bug c/53502] [4.8 Regression] Bootstrap broken with --disable-build-poststage1-with-cxx

2012-05-27 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53502 Thomas Koenig changed: What|Removed |Added Keywords||rejects-valid Known to work|

[Bug fortran/52861] (missed optimisation) missed transformation to memset with -O3

2012-06-06 Thread tkoenig at gcc dot gnu.org
at gcc dot |tkoenig at gcc dot gnu.org |gnu.org | --- Comment #3 from Thomas Koenig 2012-06-06 18:08:10 UTC --- This should be rather simple. Not-yet-regression-tested patch: Index: frontend-passes.c

[Bug fortran/52861] (missed optimisation) missed transformation to memset with -O3

2012-06-07 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52861 --- Comment #4 from Thomas Koenig 2012-06-07 11:12:02 UTC --- Author: tkoenig Date: Thu Jun 7 11:11:55 2012 New Revision: 188300 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188300 Log: 2012-06-07 Thomas König PR fortran/52861

<    2   3   4   5   6   7   8   9   10   11   >