[Bug tree-optimization/40985] [4.4 regression] Bug 32893 come back (-msse -ftree-vectorize cause segfaults (zlib))

2009-08-17 Thread hjl dot tools at gmail dot com
--- Comment #11 from hjl dot tools at gmail dot com 2009-08-18 04:50 --- *** This bug has been marked as a duplicate of 40838 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-08-17 Thread hjl dot tools at gmail dot com
--- Comment #26 from hjl dot tools at gmail dot com 2009-08-18 04:50 --- *** Bug 40985 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added -

[Bug target/41017] regparm=3 passes structures inconsistently

2009-08-17 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-08-18 04:49 --- (In reply to comment #3) > Btw, the documentation claims regparm only affects integral parameters. > Agreed, -regparm=N should only apply to integer parameters. I will take a look when I find time. BTW, -regparm

[Bug rtl-optimization/40838] gcc shouldn't assume that the stack is aligned

2009-08-17 Thread hjl dot tools at gmail dot com
--- Comment #25 from hjl dot tools at gmail dot com 2009-08-18 04:43 --- Created an attachment (id=18393) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18393&action=view) A patch for gcc 4.4 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40838

[Bug fortran/31593] Invariant DO loop variables and subroutines

2009-08-17 Thread tobi at gcc dot gnu dot org
--- Comment #41 from tobi at gcc dot gnu dot org 2009-08-17 22:39 --- (In reply to comment #40) One more thing: my previous benchmarks were wrong, I had an error in my setup. With a correct benchmark, polyhedron improves slightly in the testcases where the change is outside the measure

[Bug fortran/40962] Conversion problem for f-allocatable -> cptr -> fptr -> f-allocatable

2009-08-17 Thread tkoenig at gcc dot gnu dot org
--- Comment #5 from tkoenig at gcc dot gnu dot org 2009-08-17 22:12 --- I'll look at this for a bit. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40962

[Bug fortran/31593] Invariant DO loop variables and subroutines

2009-08-17 Thread tobi at gcc dot gnu dot org
--- Comment #40 from tobi at gcc dot gnu dot org 2009-08-17 22:08 --- Created an attachment (id=18392) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18392&action=view) Patch for savin function arguments This patch copies do loops which are passed as actual arguments to a temporary

[Bug libgcj/7854] fastjar update (-u) should be implemented

2009-08-17 Thread jessiecute13 at aol dot com
--- Comment #7 from jessiecute13 at aol dot com 2009-08-17 21:55 --- (In reply to comment #1) > Still exist on the mainline (20030527). it costed $12.00 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7854

[Bug fortran/40962] Conversion problem for f-allocatable -> cptr -> fptr -> f-allocatable

2009-08-17 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2009-08-17 21:41 --- Another report - presumably the same problem: http://groups.google.com/group/comp.lang.fortran/browse_thread/thread/b184bd431c8dd3da# -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40962

[Bug other/3265] GCC 3.0 fails to build host=freebsd4.3 target=i386linux

2009-08-17 Thread jessiecute13 at aol dot com
--- Comment #5 from jessiecute13 at aol dot com 2009-08-17 21:41 --- how much will it cost about $8.30 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3265

[Bug debug/41097] New: Inlined variable debug location disappears when ptr type

2009-08-17 Thread mark at gcc dot gnu dot org
The following example produced an inlined block with local variables that contain correct location expressions (-g -O2): #include #include static inline void m(char *name, int i, int j) { // Random syntactical block to be inlined. do { volatile int p_i = i; volatile int p_j = j; // Change

[Bug ada/41096] New: GNAT run-time missing CFLAGS_FOR_TARGET

2009-08-17 Thread joel at gcc dot gnu dot org
Support for CFLAGS_FOR_TARGET has disappeared in the GNAT run-time libraries but I don't know when. For sure, it is gone in the 4.4.x series. This is used by the recommended RTEMS GNAT build procedure. -- Summary: GNAT run-time missing CFLAGS_FOR_TARGET Product: gcc

[Bug testsuite/40671] [4.5 Regression] internal compiler error: in extract_insn, at recog.c:2089 on powerpc

2009-08-17 Thread dje at gcc dot gnu dot org
--- Comment #4 from dje at gcc dot gnu dot org 2009-08-17 20:21 --- confirmed. -- dje at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug fortran/41062] [4.4/4.5 Regression] ICE in gfc_trans_use_stmts, at fortran/trans-decl.c:3438

2009-08-17 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2009-08-17 20:17 --- Subject: Bug 41062 Author: pault Date: Mon Aug 17 20:17:12 2009 New Revision: 150858 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150858 Log: 2008-08-17 Paul Thomas PR fortran/41062 * tra

[Bug target/40414] gcc 4.4.0 error at postreload.c:396

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #10 from ami_stuff at o2 dot pl 2009-08-17 20:11 --- Created an attachment (id=18391) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18391&action=view) asm output -O3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40414

[Bug target/40414] gcc 4.4.0 error at postreload.c:396

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #9 from ami_stuff at o2 dot pl 2009-08-17 20:11 --- Created an attachment (id=18390) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18390&action=view) preprocessed file -O3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40414

[Bug c/41095] 4x bigger object when compiled with -O3 option

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #4 from ami_stuff at o2 dot pl 2009-08-17 20:05 --- Created an attachment (id=18389) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18389&action=view) asm output -O3 -O3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41095

[Bug c/41095] 4x bigger object when compiled with -O3 option

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #3 from ami_stuff at o2 dot pl 2009-08-17 20:04 --- Created an attachment (id=18388) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18388&action=view) preprocessed file -O3 -O3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41095

[Bug testsuite/40671] [4.5 Regression] internal compiler error: in extract_insn, at recog.c:2089 on powerpc

2009-08-17 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-08-17 20:03 --- Note that some of the errors appear also on on powerpc-ibm-aix5.3.0.0 (see http://gcc.gnu.org/ml/gcc-testresults/2009-08/msg01827.html). -- dominiq at lps dot ens dot fr changed: What|Removed

[Bug c/41095] 4x bigger object when compiled with -O3 option

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #2 from ami_stuff at o2 dot pl 2009-08-17 20:02 --- Created an attachment (id=18387) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18387&action=view) asm output -O2 -f... -O2 -fipa-cp-clone -finline-functions -fgcse-after-reload -ftree-vectorize -fpredictive-commoning

[Bug c/41095] 4x bigger object when compiled with -O3 option

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #1 from ami_stuff at o2 dot pl 2009-08-17 20:00 --- Created an attachment (id=18386) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18386&action=view) preprocessed file -O2 -f... -O2 -fipa-cp-clone -finline-functions -fgcse-after-reload -ftree-vectorize -fpredictive-co

[Bug c/41095] New: 4x bigger object when compiled with -O3 option

2009-08-17 Thread ami_stuff at o2 dot pl
Hi, When I compile "libavcodec/dsputil.c" file from FFmpeg package with these options (-O2 -fipa-cp-clone -finline-functions -fgcse-after-reload -ftree-vectorize -fpredictive-commoning -funswitch-loops): OPTFLAGS= -mnobitfield -m68060 -std=c99 -Wdeclaration-after-statement -Wdisabled-optimizatio

[Bug testsuite/40671] [4.5 Regression] internal compiler error: in extract_insn, at recog.c:2089 on powerpc

2009-08-17 Thread dominiq at lps dot ens dot fr
--- Comment #2 from dominiq at lps dot ens dot fr 2009-08-17 19:44 --- > I suspect this may be related to a problem with building for altivec that I > noticed after checking in the first of the powerpc changes. If possible, > could > you rebuild the compiler with BOOT_CFLAGS='-g -O2 -m

[Bug target/40414] gcc 4.4.0 error at postreload.c:396

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #8 from ami_stuff at o2 dot pl 2009-08-17 19:33 --- (In reply to comment #7) > The problem is not with "-funswitch-loops" optimization. > > I get no ICE with these options (-O2 -fipa-cp-clone -finline-functions > -fgcse-after-reload -ftree-vectorize -fpredictive-commoning):

[Bug target/40414] gcc 4.4.0 error at postreload.c:396

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #7 from ami_stuff at o2 dot pl 2009-08-17 19:25 --- The problem is not with "-funswitch-loops" optimization. I get no ICE with these options (-O2 -fipa-cp-clone -finline-functions -fgcse-after-reload -ftree-vectorize -fpredictive-commoning): OPTFLAGS= -mnobitfield -m68060 -

[Bug fortran/37425] Fortran 2003: GENERIC bindings as operators

2009-08-17 Thread domob at gcc dot gnu dot org
--- Comment #3 from domob at gcc dot gnu dot org 2009-08-17 18:55 --- Subject: Bug 37425 Author: domob Date: Mon Aug 17 18:55:30 2009 New Revision: 150856 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150856 Log: 2009-08-17 Daniel Kraft PR fortran/37425 * re

[Bug c++/41094] Erroneous optimization of pow() with -ffast-math

2009-08-17 Thread paolo dot carlini at oracle dot com
--- Comment #1 from paolo dot carlini at oracle dot com 2009-08-17 18:38 --- Note, this isn't C++ specific: int main() { double x = -10.0; __builtin_printf("%g\n", __builtin_pow(x * x, 0.25)); } Richard, can you have a look? It's hot here ;) but first blush I don't see why fast-ma

[Bug c++/41094] New: Erroneous optimization of pow() with -ffast-math

2009-08-17 Thread warp at iki dot fi
Consider the following program: //-- #include #include int main() { for(double p = .25; p <= .5; p += .25) for(double x = -10.0; x <= 10.0; x += 20.0) { std::cout << "\nx*x = " <<

[Bug preprocessor/8270] [4.3/4.4/4.5 Regression] back-slash white space newline with comments, no warning

2009-08-17 Thread jessiecute13 at aol dot com
--- Comment #42 from jessiecute13 at aol dot com 2009-08-17 17:42 --- HOw much costs will be :$ 11.48 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8270

[Bug tree-optimization/39300] vectorizer confused by predictive commoning and PRE

2009-08-17 Thread jessiecute13 at aol dot com
--- Comment #9 from jessiecute13 at aol dot com 2009-08-17 17:38 --- $1.21 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39300

[Bug preprocessor/41067] Inconsistency in warnings on invalid \-escapes

2009-08-17 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2009-08-17 17:35 --- I fixed the error message. I probably will not address comment #2, but I will leave this bug open for it instead. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/41067] Inconsistency in warnings on invalid \-escapes

2009-08-17 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-08-17 17:35 --- Subject: Bug 41067 Author: tromey Date: Mon Aug 17 17:34:53 2009 New Revision: 150854 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150854 Log: PR preprocessor/41067: * charset.c (convert_esc

[Bug middle-end/41072] Alias stacked type cast interpretation regression

2009-08-17 Thread sergei_lus at yahoo dot com
--- Comment #2 from sergei_lus at yahoo dot com 2009-08-17 16:35 --- First of all, I agree that a union would work better for type-punning, but... With all the respect I am not convinced that this is the case here. Even if I do something like this: tmp_ch = (char *)&ans; tmp_sh = (

[Bug rtl-optimization/41085] [4.5 Regression]: cris-elf gcc.dg/pr28796-2.c

2009-08-17 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2009-08-17 16:32 --- (In reply to comment #2) > Although I think assigning r8 to pseudo 47 could result in wrong reload > behaviour because r8 is used as a frame pointer even before the RA. It looks > very strange to me that r8 used as a fra

[Bug lto/41079] Bootstrap comparison fails, collect2 links against lto archives

2009-08-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-08-17 16:13 --- on x86_64-*-* the bootstrap comparison succeeds, even with lto sections in the executables and .o files. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - at -O3, PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #13 from ami_stuff at o2 dot pl 2009-08-17 15:17 --- Here are the results from 68...@50mhz: minigzip_340_O1 testa.tif - 34s minigzip_340_O2 testa.tif - 31s minigzip_340_O3 testa.tif - 31s minigzip_441_O1 testa.tif - 40s minigzip_441_O2 testa.tif - 38s minigzip_441_O3 testa.

[Bug java/21206] gcj seems not to pass the option to ld correctly

2009-08-17 Thread org dot gnu dot gcc dot bugzilla at pooryorick dot com
--- Comment #19 from org dot gnu dot gcc dot bugzilla at pooryorick dot com 2009-08-17 15:16 --- I bumped into this issue with gcc-4.4.0 on x86_32 Linux, probably because I have standalone libiconv installed -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21206

[Bug rtl-optimization/41085] [4.5 Regression]: cris-elf gcc.dg/pr28796-2.c

2009-08-17 Thread vmakarov at redhat dot com
--- Comment #2 from vmakarov at redhat dot com 2009-08-17 15:13 --- Thanks for reporting this bug. I've looked at the code and I think the patch in question probably triggered some latent reload bug. All wrong code transformations are done in reload. Although I think assigning r8 to p

[Bug fortran/41093] New: memory leaks with gfc_namespace

2009-08-17 Thread janus at gcc dot gnu dot org
It seems that there is something wrong in the reference counting for namespaces, especially (only?) for the formal_ns of procedures. This was noticed when working on PR 40877 (memory leaks with gfc_charlen). E.g. in bounds_check_strlen_8.f90, the formal_ns of 'F1' is never freed up. Reduced exampl

[Bug fortran/41075] [F2008] Implement unlimited format item

2009-08-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2009-08-17 14:42 --- Completed on trunk 4.5.0 -- jvdelisle at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41075] [F2008] Implement unlimited format item

2009-08-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #4 from jvdelisle at gcc dot gnu dot org 2009-08-17 14:40 --- Subject: Bug 41075 Author: jvdelisle Date: Mon Aug 17 14:40:40 2009 New Revision: 150845 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150845 Log: 2009-08-17 Jerry DeLisle PR fortran/41075

[Bug fortran/41075] [F2008] Implement unlimited format item

2009-08-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2009-08-17 14:27 --- Subject: Bug 41075 Author: jvdelisle Date: Mon Aug 17 14:27:29 2009 New Revision: 150844 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150844 Log: 2009-08-17 Jerry DeLisle PR fortran/41075

[Bug c++/41090] Using static label reference in c++ class constructor produces wrong code

2009-08-17 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2009-08-17 14:26 --- Similar linkage error occurs with gcc-4.3.4. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090

[Bug fortran/41075] [F2008] Implement unlimited format item

2009-08-17 Thread jvdelisle at gcc dot gnu dot org
--- Comment #2 from jvdelisle at gcc dot gnu dot org 2009-08-17 14:25 --- Subject: Bug 41075 Author: jvdelisle Date: Mon Aug 17 14:25:38 2009 New Revision: 150843 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150843 Log: 2009-08-17 Jerry DeLisle PR fortran/41075

[Bug c++/40092] [c++0x] expansion pattern fails with error about derived template instead of actual template

2009-08-17 Thread paolo dot carlini at oracle dot com
--- Comment #15 from paolo dot carlini at oracle dot com 2009-08-17 14:23 --- Yes, just try removing everything in the build dir and rebuild the whole compiler from scratch (probably I experienced your same problem a couple of days ago, looks like we have some thingies in make clean wro

[Bug c++/41090] Using static label reference in c++ class constructor produces wrong code

2009-08-17 Thread dodji at gcc dot gnu dot org
--- Comment #1 from dodji at gcc dot gnu dot org 2009-08-17 14:21 --- Confirmed in trunk as well. -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/41062] [4.4/4.5 Regression] ICE in gfc_trans_use_stmts, at fortran/trans-decl.c:3438

2009-08-17 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2009-08-17 14:12 --- Created an attachment (id=18385) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18385&action=view) Fix for this PR The comment is probably wrong - I wish to understand the origin of the problem a bit better befor

[Bug c++/40092] [c++0x] expansion pattern fails with error about derived template instead of actual template

2009-08-17 Thread cppljevans at suddenlink dot net
--- Comment #14 from cppljevans at suddenlink dot net 2009-08-17 14:07 --- Subject: Re: -std=gnu++0x expansion pattern fails with error about derived template instead of actual template On 08/16/09 10:45, paolo dot carlini at oracle dot com wrote: > --- Comment #13 from paolo dot

[Bug lto/41092] New: WPA doesn't generate unwind information where necessary

2009-08-17 Thread rguenth at gcc dot gnu dot org
g++.dg/lto/20081109_[01].C fails at -O0 -fwhopr -m32 because for the second unit with the foo() function no unwind information is generated. Passing an extra -fexceptions or -funwind-tables fixes the runtime error. -- Summary: WPA doesn't generate unwind information where necessary

[Bug c++/41091] New: Using section attribute in c and c++ function causes section type conflict

2009-08-17 Thread mark at gcc dot gnu dot org
The following code that puts two static variables into their own section won't compile because of a section type conflict. class C { public: void m() { static const int TWO __attribute__((section(".consts"))) = 2; } }; static void c() { static const int ONE __attribute__((section(".c

[Bug c++/41090] New: Using static label reference in c++ class constructor produces wrong code

2009-08-17 Thread mark at gcc dot gnu dot org
The following code compiles, but won't link: #include using namespace std; class C { public: C() { static void *labelref = &&label; goto *labelref; label: cout << "hello" << endl; } }; int main (int argc, char **argv) { C inst = C(); return 0; } $ g++ label.cxx /tmp/cci

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - at -O3, PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread bonzini at gnu dot org
--- Comment #12 from bonzini at gnu dot org 2009-08-17 13:30 --- Please try again with GCC 4.4.1 -O2 vs. GCC 3.4.0 -O2 or -O3. -- bonzini at gnu dot org changed: What|Removed |Added --

[Bug tree-optimization/41089] [4.5 Regression] r147980 (New SRA) breaks stdargs

2009-08-17 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2009-08-17 12:18 --- Created an attachment (id=18384) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18384&action=view) dump pack of small testcase for r147979 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089

[Bug tree-optimization/41089] [4.5 Regression] r147980 (New SRA) breaks stdargs

2009-08-17 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2009-08-17 12:16 --- Created an attachment (id=18383) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18383&action=view) dump pack of small testcase for r147980 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089

[Bug bootstrap/39849] segfault for '__divtf3' during bootstrap and non-bootstrap install

2009-08-17 Thread dennis dot wassel at googlemail dot com
--- Comment #20 from dennis dot wassel at googlemail dot com 2009-08-17 12:13 --- Created an attachment (id=18382) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18382&action=view) Preprocessed source (of trunk revision 150835) -- dennis dot wassel at googlemail dot com changed

[Bug target/39633] [avr] loop bug

2009-08-17 Thread eric dot weddington at atmel dot com
-- eric dot weddington at atmel dot com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Kno

[Bug target/39633] [avr] loop bug

2009-08-17 Thread abnikant dot singh at atmel dot com
--- Comment #4 from abnikant dot singh at atmel dot com 2009-08-17 12:08 --- 4.3.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39633

[Bug bootstrap/39849] segfault for '__divtf3' during bootstrap and non-bootstrap install

2009-08-17 Thread dennis dot wassel at googlemail dot com
o /tmp/ccuC5vI8.s Failed to read a valid object file image from memory. GNU C (GCC) version 4.5.0 20090817 (experimental) (i686-pc-linux-gnu) compiled by GNU C version 4.3.4, GMP version 4.3.0, MPFR version 2.4.1-p5 GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096 ignorin

[Bug target/39633] [avr] loop bug

2009-08-17 Thread abnikant dot singh at atmel dot com
--- Comment #3 from abnikant dot singh at atmel dot com 2009-08-17 12:02 --- Subject: RE: [avr] loop bug Hi Eric, Version is (avr-gcc )4.3.2. -Original Message- From: eric dot weddington at atmel dot com [mailto:gcc-bugzi...@gcc.gnu.org] Sent: Monday, August 17, 2009 5:26 PM

[Bug fortran/37744] ICE-on-invalid with ISO_C_BINDING and TYPEs

2009-08-17 Thread dennis dot wassel at googlemail dot com
--- Comment #6 from dennis dot wassel at googlemail dot com 2009-08-17 11:58 --- Also fails with 4.3.4 for me. What has changed is the fact that I cannot provoke it to hang anymore, I just get ICEs, which is some progress :) Unfortunately I cannot test it with trunk because of PR39849.

[Bug target/39633] [avr] loop bug

2009-08-17 Thread eric dot weddington at atmel dot com
--- Comment #2 from eric dot weddington at atmel dot com 2009-08-17 11:56 --- (In reply to comment #1) > At -O2, -O3, -Os g_52 contains the value 5 while in -O1 it is 1.It is > confirmed. > Hi Abnikant, What version did you use to confirm this bug? -- http://gcc.gnu.org/bugzilla/

[Bug middle-end/41082] [4.5 Regression] FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O3 -g with -m64

2009-08-17 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-08-17 11:42 --- > The test passed at revision 150097. This was a mistake, test passed at r149758, but not at r150041. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082

[Bug tree-optimization/41089] New: [4.5 Regression] r147980 (New SRA) breaks stdargs

2009-08-17 Thread ubizjak at gmail dot com
r147980 [1] breaks stdargs on alpha [2]: FAIL: gcc.c-torture/execute/stdarg-1.c execution, -O3 -fomit-frame-pointer FAIL: gcc.c-torture/execute/stdarg-1.c execution, -O3 -g FAIL: gcc.c-torture/execute/stdarg-4.c execution, -O1 FAIL: gcc.c-torture/execute/stdarg-4.c execution, -O2 FAIL: gcc

[Bug target/39184] ICE in tree_low_cst, at tree.c:4976

2009-08-17 Thread abnikant dot singh at atmel dot com
--- Comment #2 from abnikant dot singh at atmel dot com 2009-08-17 10:03 --- The attached preprocessed file compiles fine with avr-gcc-4.4.0,4.3.2,4.3.3 with --mmcu=avr25 for all optimization levels. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39184

[Bug target/39633] [avr] loop bug

2009-08-17 Thread abnikant dot singh at atmel dot com
--- Comment #1 from abnikant dot singh at atmel dot com 2009-08-17 09:40 --- At -O2, -O3, -Os g_52 contains the value 5 while in -O1 it is 1.It is confirmed. -- abnikant dot singh at atmel dot com changed: What|Removed |Added -

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #11 from ami_stuff at o2 dot pl 2009-08-17 09:26 --- Preprocessed files compiles with GCC 3.4.0 and GCC 4.4.1. I added them as an attachments plus asm output. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #10 from ami_stuff at o2 dot pl 2009-08-17 09:23 --- Created an attachment (id=18381) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18381&action=view) assembler output from GCC 3.4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #9 from ami_stuff at o2 dot pl 2009-08-17 09:23 --- Created an attachment (id=18380) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18380&action=view) assembler output from GCC 4.4.1 -- ami_stuff at o2 dot pl changed: What|Removed

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #8 from ami_stuff at o2 dot pl 2009-08-17 09:22 --- Created an attachment (id=18379) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18379&action=view) Assembler output from GCC 3.4.0 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #7 from ami_stuff at o2 dot pl 2009-08-17 09:21 --- Created an attachment (id=18378) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18378&action=view) preprocessed file from GCC 4.4.1 (compiles with GCC 3.4.0) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread ami_stuff at o2 dot pl
--- Comment #6 from ami_stuff at o2 dot pl 2009-08-17 09:21 --- Created an attachment (id=18377) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18377&action=view) preprocessed file from GCC 3.4.0 (compiles with GCC 4.4.1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40454

[Bug fortran/40877] memory leaks with gfc_charlen?

2009-08-17 Thread janus at gcc dot gnu dot org
--- Comment #10 from janus at gcc dot gnu dot org 2009-08-17 09:14 --- Fixed with r150823. Closing. -- janus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/40877] memory leaks with gfc_charlen?

2009-08-17 Thread janus at gcc dot gnu dot org
--- Comment #9 from janus at gcc dot gnu dot org 2009-08-17 09:11 --- Subject: Bug 40877 Author: janus Date: Mon Aug 17 09:11:00 2009 New Revision: 150823 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=150823 Log: 2009-08-17 Janus Weil PR fortran/40877 * arra

[Bug middle-end/41086] [4.5 Regression]: gcc.dg/pr34668-1.c, failing fix for PR41047

2009-08-17 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-08-17 09:07 --- Confirmed. Just the latent bug has been re-exposed again. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/41069] lto1: error: type mismatch in indirect reference

2009-08-17 Thread rguenther at suse dot de
--- Comment #17 from rguenther at suse dot de 2009-08-17 09:05 --- Subject: Re: lto1: error: type mismatch in indirect reference On Mon, 17 Aug 2009, jv244 at cam dot ac dot uk wrote: > --- Comment #16 from jv244 at cam dot ac dot uk 2009-08-17 07:39 --- > (In reply to comme

[Bug other/41027] Missing warning from -Wc++-compat

2009-08-17 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfir

[Bug c/40454] GCC 4.4.0 vs 3.4.0 - PNGCrush is about 20% slower when compiled with GCC 4.4.0

2009-08-17 Thread bonzini at gnu dot org
--- Comment #5 from bonzini at gnu dot org 2009-08-17 08:42 --- Can you check if the same preprocessed source for deflate.c (the deflate.i file obtained with --save-temps) compiles fine with both 3.4.0 and 4.4.1? If so, please attach it together with the deflate.s files produced by the

[Bug middle-end/41069] lto1: error: type mismatch in indirect reference

2009-08-17 Thread jv244 at cam dot ac dot uk
--- Comment #16 from jv244 at cam dot ac dot uk 2009-08-17 07:39 --- (In reply to comment #15) > > > > -flto needs about 35min compile time and 10.5Gb RAM. > > > > > > Doh. How does that compare to the all-CP2K in one file builds? > > > > an all-in-one-file-CP2K takes about 2.5Gb and