[Bug testsuite/58321] New: FAIL: gcc.target/i386/memcpy-strategy-3.c scan-assembler-times memcpy 2 on x86_64-apple-darwin*

2013-09-05 Thread dominiq at lps dot ens.fr
Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: dominiq at lps dot ens.fr CC: davidxl at gcc dot gnu.org, iains at gcc dot gnu.org Host: x86_64-apple-darwin

[Bug tree-optimization/58326] [4.9 Regression] ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:551

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

[Bug target/58139] PowerPC volatile VSX register live across call

2013-09-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 --- Comment #6 from Dominique d'Humieres --- > New Revision: 202286 This seems to break bootstrap on *86*-*-*, see http://gcc.gnu.org/ml/gcc-regression/2013-09/

[Bug target/58139] PowerPC volatile VSX register live across call

2013-09-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 --- Comment #8 from Dominique d'Humieres --- > FWIW, I was able to bootstrap subversion id 202295 on my x86_68 laptop > running RHEL 6.4, building c, c++, fortran languages, and using > --enable-lto --without-ppl --without-cloog. The failure is

[Bug target/58139] PowerPC volatile VSX register live across call

2013-09-05 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58139 --- Comment #11 from Dominique d'Humieres --- Boostrap with obj* completed successfully with r202295 reverted. I start again with the patch in comment#9.

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #13 from Dominique d'Humieres --- > Yes, confirmed that on x86_64-linux r202286 is the culprit. See pr58139 comments #6 to #11. I have successfully bootstrapped r202312 on x86_64-apple-darwin10 with the following patch: --- /opt/gcc

[Bug target/58269] [4.9 Regression] ICE when building libobjc on x86_64-apple-darwin* after revision 201915

2013-09-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58269 --- Comment #15 from Dominique d'Humieres --- (In reply to Iain Sandoe from comment #14) > assuming that the patch above is applied to deal with pr58139, Indeed! > Are you saying that: > - if (TARGET_MACHO) > -{ > - if (SSE_REGNO_P (re

[Bug fortran/58351] ICE using c_f_pointer subroutine and derived types

2013-09-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58351 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/58340] [4.9 regression] gcc/cp/pt.c:7064:1: internal compiler error: in propagate_threaded_block_debug_into, at tree-ssa-threadedge.c:623

2013-09-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58340 --- Comment #8 from Dominique d'Humieres --- Also seen on x86_64-apple-darwin10.

[Bug fortran/58351] ICE using c_f_pointer subroutine and derived types

2013-09-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58351 Dominique d'Humieres changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comm

[Bug sanitizer/56535] ICE: in build2_stat, at tree.c:3885 when compiling with -fsanitize=address

2013-09-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56535 --- Comment #6 from Dominique d'Humieres --- I confirm that this PR has been "fixed" by revision 199409 (r199408 gives ICEs).

[Bug target/44107] gcc emits frame (epilogue) info incompatible with the darwin {8,9}-unwinder,10-compacter

2013-09-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107 --- Comment #21 from Dominique d'Humieres --- *** Bug 55956 has been marked as a duplicate of this bug. ***

[Bug testsuite/55956] Multiple failures on powerpc-apple-darwin9 in the acats test if the check-ada is run from the gcc directory

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

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

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

[Bug c++/58366] invocation of thread_local class containing bound function leads to : "Illegal instruction: 4"

2013-09-09 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58366 --- Comment #5 from Dominique d'Humieres --- On x86_64-apple-darwin10, if I compile the test with -std=c++11 -fsanitize=address (w/wo -pthread), I get ==60580== ERROR: AddressSanitizer: heap-use-after-free on address 0x60080001bfe8 at pc 0x12

[Bug objc/50909] Process "#pragma options align=reset" correctly on Mac OS X

2013-09-13 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50909 --- Comment #4 from Dominique d'Humieres --- > I am trying to apply this patch on OSX Lion (10.8.5) to gcc 4.6.2, > but the diff command on OSX doesn't accept the --git option, > and am not sure how to rewrite the patch for Lion. Can you help?

[Bug fortran/58425] Finalization: Segfault at runtime

2013-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58425 --- Comment #1 from Dominique d'Humieres --- Works for me: [macbook] f90/bug% gfcc ~/test/Rouson/ssdSource/chapter05/hermetic/hermetic.F90 -c -Ofast [macbook] f90/bug% gfcc ~/test/Rouson/ssdSource/chapter05/hermetic/vortex.F90 -c -Ofast [macbook]

[Bug fortran/58356] ICE with finalization and type extension

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

[Bug fortran/58436] [4.9 Regression][OOP] ICE (segfault) in generate_finalization_wrapper for CLASS(*)

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

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #11 from Dominique d'Humieres --- The test gfortran.dg/defined_assignment_11.f90 fails on x86_64-apple-darwin10: Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Valgrind reports ==30916== Invalid read

[Bug tree-optimization/58473] [4.9 regression] FAIL: ext/random/normal_mv_distribution/cons/default.cc (test for excess errors)

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

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #13 from Dominique d'Humieres --- > What's the difference between defined_assignment_11_db.f90 and > defined_assignment_11.f90? In defined_assignment_11_db.f90 the print statements have been uncommented.

[Bug tree-optimization/58456] FAIL: gcc.dg/tree-ssa/slsr-39.c scan-tree-dump-times slsr "MEM" 4

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58456 --- Comment #2 from Dominique d'Humieres --- I have signaled the failure at http://gcc.gnu.org/ml/gcc-patches/2013-09/msg01317.html and got the following answer Thanks for reporting, I think this can be fixed by patch: http://gcc.gnu.org/ml/gcc

[Bug fortran/57697] [OOP] Segfault with defined assignment for components during intrinsic assignment

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57697 --- Comment #14 from Dominique d'Humieres --- (In reply to Dominique d'Humieres from comment #11) > The test gfortran.dg/defined_assignment_11.f90 fails on > x86_64-apple-darwin10: This is due to some patch I have in my working tree: the test pas

[Bug libfortran/58015] FAIL: gfortran.dg/round_4.f90: Unsatisfied symbol "nextafterl"

2013-09-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58015 --- Comment #2 from Dominique d'Humieres --- Is this PR different from pr58113 beside the missing nextafterl on hppa64-hp-hpux11.11?

[Bug fortran/58498] Bogus "Invalid kind for INTEGER"

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

[Bug bootstrap/58521] [4.9 Regression] bootstrap failure

2013-09-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58521 --- Comment #1 from Dominique d'Humieres --- I have a different boostrap failure on x86_64-apple-darwin10: /opt/gcc/build_w/./prev-gcc/xg++ -B/opt/gcc/build_w/./prev-gcc/ -B/opt/gcc/gcc4.9w/x86_64-apple-darwin10.8.0/bin/ -nostdinc++ -B/opt/gcc/bu

[Bug testsuite/50085] [4.7 Regression] FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE on x86_64-apple-darwin10

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

[Bug fortran/50094] [4.7 Regression] FAIL: gfortran.dg/coarray_6.f90

2011-08-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50094 --- Comment #1 from Dominique d'Humieres 2011-08-15 22:27:25 UTC --- I have not reached this stage yet, but I see the following typo (shallolvnot): gcc/fortran/resolve.c: gfc_error ("Function result '%s' at %L shallolvnot be a coarray or ha

[Bug fortran/50094] [4.7 Regression] FAIL: gfortran.dg/coarray_6.f90

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

[Bug target/50091] [4.5/4.6/4.7 Regression] -fstack-check gives bad assembly on powerpc-apple-darwin9

2011-08-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50091 --- Comment #4 from Dominique d'Humieres 2011-08-17 22:32:23 UTC --- If I edit the assembly code to have ... stw r0,-12284(r1) mr r0,r1 stw r0,-12556(r1) ... The code assembles, links and runs without further hiccup.

[Bug target/49987] [4.7 Regression] gcc.c-torture/compile/pr34856.c fails on powerpc-darwin9 from r176228

2011-08-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49987 --- Comment #9 from Dominique d'Humieres 2011-08-19 09:40:18 UTC --- > Would you be able to run a full bootstrap and > regression test with it? I'll submit the patch if that succeeds. I have done a clean bootstrap of revision 177878 with the p

[Bug gcov-profile/50127] [4.7 regression] g++.dg/tree-prof/partition2.C FAILs on several targets

2011-08-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50127 --- Comment #1 from Dominique d'Humieres 2011-08-19 14:22:34 UTC --- See pr50035 marked as a duplicate of bug 49972.

[Bug fortran/50129] [4.6/4.7 Regression] ICE on where statement

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

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

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

[Bug middle-end/50137] New: [4.7 Regression] ppc64/libstdc++-v3 is miscompiled on powerpc-apple-darwin9 since revision 177691

2011-08-20 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50137 Bug #: 50137 Summary: [4.7 Regression] ppc64/libstdc++-v3 is miscompiled on powerpc-apple-darwin9 since revision 177691 Classification: Unclassified Product: gcc Version: 4.7.0

[Bug middle-end/50145] New: FAIL: gcc.dg/torture/pr50067-*.c -O* execution test on powerpc*-*-*

2011-08-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50145 Bug #: 50145 Summary: FAIL: gcc.dg/torture/pr50067-*.c -O* execution test on powerpc*-*-* Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug debug/49901] gfortran.dg/debug/[pr35154-dwarf2.f/pr37738.f] failures on darwin

2011-08-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49901 --- Comment #8 from Dominique d'Humieres 2011-08-21 18:08:39 UTC --- Could the patch in comment #3 be applied without waiting for an answer about what to do with the -gno-strict-dwarf option on strict-dwarf platforms?

[Bug middle-end/50145] FAIL: gcc.dg/torture/pr50067-*.c -O* execution test on powerpc*-*-*

2011-08-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50145 --- Comment #2 from Dominique d'Humieres 2011-08-21 20:21:04 UTC --- > Can you please check why? Using (note that I am C illiterate;-) for (i = 0; i < 32; ++i) printf("%hd ", * (&a[i])); printf("\n"); before and after for (i = 0; i

[Bug libstdc++/50143] Doxygen API documentation is invalid

2011-08-21 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50143 --- Comment #10 from Dominique d'Humieres 2011-08-21 20:56:00 UTC --- > I don't know which browser you are using, but with Firefox 6 the documentation > is definitely readable. This is the same with Safari. Note that on both Safari and Firefox,

[Bug fortran/50149] loader error with source containing common blocks

2011-08-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50149 --- Comment #2 from Dominique d'Humieres 2011-08-22 13:51:46 UTC --- > For instance, the following example works for me on Linux with no special > options and with the options you used. It works also for me on x86_64-apple-darwin10.8.0 with 4.4.

[Bug fortran/50163] Internal compiler error: initialization expression

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

[Bug middle-end/50178] [4.6 regression] ICE with gfortran -O3, not with gfortran -02

2011-08-24 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50178 --- Comment #3 from Dominique d'Humieres 2011-08-24 18:20:01 UTC --- The code compiles with gfortran 4.6.1 and -O3 -ffast-math.

[Bug testsuite/50185] New: [4.7 Regression] FAIL: gcc.target/i386/avx2-vmovmskb-2.c scan-assembler vmovmskb on x86_64-apple-darwin10

2011-08-25 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50185 Bug #: 50185 Summary: [4.7 Regression] FAIL: gcc.target/i386/avx2-vmovmskb-2.c scan-assembler vmovmskb on x86_64-apple-darwin10 Classification: Unclassified Product: gcc

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

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

[Bug testsuite/50185] [4.7 Regression] Bad AVX2 tests

2011-08-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50185 --- Comment #5 from Dominique d'Humieres 2011-08-26 12:38:44 UTC --- This pr is fixed by the updated patch. Thanks.

[Bug middle-end/50210] [4.6/4.7 Regression] ICE: in create_linear_expr_from_tree, at graphite-sese-to-poly.c:1137 with fgraphite-identity -ffast-math -fno-tree-scev-cprop -fstrict-overflow

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

[Bug target/49987] [4.7 Regression] gcc.c-torture/compile/pr34856.c fails on powerpc-darwin9 from r176228

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49987 Dominique d'Humieres changed: What|Removed |Added CC||aldyh at redhat dot com,

[Bug fortran/50225] The allocation status for polymorphic allocatable variables is not set properly

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50225 --- Comment #1 from Dominique d'Humieres 2011-08-29 13:49:48 UTC --- On x86_64-apple-darwin10 I don't need the option -fcheck=all to get the run-timr error. However the error goes away with any optimization above -O1 (at least all those I have tr

[Bug middle-end/50137] [4.7 Regression] ppc64/libstdc++-v3 is miscompiled on powerpc-apple-darwin9 since revision 177691

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50137 Dominique d'Humieres changed: What|Removed |Added CC||paolo.carlini at oracle dot

[Bug fortran/50227] [4.7 Regression] ICE on valid with allocatable class component

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

[Bug fortran/50227] [4.7 Regression] [OOP] ICE on valid with allocatable class component

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50227 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0

[Bug fortran/50227] [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50227 --- Comment #6 from Dominique d'Humieres 2011-08-29 17:34:02 UTC --- Why setting this pr as unconfirmed?

[Bug fortran/50227] [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50227 --- Comment #8 from Dominique d'Humieres 2011-08-29 17:39:01 UTC --- > Oops. Did I do this? Sorry, it was not intentional ... Apparently this happens while changing the summary(?).

[Bug fortran/50227] [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable

2011-08-29 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50227 --- Comment #9 from Dominique d'Humieres 2011-08-29 18:17:50 UTC --- > > (r171654?). > > Rather not. This one only concerns type-bound procedures (of which Andrew's > test case has none): Sorry to be such a nuisance, but it is: r171653 works, r1

[Bug fortran/50227] [4.7 Regression] [OOP] ICE-on-valid with allocatable class variable

2011-08-30 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50227 --- Comment #13 from Dominique d'Humieres 2011-08-30 17:24:31 UTC --- > gfortran-4.7 -c module.f90 > gfortran-4.7 program.f90 What about gfortran-4.7 program.f90 module.o? AFAIK there is not "object" in the *.mod files.

[Bug bootstrap/50265] New: [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin*

2011-09-01 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50265 Bug #: 50265 Summary: [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin* Classification: Unclassified

[Bug bootstrap/50265] [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin*

2011-09-02 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50265 Dominique d'Humieres changed: What|Removed |Added CC||mjambor at suse dot cz --- Comment

[Bug bootstrap/50265] [4.7 Regression] Bootstrap failure "BufferedImage.java:336:0: internal compiler error: Segmentation fault" on *-apple-darwin*

2011-09-02 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50265 --- Comment #3 from Dominique d'Humieres 2011-09-02 11:28:03 UTC --- > I'm sure it is. At least on x86_64-apple-darwin10 it is fixed by the patch for pr50260 at http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00052.html .

[Bug rtl-optimization/49972] Invalid .gcc_except_table with -freorder-blocks-and-partition

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

[Bug rtl-optimization/49972] Invalid .gcc_except_table with -freorder-blocks-and-partition

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

[Bug testsuite/50023] FAIL: gcc.dg/graphite/id-pr46845.c (test for excess errors)

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

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-04 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #1 from Dominique d'Humieres 2011-09-04 19:18:00 UTC --- I think I understand what's happening, although I don't know how to fix it: (1) gfortran.dg/class_45a.f03 is compiled and generate g_nodes.mod, (2) gfortran.dg/class_45b.f03 is

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

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

[Bug fortran/50288] FAIL: gfortran.dg/class_45b.f03

2011-09-04 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50288 --- Comment #4 from Dominique d'Humieres 2011-09-04 20:35:36 UTC --- > An evil trick would be the following, which causes a run once: ... It works, but I think if this trick is used, it should be documented as in gcc/testsuite/gfortran.dg/cray_p

[Bug c++/50296] [4.7 Regression] New C++ test failures

2011-09-06 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50296 Dominique d'Humieres changed: What|Removed |Added Target|i686-pc-linux-gnu, |i686-pc-linux-gnu,

[Bug testsuite/49464] [4.6/4.7 Regression] FAIL: g++.dg/ext/altivec-17.C (test for errors, line 15)

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

[Bug fortran/50316] ICE on fortran code with -O2 and -march=core2 options

2011-09-07 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50316 --- Comment #2 from Dominique d'Humieres 2011-09-07 13:00:34 UTC --- It looks like a duplicate of pr39856 fixed at revisions 147803/147804. You should update your gfortran 4.5.3 or better 4.6.1.

[Bug middle-end/50325] 76 new fails with rev. 177691

2011-09-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #1 from Dominique d'Humieres 2011-09-08 10:49:08 UTC --- It looks as a duplicate of pr50137 (with less failures on ppc-darwin).

[Bug fortran/50331] -Wuninitialized and variable passed to WRITE statements

2011-09-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50331 --- Comment #1 from Dominique d'Humieres 2011-09-08 15:18:30 UTC --- It is likely a duplicate of pr34721.

[Bug middle-end/50343] [4.7 Regression] FAIL: gfortran.dg/graphite/id-22.f

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

[Bug fortran/50392] SIGSEGV in gfc_trans_label_assign

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

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-09-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #6 from Dominique d'Humieres 2011-09-14 12:42:06 UTC --- > Created attachment 25270 [details] > Experimental fix I'll test the patch on ppc-darwin9, but it will take some time on my slow machine. Meanwhile do you understand why the t

[Bug fortran/47978] [OOP] Invalid INTENT in overriding TBP not detected

2011-09-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47978 --- Comment #7 from Dominique d'Humieres 2011-09-14 13:31:15 UTC --- Janus, I am worried about your fix as it seems to break at least the original tests of pr41656 and pr41685: pr41656.f90:68.13: procedure, pass(a) :: s_scal => s_coo_scal

[Bug middle-end/50137] [4.7 Regression] ppc64/libstdc++-v3 is miscompiled on powerpc-apple-darwin9 since revision 177691

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

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

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

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

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

[Bug tree-optimization/50414] [4.7 Regression] gfortran -Ofast SIGSEGV in store_constructor

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50414 Dominique d'Humieres changed: What|Removed |Added Summary|gfortran -Ofast SIGSEGV in |[4.7 Regression] gfortran

[Bug tree-optimization/50415] [4.7 Regression] gfortran -Ofast SIGSEGV in find_uses_to_rename_use

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50415 Dominique d'Humieres changed: What|Removed |Added Summary|gfortran -Ofast SIGSEGV in |[4.7 Regression] gfortran

[Bug fortran/50416] gfortran -O1 ICE MPFR assertion failed: 0

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50416 --- Comment #1 from Dominique d'Humieres 2011-09-15 10:39:12 UTC --- It works for me with -O1, -Ofast, and -m32 -Ofast. I used x86_64-apple-darwin10 with GMP version 5.0.2, MPFR version 3.0.1, MPC version 0.9 Likely a MPFR (or its use) bug. I s

[Bug fortran/50411] gfortran -Ofast SIGSEGV in vect_recog_dot_prod_pattern

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50411 --- Comment #1 from Dominique d'Humieres 2011-09-15 10:55:19 UTC --- Likely a duplicate of pr50343 fixed by revision 178775. I use this pr for some general comments: (1) follow the Mikael Morin's advice in pr50375 comment #4: > Please paste t

[Bug fortran/50409] SIGSEGV in gfc_simplify_expr

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

[Bug fortran/50410] [4.6/4.7 Regression] ICE in record_reference

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

[Bug testsuite/50076] FAIL: c-c++-common/cxxbitfields-3.c scan-assembler movl.*, var on x86_64-apple-darwin10

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

[Bug tree-optimization/50414] [4.7 Regression] gfortran -Ofast SIGSEGV in store_constructor

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50414 --- Comment #3 from Dominique d'Humieres 2011-09-15 11:27:35 UTC --- > This is a regression that occurred between revisions 173852 (OK) and 175707 > (ICE). If needed, I'll be able to narrow the range later today. 173817 is OK 173917 gives the IC

[Bug tree-optimization/50415] [4.7 Regression] gfortran -Ofast SIGSEGV in find_uses_to_rename_use

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50415 --- Comment #3 from Dominique d'Humieres 2011-09-15 11:30:14 UTC --- > This is a regression that occurred in the same range as pr50414 (between > revisions 173852 (OK) and 175707 (ICE)). r174030 is OK r174283 gives the ICE.

[Bug tree-optimization/50415] [4.7 Regression] gfortran -Ofast SIGSEGV in find_uses_to_rename_use

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50415 --- Comment #4 from Dominique d'Humieres 2011-09-15 11:33:16 UTC --- '-O2 -ftree-vectorize' is OK, '-O3' gives the ICE.

[Bug fortran/50407] compiler confused by .operator.

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50407 --- Comment #3 from Dominique d'Humieres 2011-09-15 20:28:15 UTC --- g95 fails with In file pr50407.f90:10 print 2.ip.8 ! gfortran gets confused, expects a comma 1 Error: Syntax error in PRINT statement at (1) print *

[Bug fortran/50407] compiler confused by .operator.

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50407 --- Comment #8 from Dominique d'Humieres 2011-09-15 22:06:50 UTC --- > So as Steve, I think the code is invalid. My mistake: I did not parse the code well enough to realize that the result of the operator was a valid format. Concerning the actua

[Bug middle-end/50426] [4.7 Regression] gfortran -O1 ICE in estimate_function_body_sizes

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

[Bug middle-end/50426] [4.7 Regression] gfortran -O1 ICE in estimate_function_body_sizes

2011-09-15 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50426 Dominique d'Humieres changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Com

[Bug ada/50433] New: [4.7 Regression] acats tests FAIL: c460010 on x86_64-apple-darwin10

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50433 Bug #: 50433 Summary: [4.7 Regression] acats tests FAIL: c460010 on x86_64-apple-darwin10 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug testsuite/50435] New: FAIL: gcc.dg/vect/bb-slp-25.c (-flto)? scan-tree-dump-times slp "basic block vectorized using SLP" 1

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50435 Bug #: 50435 Summary: FAIL: gcc.dg/vect/bb-slp-25.c (-flto)? scan-tree-dump-times slp "basic block vectorized using SLP" 1 Classification: Unclassified Product: gcc

[Bug middle-end/50325] [4.7 Regression] 76 new fails with rev. 177691

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325 --- Comment #9 from Dominique d'Humieres 2011-09-16 14:41:19 UTC --- I have done a clean bootstrap of powerpc-apple-darwin9 and x86_64-apple-darwin10 with the patch in comment #5 with all languages except go. I have posted the results of the te

[Bug tree-optimization/34265] Missed optimizations

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34265 --- Comment #35 from Dominique d'Humieres 2011-09-16 15:42:15 UTC --- This pr (as well as pr49006) seems to have been fixed between revisions 176696 and 177649. I am closing pr49006 as fixed and I'll use this pr to track the remaining issues.

[Bug tree-optimization/49006] [4.6/4.7 Regression] Missed vectorization due to revision 167531

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

[Bug testsuite/50435] FAIL: gcc.dg/vect/bb-slp-25.c (-flto)? scan-tree-dump-times slp "basic block vectorized using SLP" 1

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50435 --- Comment #2 from Dominique d'Humieres 2011-09-16 15:53:07 UTC --- > I understand that the loop vectorization somehow worked, so could you please > try the following patch to avoid it: Sorry, but after the patch I still have Running /opt/gcc/

[Bug testsuite/50435] FAIL: gcc.dg/vect/bb-slp-25.c (-flto)? scan-tree-dump-times slp "basic block vectorized using SLP" 1

2011-09-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50435 --- Comment #4 from Dominique d'Humieres 2011-09-16 17:37:17 UTC --- Created attachment 25307 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25307 slp dump attached

[Bug testsuite/50185] [4.7 Regression] Bad AVX2 tests

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

[Bug tree-optimization/34265] Missed optimizations

2011-09-17 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34265 Dominique d'Humieres changed: What|Removed |Added CC||irar at gcc dot gnu.org,

<    6   7   8   9   10   11   12   13   14   15   >