Re: **Help I love GCC

2011-10-14 Thread Liu
2011/10/14 Ian Lance Taylor i...@google.com: 花儿对我笑 870523...@qq.com writes: Please see the whole E-mail Please send a GCC for windows. Language:Chinese or English. I'm a Chinese student,now I'm studing C++.I want a GCC(For Windows,Chinese),but my English

Re: VIS2 pattern review

2011-10-14 Thread Eric Botcazou
Right and as Richard said I can munge the modes during expansion of existing builtins when needed. OK, but you precisely shouldn't need to do it since the type is fixed. -- Eric Botcazou

Re: Vector alignment tracking

2011-10-14 Thread Richard Guenther
On Thu, Oct 13, 2011 at 6:57 PM, Andi Kleen a...@firstfloor.org wrote: Or I am missing someting? I often see the x86 vectorizer with -mtune=generic generate a lot of complicated code just to adjust for potential misalignment. My thought was just if the alias oracle knows what the original

RE: Question about default_elf_asm_named_section function

2011-10-14 Thread Iyer, Balaji V
Can I submit a patch for it? Or is it a small thing that patch is not necessary? Thanks, Balaji V. Iyer. -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Friday, October 14, 2011 12:38 AM To: Iyer, Balaji V Cc: 'gcc@gcc.gnu.org' Subject: Re: Question about

[BUG?] GCC 4.5.2 produces deprecated ARM relocation

2011-10-14 Thread Ben Gamari
I was recently trying to test GCC's behavior in producing various types of ARM relocations. In particular, I was trying to produce an R_ARM_JUMP24 relocation, which requires veneer. It was suggested that the code most likely to produce this relocation would involve some sort of tail recursion. I

Handling R_ARM_JUMP24 with inter-working

2011-10-14 Thread Ben Gamari
Recently I've been taking a foray into the ARM ABI to port the Glasgow Haskell Compiler's internal linker to ARM. One question I've run into is how to handle the case of interworking with R_ARM_JUMP24. This particular relocation could be generated often by GHC as a result of tail call

Re: Handling R_ARM_JUMP24 with inter-working

2011-10-14 Thread Richard Earnshaw
On 14/10/11 17:40, Ben Gamari wrote: According to the ELF for ARM specification, this case requires the generation of veneer code to handle the instruction set switch. My question is where can one reliably place this veneer such that it is within the 2^11 window permitted by the relevant

Re: [BUG?] GCC 4.5.2 produces deprecated ARM relocation

2011-10-14 Thread Richard Earnshaw
On 14/10/11 17:40, Ben Gamari wrote: I was recently trying to test GCC's behavior in producing various types of ARM relocations. In particular, I was trying to produce an R_ARM_JUMP24 relocation, which requires veneer. It was suggested that the code most likely to produce this relocation would

Re: [BUG?] GCC 4.5.2 produces deprecated ARM relocation

2011-10-14 Thread Ben Gamari
On Fri, 14 Oct 2011 18:38:26 +0100, Richard Earnshaw rearn...@arm.com wrote: On 14/10/11 17:40, Ben Gamari wrote: I was recently trying to test GCC's behavior in producing various types of ARM relocations. In particular, I was trying to produce an R_ARM_JUMP24 relocation, which requires

Re: Question about default_elf_asm_named_section function

2011-10-14 Thread Ian Lance Taylor
Iyer, Balaji V balaji.v.i...@intel.com writes: Can I submit a patch for it? Or is it a small thing that patch is not necessary? I will preapprove such a patch for anybody with commit access. Ian -Original Message- From: Ian Lance Taylor [mailto:i...@google.com] Sent: Friday,

RE: Question about default_elf_asm_named_section function

2011-10-14 Thread Iyer, Balaji V
Attached, please find a patch fixing this issue. 2011-10-14 Balaji V. Iyer balaji.v.i...@intel.com * varasm.c (default_elf_asm_named_section): Removed ATTRIBUTE_UNUSED tag before decl. Thanks, Balaji V. Iyer. -Original Message- From: Ian Lance Taylor

gcc-4.6-20111014 is now available

2011-10-14 Thread gccadmin
Snapshot gcc-4.6-20111014 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.6-20111014/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-10-14 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #34 from Mikael Pettersson mikpe at it dot uu.se 2011-10-14 07:54:15 UTC --- Created attachment 25494 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25494 backported fragment of r171341, fixes insv on m68k With this patch, a

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-10-14 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #35 from Mikael Pettersson mikpe at it dot uu.se 2011-10-14 07:57:24 UTC --- (In reply to comment #34) Created attachment 25494 [details] backported fragment of r171341, fixes insv on m68k With this patch, a trivial forward-port

[Bug bootstrap/50699] [4.7 Regression] Bootstrap fails on *-apple-darwin* due to revision 179820

2011-10-14 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50699 --- Comment #3 from Iain Sandoe iains at gcc dot gnu.org 2011-10-14 08:13:12 UTC --- Author: iains Date: Fri Oct 14 08:13:04 2011 New Revision: 179962 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179962 Log: gcc: PR bootstrap/50699

[Bug bootstrap/50699] [4.7 Regression] Bootstrap fails on *-apple-darwin* due to revision 179820

2011-10-14 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50699 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

2011-10-14 Thread tg at mirbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #36 from Thorsten Glaser tg at mirbsd dot org 2011-10-14 08:39:06 UTC --- With this patch, a trivial forward-port of the gcc-4.5.3 Ada/m68k patch, and a … r178834) I was finally able to successfully bootstrap Ada on m68k-linux.

[Bug libstdc++/50714] codecvt_byname::codecvt::_M_c_locale_codecvt not initialized by destroyed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50714 --- Comment #10 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 08:51:08 UTC --- I wonder if another alternative would have been, also for better error reporting to the user, to do sth like explicit codecvt(size_t __refs

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Component|rtl-optimization|target

[Bug c++/17212] -W(no)format-zero-length does not work with C++

2011-10-14 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17212 --- Comment #3 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-14 09:14:31 UTC --- Author: paolo Date: Fri Oct 14 09:14:26 2011 New Revision: 179963 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179963 Log: /gcc 2011-10-14

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug tree-optimization/50723] [4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug c++/17212] -W(no)format-zero-length does not work with C++

2011-10-14 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17212 --- Comment #4 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-14 09:15:02 UTC --- Author: paolo Date: Fri Oct 14 09:14:58 2011 New Revision: 179964 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179964 Log: /gcc 2011-10-14

[Bug c++/17212] -W(no)format-zero-length does not work with C++

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17212 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/50723] [4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug tree-optimization/50717] [4.7 Regression] Silent code gen fault with incorrect widening of multiply

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50717 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug middle-end/50716] Segmentation fault caused by misaligned vector access

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50716 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug tree-optimization/50723] [4.6/4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.7.0 |4.6.2

[Bug libstdc++/50714] codecvt_byname::codecvt::_M_c_locale_codecvt not initialized by destroyed

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50714 --- Comment #11 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-14 09:44:05 UTC --- Note that a codecvt constructor taking (__c_local, size_t) isn't Standard, we don't want it in the primary. If you ask me, not having written this

[Bug c++/50726] New: Internal compiler error when specializing template with an Enum Class

2011-10-14 Thread coyotte508 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50726 Bug #: 50726 Summary: Internal compiler error when specializing template with an Enum Class Classification: Unclassified Product: gcc Version: 4.5.2 Status:

[Bug c++/50726] Internal compiler error when specializing template with an Enum Class

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50726 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libstdc++/50714] codecvt_byname::codecvt::_M_c_locale_codecvt not initialized by destroyed

2011-10-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50714 --- Comment #12 from Jonathan Wakely redi at gcc dot gnu.org 2011-10-14 10:14:10 UTC --- The testcase is invalid, std types can only be specialized for user-defined types. It can be made valid by: #include ext/pod_char_traits.h #define mychar

[Bug libfortran/50016] [4.6/4.7 Regression] Drastic I/O performance regression on Windows

2011-10-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50016 Tobias Burnus burnus at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug tree-optimization/50723] [4.6/4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 11:03:11 UTC --- Author: rguenth Date: Fri Oct 14 11:03:06 2011 New Revision: 179967 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179967 Log: 2011-10-14 Richard

[Bug middle-end/50716] Segmentation fault caused by misaligned vector access

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50716 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc

[Bug middle-end/50716] Segmentation fault caused by misaligned vector access

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50716 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 12:10:52 UTC --- (In reply to comment #4) It's because we do align = MAX (TYPE_ALIGN (TREE_TYPE (exp)), get_object_alignment (exp)); which discards the

[Bug bootstrap/49242] Bootstrap comparison failure

2011-10-14 Thread michael.a.richmond at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49242 --- Comment #4 from Michael Richmond michael.a.richmond at nasa dot gov 2011-10-14 12:13:54 UTC --- (In reply to comment #3) May be related to bug 50709. Michael, did you use --disable-checking configure option? I used

[Bug tree-optimization/50723] [4.6/4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 --- Comment #5 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 12:17:49 UTC --- Author: rguenth Date: Fri Oct 14 12:17:41 2011 New Revision: 179974 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179974 Log: 2011-10-14 Richard

[Bug middle-end/50712] [4.7 regression] invalid argument to gimple call

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50712 --- Comment #7 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 12:17:49 UTC --- Author: rguenth Date: Fri Oct 14 12:17:41 2011 New Revision: 179974 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179974 Log: 2011-10-14 Richard

[Bug tree-optimization/50727] New: ICE with segfault in flow_bb_inside_loop_p

2011-10-14 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50727 Bug #: 50727 Summary: ICE with segfault in flow_bb_inside_loop_p Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/50723] [4.6/4.7 regression] internal compiler error: verify_ssa failed

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50723 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/50727] [4.7 Regression] ICE with segfault in flow_bb_inside_loop_p

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50727 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Target|arm-none-eabi |arm-*-*,

[Bug rtl-optimization/50728] New: Inefficient vector loads from aggregates passed by value

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50728 Bug #: 50728 Summary: Inefficient vector loads from aggregates passed by value Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug tree-optimization/50713] SLP vs loop: code generated differs

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50713 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 12:38:20 UTC --- I split out the inefficient by-value passing thing to PR50728

[Bug bootstrap/50689] AIX bootstrap failure from cgraphunit.c aliases change

2011-10-14 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50689 --- Comment #4 from Jan Hubicka hubicka at gcc dot gnu.org 2011-10-14 12:50:54 UTC --- Thanks. I am testing the following patch. Could you, please, verify that it soves the problem on AIX? I am quite convinced the aliases should be output

[Bug tree-optimization/50713] SLP vs loop: code generated differs

2011-10-14 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50713 --- Comment #3 from vincenzo Innocente vincenzo.innocente at cern dot ch 2011-10-14 12:54:46 UTC --- thanks for the splitting: it is indeed the most serious problem. what about complex ops in scalar code? keep it here and shall I spawn a specific

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 Don donmgeso at hotmail dot com changed: What|Removed |Added CC||donmgeso at hotmail dot

[Bug rtl-optimization/50728] Inefficient vector loads from aggregates passed by value

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50728 --- Comment #1 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 13:10:06 UTC --- Other testcase: typedef float Value; struct A { Value a[16 / sizeof (Value)]; } __attribute__ ((aligned(16))); Value get(A a) { return a.a[0]; }

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #4 from Don donmgeso at hotmail dot com 2011-10-14 13:11:09 UTC --- Found this bug while trying to compile Spidermonkey 1.85 with gcc 4.6 (g++). nanojit.h:183:26: error: 'isS32' declared as an 'inline' variable. The code is: static

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #5 from Jonathan Wakely redi at gcc dot gnu.org 2011-10-14 13:14:34 UTC --- (In reply to comment #4) Is there a fix for this or is this version flawed? Can we be certain this bug will be fixed by the next release? This is a basic

[Bug tree-optimization/50713] SLP vs loop: code generated differs

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50713 --- Comment #4 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 13:23:52 UTC --- (In reply to comment #3) thanks for the splitting: it is indeed the most serious problem. what about complex ops in scalar code? keep it here and shall

[Bug target/50721] [4.6/4.7 Regression] Segfault of -O0 compiled program on x86_64 related to register allocator

2011-10-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50721 --- Comment #8 from Bernd Schmidt bernds at gcc dot gnu.org 2011-10-14 13:23:58 UTC --- It looks like gsl_poly_dd_taylor overwrites part of the caller's stack frame. Specifically, this statement w[size - 1] = 1.0; appears to go out of bounds.

[Bug target/50721] [4.6/4.7 Regression] Segfault of -O0 compiled program on x86_64 related to register allocator

2011-10-14 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50721 --- Comment #9 from Bernd Schmidt bernds at gcc dot gnu.org 2011-10-14 13:29:35 UTC --- Hmm, even without understanding Fortran it looks like real(fgsl_double) :: ra, xa(10), ya(10), da(10), di(10), d(2) declares d as a 2 element array, but

[Bug bootstrap/50715] bootstrap fails with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added Summary|build with |bootstrap fails

[Bug target/50719] segmentation fault when attempting to build libav with gcc trunk

2011-10-14 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50719 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added CC||ro at gcc dot

[Bug bootstrap/50715] bootstrap fails with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added CC||ro at gcc dot

[Bug tree-optimization/50729] New: Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening

2011-10-14 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50729 Bug #: 50729 Summary: Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening Classification: Unclassified Product: gcc Version: 4.7.0

[Bug target/50721] [4.6/4.7 Regression] Segfault of -O0 compiled program on x86_64 related to register allocator

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

[Bug rtl-optimization/50728] Inefficient vector loads from aggregates passed by value

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50728 --- Comment #2 from Richard Guenther rguenth at gcc dot gnu.org 2011-10-14 13:40:31 UTC --- typedef __complex__ float Value; struct A { Value a[16 / sizeof (Value)]; } __attribute__ ((aligned(16))); Value get(A a) { return a.a[0]; }

[Bug tree-optimization/50729] Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening

2011-10-14 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50729 --- Comment #1 from Matthew Gretton-Dann mgretton at sourceware dot org 2011-10-14 13:40:14 UTC --- Created attachment 25498 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25498 Cutdown pre-processed non-executable testcase

[Bug tree-optimization/50729] Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening

2011-10-14 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50729 --- Comment #2 from Matthew Gretton-Dann mgretton at sourceware dot org 2011-10-14 13:49:15 UTC --- Created attachment 25499 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25499 Tree just before VRP

[Bug tree-optimization/50729] Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening

2011-10-14 Thread mgretton at sourceware dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50729 --- Comment #3 from Matthew Gretton-Dann mgretton at sourceware dot org 2011-10-14 13:49:50 UTC --- Created attachment 25500 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25500 VRP1 Analysis and resultant tree

[Bug tree-optimization/50730] New: SLP vectorization confused by unrelated DRs

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50730 Bug #: 50730 Summary: SLP vectorization confused by unrelated DRs Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: missed-optimization

[Bug target/50721] [4.6/4.7 Regression] Segfault of -O0 compiled program on x86_64 related to register allocator

2011-10-14 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50721 --- Comment #11 from Dominique d'Humieres dominiq at lps dot ens.fr 2011-10-14 13:58:21 UTC --- Well, in this example size is 3, hence, w[size -1] == w[2]. In Fortran, the w is the last argument, which is 2 and thus d(2) == d(1:2) has two

[Bug tree-optimization/50729] [4.7 Regression] Silent code gen fault: Value range propagation seems to propagate values across narrowing/widening

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50729 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED

[Bug c++/36659] Confusing error message order 'error: ‘functionname’ declared as an ‘inline’ variable'

2011-10-14 Thread donmgeso at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36659 --- Comment #6 from Don donmgeso at hotmail dot com 2011-10-14 14:13:59 UTC --- Yeah.., soon realized that after looking into it. Thanks.

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread ejtttje at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 Ethan Tira-Thompson ejtttje at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/48126] arm_output_sync_loop: misplaced memory barrier

2011-10-14 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126 --- Comment #10 from rsandifo at gcc dot gnu.org rsandifo at gcc dot gnu.org 2011-10-14 14:38:48 UTC --- Author: rsandifo Date: Fri Oct 14 14:38:42 2011 New Revision: 179980 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179980 Log: gcc/

[Bug c++/38174] Missing some built-in candidates for operator overloading

2011-10-14 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38174 --- Comment #8 from paolo at gcc dot gnu.org paolo at gcc dot gnu.org 2011-10-14 14:43:06 UTC --- Author: paolo Date: Fri Oct 14 14:43:03 2011 New Revision: 179984 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179984 Log: /cp 2011-10-14

[Bug c++/38174] Missing some built-in candidates for operator overloading

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38174 Paolo Carlini paolo.carlini at oracle dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/48126] arm_output_sync_loop: misplaced memory barrier

2011-10-14 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48126 rsand...@gcc.gnu.org rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|NEW

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 --- Comment #4 from Jonathan Wakely redi at gcc dot gnu.org 2011-10-14 14:47:18 UTC --- (In reply to comment #0) if they are testing for 'bad' values (e.g. isnan), that's probably significant -- otherwise the user wouldn't have added the

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 --- Comment #5 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-14 14:56:27 UTC --- I haven't really followed this discussion, but I remember a very similar one some time ago, and I suspect that part of the confusion stems from the

[Bug bootstrap/50715] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread gseanmcg at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 Sean McGovern gseanmcg at gmail dot com changed: What|Removed |Added Summary|bootstrap fails with error |bootstrap fails

[Bug libstdc++/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 --- Comment #6 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-14 15:07:40 UTC --- I was also thinking, maybe from the user point of view, a good way to deal with this kind of problem today is splitting the computation in parts via the

[Bug fortran/50718] [4.6/4.7 Regression] ICE (fold_convert) with -fcheck=pointer

2011-10-14 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50718 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2011-10-14 15:09:25 UTC --- Author: burnus Date: Fri Oct 14 15:09:21 2011 New Revision: 179988 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179988 Log: 2011-10-14 Tobias Burnus

[Bug target/50719] segmentation fault when attempting to build libav with gcc trunk

2011-10-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50719 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-10-14 15:16:02 UTC --- --- Comment #1 from Sean McGovern gseanmcg at gmail dot com 2011-10-14 13:31:13 UTC --- Rainer, any ideas? Not without

[Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added CC||bkoz at gcc dot

[Bug tree-optimization/50717] [4.7 Regression] Silent code gen fault with incorrect widening of multiply

2011-10-14 Thread ams at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50717 Andrew Stubbs ams at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-14 15:32:24 UTC --- By the way, a couple of weeks ago I'm pretty sure to have read mentioned a small glitch in the linker script, revealed by a warning which doesn't show

[Bug middle-end/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 Michael Matz matz at gcc dot gnu.org changed: What|Removed |Added Status|RESOLVED|REOPENED Last

[Bug middle-end/50704] FAIL: gcc.target/i386/warn-vect-op-1.c

2011-10-14 Thread tema at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50704 --- Comment #9 from Artem Shinkarov tema at gcc dot gnu.org 2011-10-14 15:39:56 UTC --- The problem should be fixed with 179991. Anyone running 32-bit architectures, please confirm.

[Bug target/46278] avr-gcc 4.5.1 doing suboptimal reloads using X

2011-10-14 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46278 --- Comment #6 from Georg-Johann Lay gjl at gcc dot gnu.org 2011-10-14 15:42:40 UTC --- Author: gjl Date: Fri Oct 14 15:42:33 2011 New Revision: 179993 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=179993 Log: PR target/46278 *

[Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target|i386-pc-solaris2.10 |*-*-solaris2*

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #2 from gee jojelino at gmail dot com 2011-10-14 16:01:26 UTC --- following passes were enabled. i think if the following result of -fdump-passes aren't same for the result of -m32, the wrong generated one wouldn't come out. $ gcc -O3

[Bug bootstrap/50715] [4.7 regression] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld

2011-10-14 Thread ro at CeBiTec dot Uni-Bielefeld.DE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715 --- Comment #9 from ro at CeBiTec dot Uni-Bielefeld.DE ro at CeBiTec dot Uni-Bielefeld.DE 2011-10-14 16:02:16 UTC --- --- Comment #7 from Paolo Carlini paolo.carlini at oracle dot com 2011-10-14 15:32:24 UTC --- By the way, a couple of weeks

[Bug middle-end/50724] isnan broken by -ffinite-math-only in g++

2011-10-14 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50724 --- Comment #8 from Andrew Pinski pinskia at gcc dot gnu.org 2011-10-14 16:03:06 UTC --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25975 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28795 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28796

[Bug rtl-optimization/50696] [x32] Unnecessary lea

2011-10-14 Thread bonzini at gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50696 Paolo Bonzini bonzini at gnu dot org changed: What|Removed |Added CC||bonzini at gnu dot

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #3 from gee jojelino at gmail dot com 2011-10-14 16:26:15 UTC --- generated prologue with pseudo-reloc.ii (wrong one) ;; ;; Full RTL generated for this function: ;; (note 8 0 11 NOTE_INSN_DELETED) (note 11 8 459 2 [bb 2]

[Bug target/50705] Wrong assembly generated for bitwise AND for ppc 476

2011-10-14 Thread santoshkumar.a at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50705 --- Comment #9 from SK santoshkumar.a at gmail dot com 2011-10-14 16:26:38 UTC --- Below is another scenario:: test_bit called with args PG_slab = 7; page-flags = 0xc0; test_bit(PG_slab, page-flags) returns value 0. This is used by PageSlab in

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #4 from gee jojelino at gmail dot com 2011-10-14 16:27:31 UTC --- Created attachment 25501 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25501 reduced source code but generates correct prologue.

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #5 from gee jojelino at gmail dot com 2011-10-14 16:29:56 UTC --- by comparing the result of -fdump-passes between pseudo-reloc.ii and r.c, --- r.c.pass +++ pseudo-reloc.pass @@ -3,7 +3,7 @@ tree-mudflap1

[Bug target/49740] [4.7 Regression] powerpc native bootstrap with -O3 produces Bootstrap comparison failure!

2011-10-14 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49740 Douglas Mencken dougmencken at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug rtl-optimization/50696] [x32] Unnecessary lea

2011-10-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50696 H.J. Lu hjl.tools at gmail dot com changed: What|Removed |Added URL|

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #6 from gee jojelino at gmail dot com 2011-10-14 16:38:22 UTC --- (In reply to comment #5) Sorry. this comment is obsolete.

[Bug middle-end/50731] New: [4.7 Regression] FAIL: gcc.dg/torture/vector-shift2.c

2011-10-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50731 Bug #: 50731 Summary: [4.7 Regression] FAIL: gcc.dg/torture/vector-shift2.c Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/50731] [4.7 Regression] FAIL: gcc.dg/torture/vector-shift2.c

2011-10-14 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50731 --- Comment #1 from H.J. Lu hjl.tools at gmail dot com 2011-10-14 16:42:37 UTC --- Revision 179952 is OK.

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 gee jojelino at gmail dot com changed: What|Removed |Added Attachment #25501|0 |1 is obsolete|

[Bug target/50725] [4.7 regression] -O3 -mstackrealign -march=core2 generates invalid prologue code in callee procedure

2011-10-14 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50725 --- Comment #8 from gee jojelino at gmail dot com 2011-10-14 17:00:11 UTC --- Created attachment 25503 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=25503 generated rtl with pseudo-reloc.ii

  1   2   3   >