[Bug fortran/52335] [4.4/4.5/4.6/4.7 Regression] I/O: -std=f95 rejects valid DELIM= in OPEN

2012-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52335 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/52338] New: shorter abs thumb2 code sequences

2012-02-22 Thread carrot at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52338 Bug #: 52338 Summary: shorter abs thumb2 code sequences Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/52330] pr50305.c: valgrind problem on invalid asm

2012-02-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/52334] The user of "zero" register is wrong

2012-02-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52334 --- Comment #3 from Mikael Pettersson 2012-02-22 09:07:20 UTC --- (In reply to comment #0) > if( _find_port( g_pstv->member.pstid, index, > (void*)&pstid) This bit looks like a strict-aliasing violation waiting to

[Bug target/52331] 20011127-1.c: valgrind problem on invalid asm

2012-02-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52331 Uros Bizjak changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c/52330] pr50305.c: valgrind problem on invalid asm

2012-02-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 --- Comment #2 from Uros Bizjak 2012-02-22 09:12:15 UTC --- *** Bug 52331 has been marked as a duplicate of this bug. ***

[Bug middle-end/50335] ICE in psct_dynamic_dim, at graphite-poly.h:659

2012-02-22 Thread gmaxwell at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50335 --- Comment #12 from Gregory Maxwell 2012-02-22 09:19:54 UTC --- _Not_ failing in r184458. Perhaps fixed by r184265?

[Bug rtl-optimization/50063] [4.6/4.7 Regression] DSE: wrong code for gcc.dg/torture/pta-ptrarith-3.c

2012-02-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50063 --- Comment #21 from Georg-Johann Lay 2012-02-22 09:25:48 UTC --- Author: gjl Date: Wed Feb 22 09:25:35 2012 New Revision: 184461 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184461 Log: PR rtl-optimization/50063 * config/avr/av

[Bug c++/52337] memory hole

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/52334] The user of "zero" register is wrong

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52334 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/52337] memory hole

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 --- Comment #2 from Jonathan Wakely 2012-02-22 09:35:44 UTC --- (do you have something against whitespace?!) could you explain exactly what you think GCC does wrong, and what you expect to happen? I'm afraid I don't understand your report. Her

[Bug c++/52337] memory hole

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 --- Comment #3 from Jonathan Wakely 2012-02-22 09:38:15 UTC --- (In reply to comment #2) > m[3]=(pgabstract*)&ai; > m[3]->get(); This is undefined behaviour, ai is not of type pgabstract

[Bug middle-end/50335] ICE in psct_dynamic_dim, at graphite-poly.h:659

2012-02-22 Thread gmaxwell at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50335 --- Comment #13 from Gregory Maxwell 2012-02-22 09:39:51 UTC --- Okay, it doesn't ICE now— but now I have cases where it apparently runs forever and cases where it produces incorrect code with -floop-flatten.

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 --- Comment #5 from Richard Guenther 2012-02-22 09:57:22 UTC --- I'm not sure we care about preserving pointer types in debug stmts, nor if the mem-ref stripping is needed (well, build_fold_addr_expr does that, too). Index: gcc/gimple-fold.c ===

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 Richard Guenther changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned

[Bug fortran/52335] [4.4/4.5/4.6/4.7 Regression] I/O: -std=f95 rejects valid DELIM= in OPEN

2012-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52335 Tobias Burnus changed: What|Removed |Added Priority|P3 |P4 --- Comment #2 from Tobias Burnus 201

[Bug c++/51930] [4.7 regression] Explicitly instantiated template gets hidden visibility

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51930 Richard Guenther changed: What|Removed |Added Target Milestone|--- |4.7.0

[Bug middle-end/52285] [4.7 Regression] libgcrypt _gcry_burn_stack slowdown

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2

[Bug testsuite/52297] [4.7 Regression] FAIL: gcc.dg/lto/trans-mem-1 c_lto_trans-mem-1_0.o-c_lto_trans-mem-1_1.o link, -flto -fgnu-tm

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52297 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 CC|

[Bug c/52290] [4.4/4.5/4.6/4.7 Regression] internal compiler error: tree check: expected function_decl, have var_decl in start_function, at c-decl.c:7712

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52290 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P2 CC|

[Bug tree-optimization/44688] [4.6/4.7 Regression] Excessive code-size growth at -O3

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44688 --- Comment #6 from Richard Guenther 2012-02-22 10:11:11 UTC --- Testcase: void foo (int * __restrict a, int * __restrict b, int * __restrict c, unsigned n) { unsigned i; for (i = 0; i < n; ++i) a[i] = b[i] + c[i]; }

[Bug tree-optimization/52019] [4.7 Regression] tree-ssa/ipa-split-5.c fails with -fno-tree-sra because of CLOBBERS

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52019 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1 f

[Bug tree-optimization/52019] [4.7 Regression] tree-ssa/ipa-split-5.c fails with -fno-tree-sra because of CLOBBERS

2012-02-22 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52019 --- Comment #2 from rguenther at suse dot de 2012-02-22 10:16:01 UTC --- On Wed, 22 Feb 2012, jakub at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52019 > > Jakub Jelinek changed: > >What|Removed

[Bug lto/50616] lto1.exe: internal compiler error: invalid resolution in the resolution file

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50616 --- Comment #11 from Kai Tietz 2012-02-22 10:19:27 UTC --- Author: ktietz Date: Wed Feb 22 10:19:22 2012 New Revision: 184462 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184462 Log: PR lto/50616 * lto-plugin.c (PRI_LL):

[Bug lto/50616] lto1.exe: internal compiler error: invalid resolution in the resolution file

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50616 Kai Tietz changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/52337] memory hole

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 --- Comment #4 from xiaoyuanbo 2012-02-22 10:28:53 UTC --- i sure you know it is type abstract not inheritance but if address exist not system fault display you know it is sql hackg++ sql hack title. root hack obtain privilage display hack movie

[Bug c++/52339] New: using delete ptr1->ptr2 where ptr2 destructor deletes a const ptr1 fails

2012-02-22 Thread rombust at hotmail dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339 Bug #: 52339 Summary: using delete ptr1->ptr2 where ptr2 destructor deletes a const ptr1 fails Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONF

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-22 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 --- Comment #28 from Martin Jambor 2012-02-22 10:37:11 UTC --- Author: jamborm Date: Wed Feb 22 10:37:03 2012 New Revision: 184463 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184463 Log: 2012-02-22 Martin Jambor PR middle-end/5

[Bug middle-end/51782] -ftree-sra: Missing address-space information leads to wrong

2012-02-22 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51782 Martin Jambor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/52337] memory hole

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 xiaoyuanbo changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug c++/52339] using delete ptr1->ptr2 where ptr2 destructor deletes a const ptr1 fails

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52329 --- Comment #7 from Richard Guenther 2012-02-22 11:21:53 UTC --- Author: rguenth Date: Wed Feb 22 11:21:48 2012 New Revision: 184466 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184466 Log: 2012-02-22 Richard Guenther PR middle-

[Bug c++/52337] memory hole

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 --- Comment #6 from Jonathan Wakely 2012-02-22 11:22:14 UTC --- C++ is not memory safe, but I guess you know that (and that code probably shouldn't be run outside a VM)

[Bug middle-end/52329] Invalid MEM_REF encountered in set_mem_attributes_minus_bitpos

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

[Bug target/52338] shorter abs thumb2 code sequences

2012-02-22 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52338 Richard Earnshaw changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/52338] shorter abs thumb2 code sequences

2012-02-22 Thread rearnsha at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52338 Richard Earnshaw changed: What|Removed |Added Priority|P3 |P4 Severity|normal

[Bug c++/52337] memory hole

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52337 --- Comment #7 from xiaoyuanbo 2012-02-22 12:24:54 UTC --- i tell you of cause context certainly vm is your keyword outside you consider but regular pascal refer the abiblity you can surppose a memory like gcc use or g++ it is that selector so yo

[Bug driver/30640] Memory leak in lang_specific_driver

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30640 --- Comment #1 from xiaoyuanbo 2012-02-22 12:27:57 UTC --- (In reply to comment #0) > in function lang_specific_driver, if shared gcclib is wanted, a new larger > memory block is allocated for the extra argument "-shared-libgcc". However, > the

[Bug libgcj/27031] native Eclipse uses too much memory on startup, sometimes

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27031 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #4 fr

[Bug middle-end/41043] [4.4 Regression] virtual memory exhausted: Cannot allocate memory

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41043 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #16 f

[Bug libgcj/50057] [4.7 regression] misalignment of java_exception_header resulted in throwable to be null

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50057 Kai Tietz changed: What|Removed |Added Status|NEW |WAITING --- Comment #7 from Kai Tietz 2012-0

[Bug target/43988] unnecessary memory store

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43988 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug inline-asm/33451] Collapsing of offsetable memory operands.

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33451 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug tree-optimization/21046] move memory allocation out of a loop

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21046 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #4 fr

[Bug target/36370] Is the sse2 psrlq insn accessible ?

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36370 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #8 fr

[Bug c++/2316] g++ fails to overload on language linkage

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=2316 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #46 fr

[Bug c++/52339] using delete ptr1->ptr2 where ptr2 destructor deletes a const ptr1 fails

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52339 --- Comment #2 from Jonathan Wakely 2012-02-22 12:48:04 UTC --- b = b.0; a = b->a; D.2361 = a->b; if (D.2361 != 0B) goto ; else goto ; : D.2364 = a->b; B::~B (D.2364); D.2365 = a->b; operator delete (D.2365);

[Bug c/50507] Huge amount of memory used while building GCC4

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50507 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #5 fr

[Bug libstdc++/24025] libstdc++ crashes when out of memory exception thrown

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24025 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #10 f

[Bug fortran/51175] Memory Leak with Transfer intrinsic

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51175 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug target/44490] X86 memory mismatch stall

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44490 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug target/31667] Integer extensions vectorization could be improved

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31667 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug target/44141] Redundant loads and stores generated for AMD bdver1 target

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #3 fr

[Bug libgcj/24154] Make requires too much memory building libjava

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24154 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #8 fr

[Bug c/28233] internal compiler error: in make_decl_rtl, at varasm.c:752

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28233 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #9 fr

[Bug fortran/38319] Memory leaks in allocatable component expressions

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38319 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #6 fr

[Bug target/39222] out of memory bootstrapping

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39222 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #6 fr

[Bug tree-optimization/26388] Variable sized storage allocation should be promoted to stack allocation

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26388 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #9 fr

[Bug target/17306] function_vector attribute in H8300H/H8S

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17306 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug rtl-optimization/49936] IRA handles CANNOT_CHANGE_MODE_CLASS poorly, + spills to memory on 4.7

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49936 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #12 f

[Bug target/45937] unnecessary add/sub sp to reserve stack memory

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45937 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #1 fr

[Bug fortran/49241] memory leak with lhs realloc of zero-sized array

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49241 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #3 fr

[Bug middle-end/47344] [4.4/4.5/4.6/4.7 Regression][meta-bug] GCC gets slower and uses more memory

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47344 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #4 fr

[Bug target/49564] [cppcheck][patch] fixed resource and memory leaks in /gcc/gcc/config/alpha/host-osf.c

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49564 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #1 fr

[Bug tree-optimization/42587] bswap not recognized for memory

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42587 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #6 fr

[Bug target/40735] memory hog compiling big functions with -fPIE

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40735 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #16 f

[Bug tree-optimization/32199] jc1: out of memory allocating 4072 bytes after a total of 805021000 bytes

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32199 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #14 f

[Bug target/47754] [missed optimization] AVX allows unaligned memory operands but GCC uses unaligned load and register operand

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47754 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #5 fr

[Bug middle-end/12083] have builtin function comparing memory backwards

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12083 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug other/27541] Support Cluster OpenMP (distributed-memory OpenMP)

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27541 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #3 fr

[Bug libgcj/16997] WeakHashMap leaks memory

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16997 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #2 fr

[Bug rtl-optimization/48840] [4.4/4.5 regression] assertion failure in reload1.c

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48840 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #7 fr

[Bug ada/35372] Memory corruption at unchecked deallocation of the interface classwide type

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35372 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #5 fr

[Bug tree-optimization/19831] Missing DSE/malloc/free optimization

2012-02-22 Thread xiaoyuanbo at yeah dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19831 xiaoyuanbo changed: What|Removed |Added CC||xiaoyuanbo at yeah dot net --- Comment #12 f

[Bug target/49564] [cppcheck][patch] fixed resource and memory leaks in /gcc/gcc/config/alpha/host-osf.c

2012-02-22 Thread ettl.martin at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49564 --- Comment #2 from Martin Ettl 2012-02-22 14:16:08 UTC --- (In reply to comment #1) > so leack memory that it is disk Sorry, but what does this comment mean?

[Bug target/18145] Do not emit __do_copy_data or __do_clear_bss if .data or .bss is empty.

2012-02-22 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18145 --- Comment #6 from Georg-Johann Lay 2012-02-22 14:14:03 UTC --- Author: gjl Date: Wed Feb 22 14:13:48 2012 New Revision: 184481 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184481 Log: PR target/18145 * config/avr/avr.c (avr_as

[Bug target/49564] [cppcheck][patch] fixed resource and memory leaks in /gcc/gcc/config/alpha/host-osf.c

2012-02-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49564 --- Comment #3 from Jonathan Wakely 2012-02-22 14:20:29 UTC --- I think you can ignore it, that user has been posting comments on dozens of bugs that refer to the word "memory" anywhere in the title or comments: http://gcc.gnu.org/ml/gcc-bugs/201

[Bug tree-optimization/52340] New: autopar (at least) corrupts dominance info

2012-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52340 Bug #: 52340 Summary: autopar (at least) corrupts dominance info Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code Sev

[Bug libffi/52223] [4.5/4.6/4.7 Regression] libffi's man page install breaks with multilibs and overridden mandir

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52223 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #6 f

[Bug bootstrap/52287] [4.7 regression] ICE in ready_remove_first, at haifa-sched.c:1927

2012-02-22 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52287 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

[Bug target/52137] bdver2 scheduler needs to be added to bdver1 insn reservations

2012-02-22 Thread qneill at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52137 Quentin Neill changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52321] poor diagnostic of invalid cast

2012-02-22 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52321 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug libgcj/50057] [4.7 regression] misalignment of java_exception_header resulted in throwable to be null

2012-02-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50057 gee changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug target/52330] pr50305.c: valgrind problem on invalid asm

2012-02-22 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 Uros Bizjak changed: What|Removed |Added Keywords||error-recovery Target|

[Bug libgcj/50057] [4.7 regression] misalignment of java_exception_header resulted in throwable to be null

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50057 Kai Tietz changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #9 from Kai Tietz 2012

[Bug target/52238] -mms-bitfields: __attribute__ ((aligned (n))) ignored for struct members

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52238 Kai Tietz changed: What|Removed |Added CC||jojelino at gmail dot com --- Comment #12 fro

[Bug rtl-optimization/52250] [4.7 Regression] ICE: in sel_remove_bb, at sel-sched-ir.c:5213 with -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 and other flags

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

[Bug java/50045] [4.7 regression] ICE in gcc/java/lang.c:427 with -fdump-tree-all

2012-02-22 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50045 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comment #5 from

[Bug fortran/52335] [4.4/4.5/4.6/4.7 Regression] I/O: -std=f95 rejects valid DELIM= in OPEN

2012-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52335 --- Comment #3 from Tobias Burnus 2012-02-22 17:25:21 UTC --- Author: burnus Date: Wed Feb 22 17:25:11 2012 New Revision: 184485 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184485 Log: 2012-02-22 Tobias Burnus PR fortran/52

[Bug bootstrap/52287] [4.7 regression] ICE in ready_remove_first, at haifa-sched.c:1927

2012-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52287 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug go/52341] New: crypto/rand FAILs before Solaris 11

2012-02-22 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52341 Bug #: 52341 Summary: crypto/rand FAILs before Solaris 11 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug go/52342] New: 64-bit go.test/test/chan/doubleselect.go times out on Solaris/SPARC

2012-02-22 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52342 Bug #: 52342 Summary: 64-bit go.test/test/chan/doubleselect.go times out on Solaris/SPARC Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug libffi/52221] [libffi] r183675,r184021 needs to be fixed.

2012-02-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52221 --- Comment #14 from gee 2012-02-22 18:13:35 UTC --- (In reply to comment #13) > Yes, this looks better IMHO. Btw any differences about libjava testsuite run > about this altered libffi patch? WARNING: Couldn't find the global config file. Test

[Bug target/52051] [4.7 regression] invalid stack-cleanup occured with -O flag

2012-02-22 Thread jojelino at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52051 gee changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/52343] New: [C++11] alias-definition dont work in `template` params type

2012-02-22 Thread trashyankes at wp dot pl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52343 Bug #: 52343 Summary: [C++11] alias-definition dont work in `template` params type Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug rtl-optimization/52250] [4.7 Regression] ICE: in sel_remove_bb, at sel-sched-ir.c:5213 with -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 and other flags

2012-02-22 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52250 --- Comment #3 from Andrey Belevantsev 2012-02-22 18:49:15 UTC --- I'll take a look on Friday, tomorrow I am off work. Indeed I do not remember seeing these notes at the assert time.

[Bug target/52330] pr50305.c: valgrind problem on invalid asm

2012-02-22 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 --- Comment #4 from uros at gcc dot gnu.org 2012-02-22 19:12:14 UTC --- Author: uros Date: Wed Feb 22 19:12:09 2012 New Revision: 184488 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184488 Log: PR target/52330 * config/i386/i386.c

[Bug target/52330] pr50305.c: valgrind problem on invalid asm

2012-02-22 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52330 --- Comment #5 from uros at gcc dot gnu.org 2012-02-22 19:17:47 UTC --- Author: uros Date: Wed Feb 22 19:17:42 2012 New Revision: 184489 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184489 Log: PR target/52330 * config/i386/i386.c

[Bug web/52239] Upgrade GCC Bugzilla to 4.2

2012-02-22 Thread LpSolit at netscape dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52239 --- Comment #2 from Frédéric Buclin 2012-02-22 19:25:45 UTC --- Bugzilla 4.2 has been released today. But overseers told me that bzr (Bazaar) cannot be installed on the server because it has a too old version of Python. As Bugzilla 4.0.x is the l

  1   2   >