[Bug middle-end/43340] miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
--- Comment #8 from jv244 at cam dot ac dot uk 2010-03-12 12:35 --- looks like this rather is a bug in CP2K. fi_mat and fj_mat can alias... So, I'll close this bug, but it is worthwhile to note that -fno-strict-aliasing did not 'fix' this problem. -- jv244 at ca

[Bug middle-end/43340] miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2010-03-12 12:01 --- > ? You can also try -fno-ipa-cp and/or -fno-strict-overflow -O2 -fno-inline -fno-tree-vrp -fno-tree-pre -fno-strict-aliasing -fno-ipa-cp BUG -O2 -fno-inline -fno-tree-vrp -fno-tree-pre -fno-strict-aliasing -fno-

[Bug middle-end/43340] miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2010-03-12 11:41 --- (In reply to comment #4) > Candidates to try for -O1 vs. -O2 are -f[no-]tree-vrp, -f[no-]tree-pre, > -f[no-]strict-aliasing. You can also rule out inlining effects by > -fno-inline. no luck :-( -O1 OK -O

[Bug middle-end/43340] miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2010-03-12 09:00 --- (In reply to comment #2) > What kind of dependencies? all derived types, defined in various modules, each with further dependencies, and the objects that are module variables. > The routine just calls one a

[Bug middle-end/43340] miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2010-03-12 08:14 --- Created an attachment (id=20092) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20092&action=view) result of -fdump-tree-all results of -fdump-tree-all at -O1 and -O2 -- http://gcc.gnu.org/b

[Bug middle-end/43340] New: miscompiled code at -O2

2010-03-12 Thread jv244 at cam dot ac dot uk
ong-code Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43340

[Bug debug/43229] [4.5 Regression] ice expand_debug_expr, at cfgexpand.c:2957

2010-03-02 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Component|rtl-optimization|debug Target Milestone|--- |4.5.0 http

[Bug rtl-optimization/43229] New: [4.5 Regression] ice expand_debug_expr, at cfgexpand.c:2957

2010-03-02 Thread jv244 at cam dot ac dot uk
ression] ice expand_debug_expr, at cfgexpand.c:2957 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigne

[Bug fortran/43180] [4.5 Regression] Bad results without temporary copy of intent(in) argument

2010-02-25 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2010-02-25 20:45 --- (In reply to comment #1) > Created an attachment (id=19958) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19958&action=view) [edit] > Testcase I'm wondering if you have a testcase that is 

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #24 from jv244 at cam dot ac dot uk 2010-02-21 14:16 --- (In reply to comment #23) > Subject: Re: spurious _gfortran_internal_pack > > I was going to check out the situation for 4.4. However, my > inclination is to close it. I'll be working on it toni

[Bug fortran/36932] unneeded temporary (2x)

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #14 from jv244 at cam dot ac dot uk 2010-02-21 14:12 --- all fixed -- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|NEW

[Bug fortran/36933] unneeded temporary with derived type containing an array as argument

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2010-02-21 14:11 --- (In reply to comment #7) > (In reply to comment #3) > > This could be somewhat similar, I really wonder if this needs a temp: > > > > TYPE T1 > > INTEGER :: a(3) > > END TYP

[Bug middle-end/38318] moving the allocation of temps out of loops.

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-02-21 12:11 --- (In reply to comment #3) > (In reply to comment #2) > > seemingly being discussed, since useful for tonto > > > > http://gcc.gnu.org/ml/fortran/2010-02/msg00157.html > > > > B

[Bug fortran/38318] moving the allocation of temps out of loops.

2010-02-21 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2010-02-21 09:12 --- seemingly being discussed, since useful for tonto http://gcc.gnu.org/ml/fortran/2010-02/msg00157.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38318

[Bug fortran/36932] unneeded temporary (2x)

2010-02-16 Thread jv244 at cam dot ac dot uk
--- Comment #11 from jv244 at cam dot ac dot uk 2010-02-16 09:22 --- (In reply to comment #10) > (In reply to comment #6) > > Joost, > > I held back from committing the patch this morning because I noticed that your > testcase below is also calling pack/unpack like

[Bug fortran/43072] unneeded temporary (s=s+f(a))

2010-02-14 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2010-02-15 07:58 --- (In reply to comment #1) > Yes, indeed. > > In fact, S2((/(real (i),i=1,2)/)) produces calls to pack and unpack in both S0 > and S1. > > I'll take a look at it. You did beat me again, I wante

[Bug fortran/43072] New: unneeded temporary (s=s+f(a))

2010-02-14 Thread jv244 at cam dot ac dot uk
us: UNCONFIRMED Keywords: missed-optimization Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43072

[Bug fortran/36932] unneeded temporary (2x)

2010-02-14 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2010-02-15 07:35 --- (In reply to comment #7) > As soon as somebody gives me the green light, I'll apply the patch. > The present version is attached. the latest version works now without ICE. pack/unpack are down to about 1000

[Bug fortran/36932] unneeded temporary (2x)

2010-02-14 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2010-02-14 19:27 --- (In reply to comment #5) > I had to exclude > dummies but I now do not recall why. I'll look into it. Hi Paul, tested your patch at http://gcc.gnu.org/ml/fortran/2010-02/msg00106.html. However, thi

[Bug fortran/36932] unneeded temporary (2x)

2010-02-13 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2010-02-13 21:14 --- mv 'Build' to 'CC' , Paul, please see previous comment. -- jv244 at cam dot ac dot uk changed: What|Removed

[Bug fortran/36932] unneeded temporary (2x)

2010-02-13 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2010-02-13 21:13 --- testing Paul's patch (http://gcc.gnu.org/ml/fortran/2010-02/msg00093.html) on CP2K it further halved the number of pack/unpacks. However, some cases still unexpectedly resulted in a pack. A slightly modified versi

[Bug fortran/36933] unneeded temporary with derived type containing an array as argument

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2010-02-10 09:29 --- (In reply to comment #5) > the testcase in comment #3 might > actually be tricky. Let me clarify: TYPE T1 INTEGER :: a(3) END TYPE T1 TYPE(T1), POINTER :: x,y x=>y x%a=y%a END in this case x%a and y%a are

[Bug fortran/40823] debug info points to unexpected line

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2010-02-10 09:10 --- still happens with current trunk. I believe the patch below is still fine. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/41117] spurious _gfortran_internal_pack (II)

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2010-02-10 09:05 --- this is also fixed for a compiler with the patch for PR41113 applied -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/36933] unneeded temporary with derived type containing an array as argument

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2010-02-10 09:03 --- (In reply to comment #4) > I believe this is has an origin that could be related to PR41113 this is not fixed by the patch in PR41113, the testcase in comment #3 might actually be tricky. -- http://gcc.gnu.

[Bug fortran/36932] unneeded temporary (2x)

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2010-02-10 08:57 --- the patch for 41113 fixes one of the two warnings -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36932

[Bug fortran/42999] [4.5 Regression] bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression

2010-02-10 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2010-02-10 08:52 --- closing as fixed after the commit by Jerry DeLisle -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug fortran/42999] [4.5 Regression] bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression

2010-02-08 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Known to fail||4.5.0 Known to work||4.4.2 Target

[Bug fortran/42999] New: [4.5 Regression] bogus error: Parameter 'i' at (1) has not been declared or is a variable, which does not reduce to a constant expression

2010-02-08 Thread jv244 at cam dot ac dot uk
Keywords: rejects-valid Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk OtherBugsDependingO 32834 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42999

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-08 Thread jv244 at cam dot ac dot uk
--- Comment #11 from jv244 at cam dot ac dot uk 2010-02-08 14:38 --- (In reply to comment #10) > This was followed by http://gcc.gnu.org/ml/fortran/2009-12/msg00166.html I have just retested your patch on a clean tree to Dominique's testcase, but I don't get any segfa

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-08 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2010-02-08 08:09 --- (In reply to comment #8) > Happens a lot in 465.tonto btw. I had tested Paul's patch on CP2K, where it reduces the calls to gfortran_internal[un]pack from 4252 to 1276. I think it addresses an issue that

[Bug fortran/41113] spurious _gfortran_internal_pack

2010-02-06 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2010-02-06 16:40 --- (In reply to comment #6) > Created an attachment (id=19355) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19355&action=view) [edit] > A fix for the PR > > The attached bootstraps and regtests

[Bug target/40332] [4.5 Regression] (.eh_frame); no .eh_frame_hdr table will be created.

2010-01-18 Thread jv244 at cam dot ac dot uk
--- Comment #11 from jv244 at cam dot ac dot uk 2010-01-18 14:41 --- after the previous comment, marking this as a regression, confirm it, and set P1 as suggest by Ian on the list. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug middle-end/42558] [4.5 Regression] miscompilation related to -floop-block

2009-12-30 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-12-30 21:10 --- full version details: > gfortran -v -floop-block-O2 -funroll-loops -ffast-math bug.f90 Driving: gfortran -v -floop-block -O2 -funroll-loops -ffast-math bug.f90 -lgfortran -lm -shared-libgcc Using built-in sp

[Bug middle-end/42558] [4.5 Regression] miscompilation related to -floop-block

2009-12-30 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-12-30 21:08 --- Created an attachment (id=19426) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19426&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42558

[Bug middle-end/42558] New: [4.5 Regression] miscompilation related to -floop-block

2009-12-30 Thread jv244 at cam dot ac dot uk
ponent: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42558

[Bug middle-end/42393] [4.5 Regression] [graphite] internal compiler error: in check_loop_closed_ssa_use

2009-12-16 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added CC||spop at gcc dot gnu dot org Target Milestone

[Bug middle-end/42393] New: [4.5 Regression] [graphite] internal compiler error: in check_loop_closed_ssa_use

2009-12-16 Thread jv244 at cam dot ac dot uk
Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42393

[Bug fortran/40011] Problems with -fwhole-file

2009-12-09 Thread jv244 at cam dot ac dot uk
--- Comment #51 from jv244 at cam dot ac dot uk 2009-12-09 11:50 --- still failing with current trunk, also leading to miscomples (see PR38913). As a consequence, should one disable -fwhole-file (and consequently -flto) for Fortran before release? -- jv244 at cam dot ac dot uk

[Bug fortran/38913] Fortran does not set TYPE_CANONICAL properly

2009-12-09 Thread jv244 at cam dot ac dot uk
--- Comment #18 from jv244 at cam dot ac dot uk 2009-12-09 11:49 --- still fails with current trunk -- jv244 at cam dot ac dot uk changed: What|Removed |Added Last

[Bug middle-end/38474] [Meta] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

2009-12-03 Thread jv244 at cam dot ac dot uk
--- Comment #43 from jv244 at cam dot ac dot uk 2009-12-03 17:47 --- (In reply to comment #42) > Subject: Bug 38474 > > Author: matz > Date: Thu Dec 3 13:36:32 2009 > New Revision: 154945 looks like the initial testcase now runs with 1.3Gb, and with the following timin

[Bug middle-end/38474] [Meta] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

2009-11-27 Thread jv244 at cam dot ac dot uk
--- Comment #40 from jv244 at cam dot ac dot uk 2009-11-27 09:00 --- with the fix for rename registers this now also runs 'fast' at -O3 (see below), and memory is reasonable as well. Most time is in expand as well. This is the time report of -O3: Execution times (seconds

[Bug rtl-optimization/38582] excessive time in rename registers

2009-11-27 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2009-11-27 08:55 --- Time report shows this is now fixed at -O3. Great job! Execution times (seconds) garbage collection: 7.60 ( 1%) usr 0.03 ( 0%) sys 7.65 ( 1%) wall 0 kB ( 0%) ggc callgraph construction: 0.23 ( 0

[Bug middle-end/38474] [Meta] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

2009-11-27 Thread jv244 at cam dot ac dot uk
--- Comment #39 from jv244 at cam dot ac dot uk 2009-11-27 08:52 --- I've rerun the initial (non-reduced) testcase at -O0, and I'm getting now more reasonable memory usage (2.5Gb), and all time is now in 'expand'. 'expand' is now about 3 times slower th

[Bug middle-end/42185] [4.5 Regression] expected gimple_assign(error_mark), have gimple_call() in gimple_assign_rhs_code, at gimple.h:1820

2009-11-26 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-26 19:11 --- pretty similar in this case > gfortran -c -fgraphite-identity -g -O3 -ffast-math bug.f90 bug.f90 bug.f90: In function ‘psi’: bug.f90:4:0: internal compiler error: gimple check: expected gimple_assign(error_m

[Bug debug/42186] [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-26 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42186

[Bug debug/42186] New: [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-26 Thread jv244 at cam dot ac dot uk
Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.g

[Bug middle-end/42181] [4.5 Regression] -fgraphite-identity miscompiles or ICEs on air.f90

2009-11-26 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-11-26 17:05 --- the ice is absent in 4.4 but present in 4.5 trunk -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug middle-end/42181] -fgraphite-identity miscompiles or ICEs on air.f90

2009-11-26 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-11-26 17:04 --- the following is a testcase for the ICE (derived from CP2K bug crashes in the same place): > cat bug.f90 MODULE powell INTEGER, PARAMETER :: dp=8 CONTAINS SUBROUTINE newuob (n,npt,x,rhobeg,rhoend,maxfun,xb

[Bug middle-end/42181] -fgraphite-identity miscompiles or ICEs on air.f90

2009-11-26 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-26 17:02 --- *** Bug 41051 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42181

[Bug middle-end/41051] -O1/-O2/-O3 -fgraphite-identity -floop-interchange miscompiles air.f90

2009-11-26 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-11-26 17:02 --- *** This bug has been marked as a duplicate of 42181 *** -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug middle-end/42185] New: [4.5 Regression] expected gimple_assign(error_mark), have gimple_call() in gimple_assign_rhs_code, at gimple.h:1820

2009-11-26 Thread jv244 at cam dot ac dot uk
cc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42185

[Bug debug/42166] [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-24 19:20 --- and confirmed for current trunk. gcc version 4.5.0 20091124 (experimental) [trunk revision 154511] (GCC) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42166

[Bug debug/42166] [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added CC||aoliva at gcc dot gnu dot

[Bug debug/42166] New: [4.5 Regression] internal compiler error: verify_ssa failed

2009-11-24 Thread jv244 at cam dot ac dot uk
uctions. -- Summary: [4.5 Regression] internal compiler error: verify_ssa failed Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: debug

[Bug middle-end/42050] [4.5 Regression] ice in graphite-clast-to-gimple.c:165

2009-11-15 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-15 12:40 --- works on 4.4 branch, fails on 4.5 branch -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug middle-end/42050] New: ice in graphite-clast-to-gimple.c:165

2009-11-15 Thread jv244 at cam dot ac dot uk
ast-to-gimple.c:165 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42050

[Bug debug/41926] [4.5 Regression][VTA] internal compiler error: verify_ssa failed

2009-11-15 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-11-15 09:20 --- (In reply to comment #2) > Mine (got a patch) has the patch been posted ? Couldn't find it yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41926

[Bug tree-optimization/41987] [4.5 Regression] expected class �constant�, have �binary� (rdiv_expr) in build_complex, at tree.c:1485

2009-11-08 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-11-08 15:06 --- I guess this could be related to the fact that MPC is not linked in. But here is the info > gfortran -O1 -v bug.f90 Driving: gfortran -O1 -v bug.f90 -lgfortran -lm -shared-libgcc Using built-in specs. COLLECT_

[Bug tree-optimization/41987] [4.5 Regression] expected class �constant�, have �binary� (rdiv_expr) in build_complex, at tree.c:1485

2009-11-08 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41987

[Bug tree-optimization/41987] New: [4.5 Regression] expected class �constant�, have �binary� (rdiv_expr) in build_complex, at tree.c:1485

2009-11-08 Thread jv244 at cam dot ac dot uk
gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41987

[Bug rtl-optimization/41928] segfault at gcc/bitmap.c:297

2009-11-03 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-11-03 17:53 --- might be a dup of PR41903 or PR41891. However, I might have a reasonably sized testcase (delta still running). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41928

[Bug rtl-optimization/41928] [4.5 Regression] segfault at gcc/bitmap.c:297

2009-11-03 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-11-03 18:06 --- Created an attachment (id=18958) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18958&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41928

[Bug rtl-optimization/41928] New: segfault at gcc/bitmap.c:297

2009-11-03 Thread jv244 at cam dot ac dot uk
segfault at gcc/bitmap.c:297 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned at gcc dot gnu dot org

[Bug fortran/41907] [4.5 Regression] 465.tonto in SPEC CPU 2006 runtime failure

2009-11-03 Thread jv244 at cam dot ac dot uk
--- Comment #8 from jv244 at cam dot ac dot uk 2009-11-03 16:57 --- thanks for fixing.. this also affected CP2K. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41907

[Bug middle-end/41926] New: internal compiler error: verify_ssa failed

2009-11-03 Thread jv244 at cam dot ac dot uk
or: verify_ssa failed Product: gcc Version: tree-ssa Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41926

[Bug middle-end/38582] excessive time in rename registers

2009-10-18 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-10-18 07:01 --- partial patch http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01130.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38582

[Bug libgomp/41737] [omp] missing error for undeclared variable in a parallel region with default(none)

2009-10-17 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-10-17 08:27 --- Created an attachment (id=18816) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18816&action=view) second test case here tb of the last parallel region is undeclared. -- http://gcc.gnu.org/b

[Bug libgomp/41737] [omp] missing error for undeclared variable in a parallel region with default(none)

2009-10-17 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-10-17 08:20 --- Created an attachment (id=18815) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18815&action=view) testcase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41737

[Bug libgomp/41737] New: [omp] missing error for undeclared variable in a parallel region with default(none)

2009-10-17 Thread jv244 at cam dot ac dot uk
with default(none) Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal Priority: P3 Component: libgomp AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam d

[Bug fortran/38913] Fortran does not set TYPE_CANONICAL properly

2009-10-11 Thread jv244 at cam dot ac dot uk
--- Comment #17 from jv244 at cam dot ac dot uk 2009-10-11 12:49 --- FYI, the testcase in comment #8 fails for '-O2 -fwhole-file' but not with '-O2 -flto', even though the latter option implies the first. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38913

[Bug fortran/40011] Problems with -fwhole-file

2009-10-11 Thread jv244 at cam dot ac dot uk
--- Comment #50 from jv244 at cam dot ac dot uk 2009-10-11 12:45 --- As expected, the testcases in comment #40 and comment #42 now also fail at '-O2 -flto' -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40011

[Bug tree-optimization/14741] missing transformations lead to poorly optimized code

2009-09-29 Thread jv244 at cam dot ac dot uk
--- Comment #16 from jv244 at cam dot ac dot uk 2009-09-29 18:59 --- since graphite should be able to fix this PR, I tried it without luck: > gfortran -ffast-math -O3 -march=native -fgraphite -floop-interchange > -floop-block test.f90 test.f90: In function ‘MAIN__’: test.f

[Bug fortran/41479] [4.3/4.4/4.5 Regression] intent(out) for types with default initialization

2009-09-27 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2009-09-27 17:03 --- target independent bug. -- jv244 at cam dot ac dot uk changed: What|Removed |Added OtherBugsDependingO

[Bug middle-end/41453] New: use INTENT(out) for optimization

2009-09-23 Thread jv244 at cam dot ac dot uk
T(out) for optimization Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: missed-optimization Severity: enhancement Priority: P3 Component: middle-end AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv

[Bug fortran/31447] set intent(out) arguments to uninitialized

2009-09-23 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2009-09-23 18:37 --- (In reply to comment #3) > a=RESHAPE((/(TRANSFER(uninitialized_a_type_dummy,uninitialized_a_type_dummy),i=1,SIZE(a))/),SHAPE(a)) the simpler: a=RESHAPE((/(uninitialized_a_type_dummy,i=1,SIZE(a))/),SHAPE(a)) is

[Bug fortran/41403] [4.3/4.4/4.5 Regression] miscompilation of goto/label using code

2009-09-20 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2009-09-20 14:18 --- (In reply to comment #8) > Thus, this is a frontend issue with assigned goto (a deleted feature btw). so just for my curiosity, is the C code thus invalid? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41403

[Bug middle-end/41403] [4.3/4.4/4.5 Regression] miscompilation of goto/label using code

2009-09-20 Thread jv244 at cam dot ac dot uk
--- Comment #7 from jv244 at cam dot ac dot uk 2009-09-20 13:18 --- Not easy to find a machine that old, but it works with 3.3.3 and it fails already with 4.1.2. Pretty old regression thus [tested with the C code]. -- jv244 at cam dot ac dot uk changed: What|Removed

[Bug middle-end/41403] miscompilation of goto/label using code

2009-09-19 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2009-09-19 18:54 --- and smaller C testcase: main() { void * i1; int icon01; int ivfail; int D1545; ivfail = 0; i1 = &&label_001263; if (i1 == &&label_001262) goto label_001262; if (i1 == &&label_0

[Bug middle-end/41403] miscompilation of goto/label using code

2009-09-19 Thread jv244 at cam dot ac dot uk
--- Comment #5 from jv244 at cam dot ac dot uk 2009-09-19 18:48 --- and also fails in C #include main() { int i; int i0; void * i1; int icon01; int ivfail; int ivpass; int D1545; ivfail = 0; i0 = -1; i1 = &&label_001263; if (i1 == &&la

[Bug middle-end/41403] Optimization: NIST test FM013.f fails at -O1 and above

2009-09-19 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2009-09-19 18:27 --- further reduced, looks more like a middle end issue to me: IVFAIL=0 ASSIGN 1263 TO I GO TO I, (1262,1263,1264) 1262 ICON01 = 1262 GO TO 1265 1263 ICON01 = 1263 GO TO 1265 1264 ICON01

[Bug fortran/31447] set intent(out) arguments to uninitialized

2009-09-19 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-09-19 11:37 --- I've also run into this issue, it would be great if there would be a flag like -finit-undefined-intentout (?), so that intent(out) variable would first be undefined by the compiler (in a way that valgrind notices

[Bug middle-end/41193] [4.5 Regression] slow compilation with graphite / ice with graphite

2009-09-18 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2009-09-18 15:18 --- (In reply to comment #5) > If possible please update the performance numbers with recent trunk. much faster now at -O1 ;-) fortran -fgraphite -c -O1 -ffast-math -funroll-loops -ftree-vectorize -march=native -ft

[Bug fortran/41212] [4.5 Regression] miscompilation at -O2

2009-09-15 Thread jv244 at cam dot ac dot uk
--- Comment #17 from jv244 at cam dot ac dot uk 2009-09-15 17:56 --- (In reply to comment #16) > Does this PR 41347? no, it doesn't. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41212

[Bug middle-end/41312] [4.5 Regression] miscompilation of CP2K at -O3

2009-09-15 Thread jv244 at cam dot ac dot uk
--- Comment #4 from jv244 at cam dot ac dot uk 2009-09-15 16:21 --- duplicate of PR41212 -- jv244 at cam dot ac dot uk changed: What|Removed |Added Status

[Bug fortran/41212] [4.5 Regression] miscompilation at -O2

2009-09-15 Thread jv244 at cam dot ac dot uk
--- Comment #15 from jv244 at cam dot ac dot uk 2009-09-15 16:20 --- (In reply to comment #14) > http://gcc.gnu.org/ml/gcc-patches/2009-09/msg01001.html This also fixes PR41312 (that I will close as a duplicate). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41212

[Bug gcov-profile/41359] [fortran] 'else if' statement is discarded and incoherent line count

2009-09-15 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-09-15 13:07 --- As you can see with gfortran -fdump-tree-original-lineno test.f90 which leads to garbage line numbers in gfortran -fdump-tree-gimple-lineno test.f90 I believe there is some similarity to PR40823 http

[Bug middle-end/41312] [4.5 Regression] miscompilation of CP2K at -O3

2009-09-12 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-09-12 08:30 --- there are more miscompilations than the one file mentioned here. The full build seems to go fine with -fno-strict-aliasing. I've tested some patches mentioned in PR41212, more info there. -- http://gcc.gn

[Bug fortran/41212] [4.5 Regression] miscompilation at -O2

2009-09-12 Thread jv244 at cam dot ac dot uk
--- Comment #11 from jv244 at cam dot ac dot uk 2009-09-12 08:29 --- (In reply to comment #9) > Indeed. For fixing fwprop this: [...] > or this: [...] > will both fix the issue at hand. The first will propagate to everywhere > (with the problem mentioned in the comment, s

[Bug middle-end/41312] [4.5 Regression] miscompilation of CP2K at -O3

2009-09-08 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-09-09 04:57 --- also '-O3 -fno-inline-functions' works fine, this seems to be the same signature as PR41212. -- jv244 at cam dot ac dot uk changed: What|Removed

[Bug middle-end/41312] [4.5 Regression] miscompilation of CP2K at -O3

2009-09-08 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-09-09 04:47 --- This could be due to the aliasing changes, since '-O3' fails but '-O3 -fno-strict-aliasing' works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41312

[Bug middle-end/41312] New: [4.5 Regression] miscompilation of CP2K at -O3

2009-09-08 Thread jv244 at cam dot ac dot uk
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41312

[Bug debug/41229] [4.5 Regression] VTA: internal compiler error: verify_ssa failed

2009-09-05 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-09-05 18:54 --- initial patch here: http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00313.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41229

[Bug fortran/41278] internal compiler error related to matmul and transpose

2009-09-05 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-09-05 15:34 --- 853 gcc_assert (src_info->dimen == 2); (gdb) list 848 dest_ss = se->ss; 849 850 src_info = &src_ss->data.info; 851 dest_info = &dest_ss->data.info; 852 gcc_assert (d

[Bug fortran/41258] internal compiler error: in find_typebound_proc_uop, at fortran/symbol.c:4575

2009-09-04 Thread jv244 at cam dot ac dot uk
--- Comment #1 from jv244 at cam dot ac dot uk 2009-09-04 13:11 --- 'reduced' testcase > cat test.f90 TYPE a TYPE(b), DIMENSION(:), POINTER :: c END TYPE TYPE(a), POINTER :: d CALL X(d%c%e) -- jv244 at cam dot ac dot uk changed: Wha

[Bug debug/41259] [4.5 Regression] internal compiler error: verify_ssa failed

2009-09-04 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Target Milestone|--- |4.5.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41259

[Bug debug/41259] New: [4.5 Regression] internal compiler error: verify_ssa failed

2009-09-04 Thread jv244 at cam dot ac dot uk
Version: 4.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: debug AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41259

[Bug fortran/41258] New: internal compiler error: in find_typebound_proc_uop, at fortran/symbol.c:4575

2009-09-04 Thread jv244 at cam dot ac dot uk
ed at gcc dot gnu dot org ReportedBy: jv244 at cam dot ac dot uk http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41258

[Bug debug/40660] [4.5 Regression] Weird break points with 4.5, works with 4.4

2009-09-02 Thread jv244 at cam dot ac dot uk
--- Comment #12 from jv244 at cam dot ac dot uk 2009-09-03 06:50 --- looks like this is fixed on trunk. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

[Bug middle-end/41225] [4.5 Regression] VTA: internal compiler error: in vect_stmt_relevant_p, at tree-vect-stmts.c:150

2009-09-02 Thread jv244 at cam dot ac dot uk
--- Comment #3 from jv244 at cam dot ac dot uk 2009-09-03 06:48 --- gfortran -c -O2 -ffast-math -funroll-loops -ftree-vectorize -march=native -g bug.f90 now fails. -- jv244 at cam dot ac dot uk changed: What|Removed |Added

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