[Bug target/52474] Regression: AVR-GCC: arithmetics produce completely wrong result

2012-03-13 Thread wwieser at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52474 --- Comment #3 from wwieser at gmx dot de 2012-03-14 01:19:59 UTC --- OK, so talking to the debian maintainer, the GCC version I'm using is based upon patches available here: http://distribute.atmel.no/tools/opensource/avr-gcc/ Here is a test ca

[Bug c/39900] ICE on nested function returning pointer to VLA

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39900 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/41172] C frontend botches type.name for typedef chains

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41172 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug testsuite/41914] /home/dave/opt/gnu/bin/ld: cannot find -lm

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41914 --- Comment #2 from Andrew Pinski 2012-03-13 23:51:39 UTC --- I don't see this failure anymore but I did in 4.5.x.

[Bug middle-end/41969] [LTO] 23% slow-down with -flto -fwhole-program

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41969 --- Comment #4 from Andrew Pinski 2012-03-13 23:49:58 UTC --- Is this still true?

[Bug tree-optimization/42046] missed optimization

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42046 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/42591] missing constant evaluation for const union

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42591 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug c++/43765] infinite loop on illegal code

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43765 Andrew Pinski changed: What|Removed |Added Keywords||memory-hog Status|UNCONFIRMED

[Bug tree-optimization/43768] VRP destroys loop form

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43768 --- Comment #1 from Andrew Pinski 2012-03-13 23:38:08 UTC --- Is this still true?

[Bug middle-end/43334] Generate an XML dump of the parse tree

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43334 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/45127] Listing w/o debug info

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45127 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/46008] Floating point condexpr not vectorized

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46008 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/46006] vectorization outside of loops

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46006 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug rtl-optimization/48596] [4.7/4.8 Regression] [SH] unable to find a register to spill in class 'FPUL_REGS'

2012-03-13 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48596 --- Comment #7 from Oleg Endo 2012-03-13 22:50:30 UTC --- Author: olegendo Date: Tue Mar 13 22:50:25 2012 New Revision: 185362 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185362 Log: PR target/48596 * gcc.target/sh/pr48596.c: M

[Bug middle-end/52134] Does not fold (x * 4) & -4

2012-03-13 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52134 --- Comment #7 from Eric Botcazou 2012-03-13 22:17:35 UTC --- > See how the lattice's already have its last 3 bits unset. In fact I think we > should only do this in the ccp/vrp passes to remove the & rather than fold. For size calculations (TY

[Bug c++/52582] [4.7/4.8 Regression] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52582] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 --- Comment #3 from Jakub Jelinek 2012-03-13 22:15:58 UTC --- Ah, #define HAVE_AS_GNU_ATTRIBUTE 1 in auto-host.h is essential for this. This is devirt in action, for some reason the devirtualized A::~A () doesn't have DECL_EXTERNAL set (not sure

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 --- Comment #8 from Ian Lance Taylor 2012-03-13 22:13:24 UTC --- >From the log files, looks like there is some problem with unwinding the stack. My first guess would be that there is something wrong with the ARM-specific code in libgo/runtime/go

[Bug libitm/52526] libitm: stuck in futex_wait

2012-03-13 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52526 torvald at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libitm/52526] libitm: stuck in futex_wait

2012-03-13 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52526 --- Comment #4 from torvald at gcc dot gnu.org 2012-03-13 22:11:52 UTC --- Author: torvald Date: Tue Mar 13 22:11:46 2012 New Revision: 185360 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185360 Log: libitm: Fix lost wake-up in serial loc

[Bug middle-end/52134] Does not fold (x * 4) & -4

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52134 --- Comment #6 from Andrew Pinski 2012-03-13 22:08:12 UTC --- CCP could also remove the &: Visiting statement: D.1713_2 = t_1(D) * 4; which is likely CONSTANT Lattice value changed to CONSTANT Lattice value changed to CONSTANT 0x0

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 Ian Lance Taylor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 --- Comment #6 from ian at gcc dot gnu.org 2012-03-13 22:03:38 UTC --- Author: ian Date: Tue Mar 13 22:03:30 2012 New Revision: 185359 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185359 Log: PR go/52557 mksysinfo: Fix handling of t

[Bug libitm/52526] libitm: stuck in futex_wait

2012-03-13 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52526 --- Comment #3 from torvald at gcc dot gnu.org 2012-03-13 22:01:41 UTC --- Author: torvald Date: Tue Mar 13 22:01:34 2012 New Revision: 185358 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185358 Log: libitm: Fix lost wake-up in serial loc

[Bug c/52549] [4.8 Regression] ice in pointer_diff

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52549 Andrew Pinski changed: What|Removed |Added Keywords||ice-on-valid-code --- Comment #2 from And

[Bug c++/51641] Lookup finds enclosing class member instead of template parameter

2012-03-13 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51641 Dodji Seketeli changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/51641] Lookup finds enclosing class member instead of template parameter

2012-03-13 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51641 --- Comment #4 from Dodji Seketeli 2012-03-13 21:25:26 UTC --- Author: dodji Date: Tue Mar 13 21:25:22 2012 New Revision: 185357 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185357 Log: PR c++/51641 - Lookup finds enclosing class member

[Bug c/52577] __builtin_shuffle -Wunused-but-set-* false positives

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52577 --- Comment #3 from Jakub Jelinek 2012-03-13 21:19:56 UTC --- Author: jakub Date: Tue Mar 13 21:19:50 2012 New Revision: 185355 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185355 Log: PR c/52577 * c-parser.c (c_parser_postfix_e

[Bug c++/52558] write introduction incorrect wrt the C++11 memory model

2012-03-13 Thread torvald at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52558 torvald at gcc dot gnu.org changed: What|Removed |Added Component|tree-optimization |c++ --- Comment #12 from torv

[Bug c++/52582] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2 f

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 --- Comment #5 from Matthias Klose 2012-03-13 21:11:06 UTC --- Created attachment 26888 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26888 libgo.sum

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 --- Comment #4 from Matthias Klose 2012-03-13 21:10:38 UTC --- Created attachment 26887 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26887 libgo.log

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug go/52557] Timex undefined on arm-linux-gnueabi

2012-03-13 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52557 --- Comment #2 from ian at gcc dot gnu.org 2012-03-13 20:56:29 UTC --- Author: ian Date: Tue Mar 13 20:56:23 2012 New Revision: 185354 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185354 Log: PR go/52557 mksysinfo: Fix handling of t

[Bug tree-optimization/52574] [4.6 Regression] gcc tree optimizer generates incorrect vector load instructions for x86_64, app crashes

2012-03-13 Thread deepak.ravi at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52574 Deepak Ravi changed: What|Removed |Added CC||deepak.ravi at gmail dot

[Bug bootstrap/52570] Error message during build of gcc-4.6.3: lto/lto-object.o: file not recognized: File truncated

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-13 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #14 from Georg-Johann Lay 2012-03-13 18:16:04 UTC --- (In reply to comment #13) > FYI: I could provide an alternative configuration for RTEMS, but avr-gcc-4.7.0 > currently does not build at all due to > http://gcc.gnu.org/bugzilla/s

[Bug c++/52582] g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-13 Thread karsten at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 --- Comment #1 from karsten at redhat dot com 2012-03-13 18:01:15 UTC --- Created attachment 26886 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26886 gzip compressed preprocessed source

[Bug c++/52582] New: g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit)

2012-03-13 Thread karsten at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52582 Bug #: 52582 Summary: g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit) Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED S

[Bug target/52572] suboptimal assignment to avx element

2012-03-13 Thread marc.glisse at normalesup dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52572 --- Comment #3 from Marc Glisse 2012-03-13 17:57:58 UTC --- Or for this variant: __m256d f(__m256d *y){ __m256d x=*y; x[0]=0; // or x[3] return x; } it looks like vmaskmovpd could replace: vmovapd(%rdi), %ymm0 vmovapd%xmm0,

[Bug tree-optimization/52267] a&~N where N has all the bits set up till a specific point can be folded to ((unsigned)a) < N

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52267 Jakub Jelinek changed: What|Removed |Added Attachment #26867|0 |1 is obsolete|

[Bug bootstrap/52570] Error message during build of gcc-4.6.3: lto/lto-object.o: file not recognized: File truncated

2012-03-13 Thread tun4545 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52570 --- Comment #4 from abcgcc 2012-03-13 17:39:38 UTC --- I have plenty of space. And it worked after make clean. So following worked make clean make -j 3 (I have 4 processors) make install Thanks. On Tue, Mar 13, 2012 at 1:35 AM, rguenth at gcc

[Bug fortran/52559] [4.8 Regression] Spurious \x00 in error messages of lines with tab

2012-03-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52559 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org Summ

[Bug c++/52581] ICE with gcc-4.7 for H8300-elf target.

2012-03-13 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52581 Jonathan Wakely changed: What|Removed |Added Component|libstdc++ |c++ --- Comment #1 from Jonathan Wakely

[Bug fortran/52542] Procedure with a Bind (C) named interface does not inherit the Bind (C)

2012-03-13 Thread mathew.ian.cross at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52542 --- Comment #4 from mathew.ian.cross at gmail dot com 2012-03-13 17:26:44 UTC --- On 13/03/12 15:38, burnus at gcc dot gnu.org wrote: > I do not intent to backport the bug fix. Cheers. That sounds fair enough.

[Bug fortran/19259] ";" as first nonblank character on a line should be an error

2012-03-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19259 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #6

[Bug c/52554] Variable called $1 causes invalid asm to be generated

2012-03-13 Thread rwxr-xr-x at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52554 Lukas Mai changed: What|Removed |Added Keywords||wrong-code --- Comment #3 from Lukas Mai 201

[Bug c/48561] [4.4 Regression] internal compiler error: in change_address_1, at emit-rtl.c:1954

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48561 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/29206] [4.5/4.6/4.7/4.8 regression] gcj-dbtool segfaults

2012-03-13 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29206 Richard Earnshaw changed: What|Removed |Added Status|NEW |WAITING --- Comment #20 from Richard E

[Bug rtl-optimization/47478] [4.4 Regression] internal compiler error

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47478 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ada/52362] gnat.dg/lto8.adb FAILs with gas/gld

2012-03-13 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 vries at gcc dot gnu.org changed: What|Removed |Added CC||vries at gcc dot gnu.org --- Co

[Bug middle-end/52580] [4.8 Regression] 171.swim performance drop on x86 – vectorization doesn’t happen anymore

2012-03-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52580 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org Compon

[Bug fortran/52542] Procedure with a Bind (C) named interface does not inherit the Bind (C)

2012-03-13 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52542 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/46165] [4.4 Regression] ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-copy-prop -fno-tree-dce

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46165 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/52571] vectorizer changes alignment of common symbols

2012-03-13 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52571 --- Comment #3 from Ian Lance Taylor 2012-03-13 15:48:36 UTC --- I agree: if the symbol is always common, the linker should use the largest alignment. But the symbol need not always be common. Consider one file with "unsigned long int *p;" and

[Bug libstdc++/52581] New: ICE with gcc-4.7 for H8300-elf target.

2012-03-13 Thread ajinkya.dhobale at kpitcummins dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52581 Bug #: 52581 Summary: ICE with gcc-4.7 for H8300-elf target. Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: major Priority: P3

[Bug fortran/52580] New: [4.8 Regression] 171.swim performance drop on x86 – vectorization doesn’t happen anymore

2012-03-13 Thread vbyakovl23 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52580 Bug #: 52580 Summary: [4.8 Regression] 171.swim performance drop on x86 – vectorization doesn’t happen anymore Classification: Unclassified Product: gcc Version: 4.8.0

[Bug middle-end/52134] Does not fold (x * 4) & -4

2012-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52134 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/45813] [4.5 Regression] alias analysis problem with -mthumb

2012-03-13 Thread bernds at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45813 Bernd Schmidt changed: What|Removed |Added CC|bernds at gcc dot gnu.org | --- Comment #14 from Bernd Schmidt 2012

[Bug libgcj/52579] New: [4.8 regression] i386_w32_fallback_frame_state should care ffi raw-closure stub function

2012-03-13 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52579 Bug #: 52579 Summary: [4.8 regression] i386_w32_fallback_frame_state should care ffi raw-closure stub function Classification: Unclassified Product: gcc Version: 4.7.0

[Bug middle-end/52450] FAIL: gcc.dg/torture/pr52402.c at -O1 and above

2012-03-13 Thread dave.anglin at bell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52450 --- Comment #11 from dave.anglin at bell dot net 2012-03-13 14:41:57 UTC --- On 3/12/2012 5:58 AM, rguenther at suse dot de wrote: > Btw, alignof () of a packed struct type is 1 (it could be nested > in another packed struct). At -O0, the referenc

[Bug target/52488] avr-*: internal compiler error: in extract_insn, at recog.c:2123

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52488 --- Comment #13 from Ralf Corsepius 2012-03-13 14:16:10 UTC --- (In reply to comment #11) > (In reply to comment #7) > BTW: The -mmcu=at90s2313 from above is fallout from -print-multi-lib. Well, IMO, --print-multi-lib is the only legitmate conf

[Bug tree-optimization/51444] [4.4 Regression]: Spurious "is used uninitialized" warning for structure with bitfields

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51444 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/52134] Does not fold (x * 4) & -4

2012-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52134 --- Comment #4 from Richard Guenther 2012-03-13 13:47:43 UTC --- Author: rguenth Date: Tue Mar 13 13:47:35 2012 New Revision: 185334 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=185334 Log: 2012-03-13 Richard Guenther PR middle-

[Bug target/44626] [4.4 regression] ICE in output_operand: invalid expression as operand

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44626 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/52578] Fails to fold another size difference

2012-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52578 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/52575] avr*: error: unable to find a register to spill in class 'POINTER_REGS

2012-03-13 Thread ralf_corsepius at rtems dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52575 --- Comment #3 from Ralf Corsepius 2012-03-13 14:08:21 UTC --- (In reply to comment #2) > There are already spill fails reported for AVR, it's a known problem. > > At this point it cannot be said if this PR is really the same as PR50925, but > i

[Bug tree-optimization/49651] [4.4 Regression] nested lambdas and -O3 produced incorrect integer variable increments

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49651 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/43949] [4.4 Regression] bogus warning: array subscript is above array bounds

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43949 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug debug/43190] [4.4 Regression] Used pointer typedefs eliminated from debug info

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43190 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/49019] [4.4 Regression] Spurious aliasing warning with boost:optional

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49019 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug tree-optimization/48031] [4.4 Regression] gcc.c-torture/compile/pr42956.c ICEs gcc on m68k-linux, ivopts related?

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48031 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug driver/48306] [4.4 Regression] presence of gcc subdir with . in PATH causes breakdown

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48306 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug bootstrap/46173] [4.4 Regression] gcc/gencheck.c:30:24: error: all-tree.def: No such file or directory

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46173 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/46493] [4.4 Regression] ICE: verify_flow_info failed when casting-out attribute noreturn

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46493 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/43897] [4.4 Regression] IA-64 asm clobbers are ignored

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43897 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/45982] [4.4 Regression] PTA does not track integers

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45982 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug middle-end/48028] [4.4 Regression] undeserved uninitialized variable warning regression since 4.4.2

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48028 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/39355] [4.4 Regression] Revision 144529: ICE due to missing or incorrectly relocated DECL_VALUE_EXPR in PCH header for PARM_DECL

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39355 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/45607] [4.4 Regression] Confusing error message

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45607 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/47278] [4.4 Regression] hidden weak function not handled properly

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47278 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/39390] [4.4 Regression] Bogus aliasing warning with std::set

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39390 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/40992] [4.4 Regression] cunroll ignoring asm size

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40992 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/44777] [4.4 Regression] ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44777 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/45387] [4.4 regression] mips: non-dynamic relocations refer to dynamc symbol

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45387 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug tree-optimization/43247] [4.4 Regression] Incorrect optimization while declaring array[1]

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43247 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/38985] [4.4 Regression] missing VOPs for pointers accessed directly via their address

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38985 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/43866] [4.4 Regression] wrong code with -fbounds-check -funswitch-loops

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43866 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug debug/39372] [4.3 Regression] Missing DW_AT_location for constructor static variable

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39372 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug ada/40986] [4.4 regression] Assert_Failure sinfo.adb:360, error detected at a-unccon.ads:23:27

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40986 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Known to wo

[Bug testsuite/42856] [4.4 Regression] FAIL: gcc.dg/torture/pr41555.c -O0 (test for excess errors)

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42856 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug middle-end/52578] New: Fails to fold another size difference

2012-03-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52578 Bug #: 52578 Summary: Fails to fold another size difference Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/42073] Infinite loop when parsing a project file, alpha only

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42073 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org Target Milesto

[Bug middle-end/39509] [4.4 Regression] bad optimization(?) pure virtual function call with -O2

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39509 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/49790] [4.4 Regression] ICE in partition_view_bitmap, at tree-ssa-live.c:369

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49790 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/42621] [4.4 Regression] Computed gotos on AMD 800% slower

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42621 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/36143] [4.4 Regression]: FAIL: g++.dg/tree-ssa/pr19637.C

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36143 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/39120] [4.4 Regression] Missed escape constraints for call results

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39120 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug tree-optimization/41454] [4.4 Regression] DOM miscompiles gcc.c-torture/execute/990513-1.c at -O2 -fno-tree-vrp

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41454 Jakub Jelinek changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug tree-optimization/47447] [4.4 Regression] "Unable to coalesce ssa_names and " ICE in tree-ssa-coalesce.c when -O3 is used

2012-03-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47447 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

  1   2   3   >