[Bug target/54404] [4.8 Regression] *cfstring* failures for (obj-c|g)++ on *-apple-darwin* after revision 186978

2012-10-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54404 --- Comment #5 from Dominique d'Humieres 2012-10-17 20:45:37 UTC --- > ... On darwin12 at least, this still leaves the failures in... > > obj-c++.dg/torture/strings/const-str-10.mm > obj-c++.dg/torture/strings/const-str-11.mm > obj-c++.d

[Bug lto/54966] Does LTO requires a larger inline-unit-growth?

2012-10-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54966 --- Comment #1 from Dominique d'Humieres 2012-10-18 07:47:15 UTC --- This seems related to pr48636. Could you try the patch in comment #20: http://gcc.gnu.org/bugzilla/attachment.cgi?id=28456 ?

[Bug tree-optimization/54967] [4.8 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:55

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

[Bug tree-optimization/54967] [4.8 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:55

2012-10-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54967 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug tree-optimization/54967] [4.8 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:55

2012-10-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54967 --- Comment #4 from Dominique d'Humieres 2012-10-18 19:01:34 UTC --- The ICE appears at revision 192538 and requires gcc to be configured with --enable-checking=yes (default). I don't see it for gcc configured with --enable-checking=releas

[Bug fortran/54992] [4.8 Regression] [OOP] Wrong offset in the array offset calculation when using nonclass%class(index)%nonclass

2012-10-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54992 --- Comment #2 from Dominique d'Humieres 2012-10-19 21:37:08 UTC --- Revision 187190 is OK, revision 187198 is not -> likely r187192.

[Bug tree-optimization/54967] [4.8 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:55

2012-10-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54967 --- Comment #8 from Dominique d'Humieres 2012-10-19 22:15:09 UTC --- The test libgomp.graphite/force-parallel-6.c fails to execute with a bus error on x86_64-apple-darwin10 at revision 192538. Is it related to this PR or should I open a ne

[Bug middle-end/54961] [4.8 Regression] FAIL: gfortran.dg/pr48757.f -O (internal compiler error) after revision 192440

2012-10-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54961 --- Comment #3 from Dominique d'Humieres 2012-10-19 23:18:39 UTC --- > Something I'm going to test: It does not fix the ICE, at least on x86_64-apple-darwin10.

[Bug fortran/48636] Enable more inlining with -O2 and higher

2012-10-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48636 --- Comment #28 from Dominique d'Humieres 2012-10-20 11:22:16 UTC --- If I understand correctly the patch, the default value for max-inline-min-speedup is 20. This could be over-agressive: for fatigue.f90 the threshold is between 94 (fast)

[Bug fortran/31119] -fbounds-check: Check for presence of optional arguments before bound checking

2012-10-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31119 --- Comment #9 from Dominique d'Humieres 2012-10-20 15:43:13 UTC --- > can someone fortran aware please double-check that the tests > >* gfortran.dg/bounds_check_9.f90: New test. >* gfortran.dg/bounds_check_fail_2.f90: New test.

[Bug target/54989] FAIL: gcc.dg/hoist-register-pressure.c scan-rtl-dump hoist "PRE/HOIST: end of bb .* copying expression" on darwin

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

[Bug tree-optimization/54901] [4.8 Regression] air.f90, aermod.f90, and mdbx.f90 are miscompiled with '-m64 -O3 -funroll-loops -fwhole-program' after revision 192213

2012-10-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54901 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug tree-optimization/55006] New: [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-10-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 Bug #: 55006 Summary: [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526 Classification: Unclassified Product: gcc Version:

[Bug tree-optimization/55006] [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-10-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 --- Comment #1 from Dominique d'Humieres 2012-10-21 12:24:23 UTC --- Created attachment 28499 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28499 Compressed archive for aermod The attachment contains the files needed to compile an

[Bug tree-optimization/55006] [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-10-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 Dominique d'Humieres changed: What|Removed |Added Target||x86_64-apple-darwin10

[Bug lto/55021] New: [4.8 Regression] The tests gfortran.dg/integer_exponentiation_5.F90 and masklr_1.F90 are miscompiled with -flto after revision 192529

2012-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55021 Bug #: 55021 Summary: [4.8 Regression] The tests gfortran.dg/integer_exponentiation_5.F90 and masklr_1.F90 are miscompiled with -flto after revision 192529

[Bug lto/55021] [4.8 Regression] The tests gfortran.dg/integer_exponentiation_5.F90 and masklr_1.F90 are miscompiled with -flto after revision 192529

2012-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55021 --- Comment #2 from Dominique d'Humieres 2012-10-22 13:48:27 UTC --- > I get > > > ./gfortran -B. -B ../x86_64-unknown-linux-gnu/libgfortran/.libs t.f90 > > -ffree-line-length-none > t.f90:20.28: > > call check_i8(i8**43_8,3_8**43_8)

[Bug tree-optimization/55022] New: [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

2012-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022 Bug #: 55022 Summary: [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619 Classification: Unclassified Product: gcc Version:

[Bug lto/55021] [4.8 Regression] The tests gfortran.dg/integer_exponentiation_5.F90 and masklr_1.F90 are miscompiled with -flto after revision 192529

2012-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55021 --- Comment #7 from Dominique d'Humieres 2012-10-22 14:14:19 UTC --- > I think your bisection is wrong ... Indeed I meant r192559 (see /opt/gcc/gcc4.8p-192559/bin/gfortran in comment#0). Thanks for the quick fix.

[Bug tree-optimization/55022] [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

2012-10-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022 --- Comment #1 from Dominique d'Humieres 2012-10-22 14:24:51 UTC --- Created attachment 28507 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28507 compressed archive for the test The attachment contains the original source air_main

[Bug tree-optimization/55022] [4.8 Regression] air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619

2012-10-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55022 --- Comment #2 from Dominique d'Humieres 2012-10-23 13:35:44 UTC --- It likely has started after revision 189156.

[Bug fortran/55037] I.C.E. with local allocatable variable of abstract type

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

[Bug tree-optimization/54985] [4.7/4.8 Regression] dom optimization erroneous remove conditional goto.

2012-10-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54985 --- Comment #8 from Dominique d'Humieres 2012-10-23 21:23:10 UTC --- After revision 192745 bootstrap fails with ... ../../work/gcc/tree-ssa-threadedge.c:583:1: error: unused parameter 'n' [-Werror=unused-parameter] cond_arg_set_in_bb

[Bug tree-optimization/54967] [4.8 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:55

2012-10-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54967 --- Comment #11 from Dominique d'Humieres 2012-10-23 21:26:13 UTC --- The test gfortran.dg/pr54967.f90 fails because SUBROUTINE calc_S_derivs() is duplicated.

[Bug tree-optimization/54985] [4.7/4.8 Regression] dom optimization erroneous remove conditional goto.

2012-10-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54985 --- Comment #10 from Dominique d'Humieres 2012-10-23 21:35:09 UTC --- Jeffrey are you sure that r192746 is enough? cond_arg_set_in_bb is used with 3 arguments elsewhere in the file.

[Bug debug/55063] New: [4.8 Regression] Thousands of failures in the libstdc++-v3 tests after revision 192739

2012-10-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55063 Bug #: 55063 Summary: [4.8 Regression] Thousands of failures in the libstdc++-v3 tests after revision 192739 Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/55078] [4.8 Regression] FAIL: g++.dg/torture/pr46154.C

2012-10-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55078 Dominique d'Humieres changed: What|Removed |Added CC||sch...@linux-m68k.org --

[Bug middle-end/55090] [4.8 regression] ICE in inline_call, at ipa-inline-transform.c:269

2012-10-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55090 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resoluti

[Bug middle-end/55078] [4.8 Regression] FAIL: g++.dg/torture/pr46154.C

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

[Bug testsuite/52945] FAIL: gcc.dg/lto/pr52634 c_lto_pr52634_1.o assemble, -O* -flto *

2012-10-27 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52945 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resoluti

[Bug tree-optimization/55006] [4.8 Regression] aermod.f90 is miscompiled with '-m64 -O2 -funroll-loops' after revision 192526

2012-11-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55006 Dominique d'Humieres changed: What|Removed |Added Target|x86_64-apple-darwin10 |x86_64-*-* St

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #89 from Dominique d'Humieres 2010-12-17 14:08:12 UTC --- (In reply to comment #88) > Iain, >Do you think the "no debug symbols" warnings in the partition2.C test case > on darwin10 are the caused by the same issue (lack of pub sy

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #91 from Dominique d'Humieres 2010-12-17 14:31:18 UTC --- (In reply to comment #90) > ... In any event the two remaining issues need resolution -- I suspect they > are > causing fallout elsewhere. > ... I just don't see the point in

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #95 from Dominique d'Humieres 2010-12-17 22:07:55 UTC --- For the reasons given below, I have reached the conclusion that the failures for g++.dg/tree-prof/partition2.C are not caused by the above patches, but exposed by any patch fix

[Bug libffi/42378] cls_*double_va.c failures on powerpc-apple-darwin9

2010-12-18 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42378 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/34199] segfault for TRANSFER integer to TYPE(C_PTR)

2010-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34199 --- Comment #10 from Dominique d'Humieres 2010-12-19 10:53:47 UTC --- This PR seems to have been fixed at revision 168044 (likely r 168031). May be pr46974 was a duplicate of this PR. Could someone check this and close this PR if it is the case?

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2010-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #15 from Dominique d'Humieres 2010-12-19 13:37:17 UTC --- > Could you try if this solves the problem? The patch in comment #14 fixed the problem on x86_64-apple-darwin10 (I cannot say anything for AMD). I have run the polyhedron test

[Bug testsuite/29057] gcc.target/powerpc/ppc64-abi-1.c fails to compile on powerpc-apple-darwin8 at -m64

2010-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29057 Dominique d'Humieres changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comme

[Bug testsuite/47013] New: FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" *

2010-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47013 Summary: FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" * Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug target/46950] Stage 3 ada bootstrap error on i686-apple-darwin9

2010-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46950 --- Comment #2 from Dominique d'Humieres 2010-12-19 20:20:16 UTC --- The same revision caused pr46916. Could you try the patch in http://gcc.gnu.org/bugzilla/attachment.cgi?id=22787 ?

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #16 from Dominique d'Humieres 2010-12-20 08:57:32 UTC --- The patch in comment #14 fixed the problem on x86_64-apple-darwin10, but causes the following regressions: FAIL: gcc.dg/autopar/outer-2.c scan-tree-dump-times parloops "parall

[Bug middle-end/46916] gcc.dg/torture/stackalign/non-local-goto-[1,2].c ICEs compiler due to r167727

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46916 --- Comment #97 from Dominique d'Humieres 2010-12-20 09:05:05 UTC --- The patch in attachment 22787 fixes also a "Stage 3 ada bootstrap error on i686-apple-darwin9", see comment #3 of pr46950.

[Bug testsuite/47013] FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" *

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47013 --- Comment #3 from Dominique d'Humieres 2010-12-20 10:21:37 UTC --- Thanks for looking at the problem. Do you understand why the tests pass on *86*-*-* and not on powerpc*-*-*?

[Bug tree-optimization/45965] [4.6 Regression] ICE on powerpc-apple-darwin9: gfortran.dg/subref_array_pointer_4.f90

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45965 --- Comment #7 from Dominique d'Humieres 2010-12-20 10:25:46 UTC --- These failures have disappeared between revisions 168021 and 168044 (see http://gcc.gnu.org/ml/gcc-testresults/2010-12/msg01606.html and http://gcc.gnu.org/ml/gcc-testresults/2

[Bug tree-optimization/45965] [4.6 Regression] ICE on powerpc-apple-darwin9: gfortran.dg/subref_array_pointer_4.f90

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45965 Dominique d'Humieres changed: What|Removed |Added CC||jakub at redhat dot com --- Commen

[Bug testsuite/47013] FAIL: gcc.dg/sms-*.c scan-rtl-dump-times sms "SMS succeeded" *

2010-12-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47013 --- Comment #5 from Dominique d'Humieres 2010-12-20 10:59:26 UTC --- > Yes, the dump file is checked only for powerpc*-*-* and spu-*-*: > > /* { dg-final { scan-rtl-dump-times "SMS succeeded" 1 "sms" { target > powerpc*-*-* spu-*-* } } } */ In

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2010-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #17 from Dominique d'Humieres 2010-12-21 10:46:06 UTC --- For the record I have also tested the patch in comment #14 on powerpc-apple-darwin9 at revision 168070. Without the patch I get [karma] lin/test% gfc -Ofast -funroll-loops -ft

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2010-12-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 Dominique d'Humieres changed: What|Removed |Added CC||dave.ang...@nrc-cnrc.gc.ca,

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2010-12-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 Dominique d'Humieres changed: What|Removed |Added CC||kkojima at rr dot

[Bug testsuite/41146] FAIL: gcc.target/powerpc/asm-es-2.c scan-assembler *

2010-12-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41146 --- Comment #3 from Dominique d'Humieres 2010-12-23 12:34:27 UTC --- An updated patch has been posted at http://gcc.gnu.org/ml/gcc-patches/2010-12/msg01765.html .

[Bug fortran/47051] [4.6 Regression] wrong reallocate

2010-12-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47051 --- Comment #1 from Dominique d'Humieres 2010-12-23 13:36:40 UTC --- > ... so I would not expect this. Why?

[Bug fortran/47051] [4.6 Regression] wrong reallocate

2010-12-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47051 --- Comment #4 from Dominique d'Humieres 2010-12-23 15:13:46 UTC --- I have raised a similar question in http://gcc.gnu.org/ml/fortran/2010-11/msg4.html answered in the following posts in this thread. The relevant part of the standard (from

[Bug fortran/47054] Compilation error when cray pointers are declared in both host and internal subroutines

2010-12-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47054 --- Comment #2 from Dominique d'Humieres 2010-12-23 19:33:04 UTC --- > What compilation error? For me it is [macbook] f90/bug% gfc -fcray-pointer pr47054.f90 pr47054.f90:23.29: pointer (paxg_8, G_xg_8(G_ni))

[Bug testsuite/47057] New: FAIL/XPASS gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c

2010-12-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47057 Summary: FAIL/XPASS gcc.dg/vect/costmodel/ppc/costmodel-vect-outer-fir.c Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Com

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2011-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 --- Comment #4 from Dominique d'Humieres 2011-01-05 14:02:15 UTC --- Did somebody test the patch in comment #3?

[Bug fortran/47180] [OOP] EXTENDS_TYPE_OF returns the wrong result for disassociated polymorphic pointers

2011-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47180 --- Comment #7 from Dominique d'Humieres 2011-01-05 18:18:34 UTC --- Compiling revision 168524 gives: ../../work/gcc/fortran/trans-expr.c: In function 'gfc_trans_class_assign': ../../work/gcc/fortran/trans-expr.c:6172:42: error: 'vtab' may be us

[Bug fortran/47180] [OOP] EXTENDS_TYPE_OF returns the wrong result for disassociated polymorphic pointers

2011-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47180 --- Comment #9 from Dominique d'Humieres 2011-01-05 18:41:36 UTC --- > Simple solution: > > - gfc_symbol *vtab; > + gfc_symbol *vtab = NULL; This is the fix I have also reached and it allows gcc/fortran/trans-expr.c to be compiled.

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2011-01-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 --- Comment #7 from Dominique d'Humieres 2011-01-05 22:31:14 UTC --- > * We should use i?86*-*-* (or perhaps just i?86-*-*, I see no reason for the > first *). I don't think this cover x86_64-*-*, this is why I have tested *86*-*-* > * The comm

[Bug fortran/47195] [4.6 regression] New Fortran test failures

2011-01-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47195 --- Comment #2 from Dominique d'Humieres 2011-01-06 21:09:58 UTC --- > FAIL: gfortran.dg/interface_33.f90 -O (test for excess errors) This is fixed by the following patch: --- ../_clean/gcc/testsuite/gfortran.dg/interface_33.f902011-01-06

[Bug bootstrap/47215] [4.6 Regression] Failed to bootstrap

2011-01-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47215 --- Comment #2 from Dominique d'Humieres 2011-01-07 19:42:43 UTC --- Confirmed on x86_64-apple-darwin10.6.0. After reverting revision 168569 bootstrapping succeeds.

[Bug objc/25361] structures containing vectors are not encoded correctly

2011-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25361 --- Comment #9 from Dominique d'Humieres 2011-01-09 11:19:53 UTC --- objc.dg-struct-layout-encoding-1/t026_main.m seems to pass on all platforms I have looked at. The other tests pass on several platforms, except Intel/AMD ones (see pr45989).

[Bug objc/45989] Some objc.dg-struct-layout-encoding-1 tests XPASS

2011-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45989 --- Comment #9 from Dominique d'Humieres 2011-01-09 11:24:59 UTC --- Created attachment 22934 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22934 updated patch > Indeed, had forgotten about that. In that case, we should do as > everywhere

[Bug c/46902] [4.6 Regression] gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9

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

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

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

[Bug fortran/38536] ICE with C_LOC in resolve.c due to not properly going through expr->ref

2011-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536 --- Comment #14 from Dominique d'Humieres 2011-01-09 15:31:09 UTC --- > Thomas posted his patch at: > http://gcc.gnu.org/ml/fortran/2011-01/msg00067.html With this patch, the test in comment #6 still gives an ICE: Segmentation fault. The backtr

[Bug c++/46904] [4.6 Regression] g++.dg/tree-prof/(indir-call-prof.C|inline_mismatch_args.C) fail on powerpc-apple-darwin9

2011-01-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46904 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug driver/47244] [4.6 Regression] plugin linker is used unconditionally

2011-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47244 --- Comment #3 from Dominique d'Humieres 2011-01-11 14:06:26 UTC --- Is pr39968 related (a duplicate) of this pr?

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 --- Comment #6 from Dominique d'Humieres 2011-01-11 14:21:26 UTC --- > > Index: gcc/fortran/resolve.c > > ... > > continue; > > ... this produces loads of regressions. Confirmed;-(

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-11 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 --- Comment #8 from Dominique d'Humieres 2011-01-11 21:38:46 UTC --- (In reply to comment #7) > > ... > > ... this produces loads of regressions. > > ... but the following variant doesn't: > ... Confirmed, however the following code [macbook]

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 --- Comment #10 from Dominique d'Humieres 2011-01-12 20:59:31 UTC --- > sorry, I can not reproduce this at r168655 (plus patch from comment #7), at > least not on x86_64-unknown-linux-gnu. Do you only get this error with the > patch, or also with

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-12 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 --- Comment #12 from Dominique d'Humieres 2011-01-12 22:18:35 UTC --- > I can reproduce this with a clean trunk on x86-64-linux with both -m32 and > -m64. I confirm that the ICE is not due to the patch. > Regarding the test case: I think it is

[Bug middle-end/47281] New: [4.6 Regression] error: non-trivial conversion at assignment

2011-01-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47281 Summary: [4.6 Regression] error: non-trivial conversion at assignment Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compon

[Bug fortran/47240] [F03] segfault with procedure pointer component

2011-01-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47240 --- Comment #14 from Dominique d'Humieres 2011-01-13 18:43:27 UTC --- > I have never said that it was valid (it is not mine and you have probably > recognized the style!-). Nevertheless there was no ICE at revision 168625 (I > saw it at revision

[Bug middle-end/31249] pseudo-optimization with sincos/cexpi

2011-01-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31249 Dominique d'Humieres changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comme

[Bug middle-end/31249] pseudo-optimization with sincos/cexpi

2011-01-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31249 --- Comment #20 from Dominique d'Humieres 2011-01-14 13:27:24 UTC --- I have forgotten to give the optimization levels: -O1 -O3 > gfc sincos_o.f904.23s8.32s

[Bug middle-end/47307] Uninitialized in this function: warning for initialized, no warning for uninitialized

2011-01-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47307 --- Comment #2 from Dominique d'Humieres 2011-01-15 21:50:05 UTC --- > In fact, the array 'lopt' is not initialized in the code, however, the > compiler > does not give warning about that. I try the same code with g95, it give a > warning messag

[Bug testsuite/41146] FAIL: gcc.target/powerpc/asm-es-2.c scan-assembler *

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

[Bug fortran/47359] Recursive functions of intrinsic names generates invalid assembler

2011-01-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47359 --- Comment #1 from Dominique d'Humieres 2011-01-19 20:44:27 UTC --- > I know this is sort of a contrived case but seems that gfortran is getting > confused in this case leading to syntactically invalid assembler. I don't see the invalid assembl

[Bug bootstrap/47402] [4.6 Regression] Bootstrap comparison failure

2011-01-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47402 Dominique d'Humieres changed: What|Removed |Added CC||aoliva at gcc dot gnu.org --- Comm

[Bug fortran/40737] Pointer references sometimes fail to define "span" symbols

2011-01-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40737 --- Comment #13 from Dominique d'Humieres 2011-01-22 22:37:05 UTC --- (In reply to comment #10) > Isn't this the same as PR34640? I think so, see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46339#c11 .

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #28 from Dominique d'Humieres 2011-01-23 08:44:45 UTC --- According to http://gcc.gnu.org/ml/gcc-regression/2011-01/msg00375.html revision 169136 caused a bootstrap failure on powerpc-apple-darwin9.8.0: /Users/regress/tbox/nativ

[Bug fortran/41951] [OOP] ICE in gfc_match_varspec, at fortran/primary.c:1815

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41951 --- Comment #5 from Dominique d'Humieres 2011-01-23 10:57:05 UTC --- > Another test case, from ... It is pr47399.

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #29 from Dominique d'Humieres 2011-01-23 11:17:32 UTC --- >From http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01607.html the bootstrap failure seems rather due to revision 169131. Note that revision 169142 bootstrapped on x86_64-apple

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #30 from Dominique d'Humieres 2011-01-23 11:43:09 UTC --- Concerning the timings in comment #27 they may reflect the fact the the inliner is not aggressive enough for fortran codes and that it is worsen when using -flto: For rnflow.f

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #31 from Dominique d'Humieres 2011-01-23 12:06:00 UTC --- The relevant pr for comment #30 is pr45810 comment #9. The threshold for fatigue.f90 was322 before revision 169136 and is now 1520 (~x5).

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #35 from Dominique d'Humieres 2011-01-23 15:02:43 UTC --- > Do you know what function we fail to inline? It is generalized_hookes_law. I have looked to fatigue.f90 in more details. With revision 168741, I see the transitions: 9.25

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #39 from Dominique d'Humieres 2011-01-23 16:32:38 UTC --- Created attachment 23089 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23089 -finline-limit=321 revision 168741 bzip2 fatigue.f90.048i.inline generated at revision168741

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #40 from Dominique d'Humieres 2011-01-23 16:33:39 UTC --- Created attachment 23090 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23090 -finline-limit=322 revision168741 bzip2 fatigue.f90.048i.inline generated at revision168741

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #41 from Dominique d'Humieres 2011-01-23 16:35:02 UTC --- Created attachment 23091 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23091 -finline-limit=321 revision 169142 bzip2 fatigue.f90.048i.inline generated at revision 16914

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #42 from Dominique d'Humieres 2011-01-23 16:36:00 UTC --- Created attachment 23092 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23092 -finline-limit=322 revision 169142 bzip2 fatigue.f90.048i.inline generated at revision 16914

[Bug lto/45810] 40% slowdown when using LTO for a single-file program

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45810 --- Comment #14 from Dominique d'Humieres 2011-01-23 17:04:07 UTC --- After removing the comments, generalized_hookes_law reads function generalized_hookes_law (strain_tensor, lambda, mu) result (stress_tensor) ! real (kind = LONGrea

[Bug lto/45810] 40% slowdown when using LTO for a single-file program

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45810 --- Comment #17 from Dominique d'Humieres 2011-01-23 19:38:30 UTC --- With the patch in comment #15 and -finline-limit=300, I get Date & Time : 23 Jan 2011 20:1

[Bug lto/45810] 40% slowdown when using LTO for a single-file program

2011-01-23 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45810 --- Comment #20 from Dominique d'Humieres 2011-01-23 23:20:34 UTC --- > This makes hookes_law estimate to be 91 instructions, so -finline-limit=183 > should be enough. With the patch in comment #19, I rather find a threshold of -finline-limit=25

[Bug lto/45810] 40% slowdown when using LTO for a single-file program

2011-01-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45810 --- Comment #21 from Dominique d'Humieres 2011-01-24 09:29:00 UTC --- I have regtested my working tree (with other patches) with the patch in comment #15 and got 180 new failures (likely 90 for both -m32 and -m64), but I have not checked that car

[Bug lto/45810] 40% slowdown when using LTO for a single-file program

2011-01-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45810 --- Comment #24 from Dominique d'Humieres 2011-01-24 18:16:47 UTC --- (In reply to comment #22) > That FRE pass should be after pass_sra_early (certainly after > pass_build_ealias). Moving pass_fre after pass_sra_early does not fix the failures

[Bug lto/44334] rnflow.f90 ~27% slower with -fwhole-program -flto after revision 159852

2011-01-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44334 --- Comment #47 from Dominique d'Humieres 2011-01-25 19:06:04 UTC --- > I sorted out increasing large function growth ratio as most safe way > to deal with (easier half of) this problem. Unlike the parameters for > inline limits it won't caus

[Bug middle-end/40979] induct benchmark 60% slower when compiled with -fgraphite-identity

2011-01-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40979 --- Comment #9 from Dominique d'Humieres 2011-01-26 10:23:12 UTC --- This pr is not fixed at revision 169261 (gfc). AFAIU -ftree-loop-linear is now implemented through graphite. This leads to a sort of regression with respect to revision 169227(g

[Bug middle-end/45505] [4.6 Regression] gfortran.dg/pr25923.f90

2011-01-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45505 Dominique d'Humieres changed: What|Removed |Added CC||dave.ang...@nrc-cnrc.gc.ca,

[Bug fortran/47042] ICE with character pointer in function

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

[Bug fortran/42546] ALLOCATED statement typo in the docs and for scalar variables

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

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