[Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #4 from ebotcazou at gcc dot gnu dot org 2008-11-16 06:40 --- > Rtl checking is also expensive (no way near as expensive as gcac) but > it does find real bugs in some cases. Everything else is enabled by > default during development of the trunk. RTL checking is in fact

[Bug tree-optimization/37950] failure in polyhedron benchmark when ftree-parallelize-loops is enabled

2008-11-15 Thread rakdver at gcc dot gnu dot org
--- Comment #3 from rakdver at gcc dot gnu dot org 2008-11-16 04:49 --- Subject: Bug 37950 Author: rakdver Date: Sun Nov 16 04:48:25 2008 New Revision: 141911 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141911 Log: PR tree-optimization/37950 * tree-flow-inline

[Bug c/35764] improper load from volatile

2008-11-15 Thread regehr at cs dot utah dot edu
--- Comment #2 from regehr at cs dot utah dot edu 2008-11-16 04:34 --- I'm not sure what is going on, I get the same code as before using r141907 on Ubuntu Hardy on x86. What compiler options are you using and what platform? [EMAIL PROTECTED]:~$ current-gcc -O -S vol.c -o - .fi

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2008-11-16 03:03 --- Attached preprocessed source files and assembly files created with... /sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/ -I/sw

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2008-11-16 03:01 --- Created an attachment (id=16699) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16699&action=view) assembly file for t028_y.s at -m64 on i686-apple-darwin9 -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #5 from howarth at nitro dot med dot uc dot edu 2008-11-16 03:00 --- Created an attachment (id=16698) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16698&action=view) preprocessed source for t028_y.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38151

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #4 from howarth at nitro dot med dot uc dot edu 2008-11-16 03:00 --- Created an attachment (id=16697) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16697&action=view) assembly file for t028_x.s at -m64 on i686-apple-darwin9 -- http://gcc.gnu.org/bugzilla/show_bug.

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2008-11-16 02:59 --- Created an attachment (id=16696) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16696&action=view) preprocessed source for t028_x.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38151

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #2 from howarth at nitro dot med dot uc dot edu 2008-11-16 02:58 --- Created an attachment (id=16695) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16695&action=view) assembly file for t028_main.s at -m64 on i686-apple-darwin9 -- http://gcc.gnu.org/bugzilla/show_b

[Bug testsuite/38151] tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #1 from howarth at nitro dot med dot uc dot edu 2008-11-16 02:57 --- Created an attachment (id=16694) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16694&action=view) preprocessed source for t028_main.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38151

[Bug testsuite/38151] New: tmpdir-gcc.dg-struct-layout-1/t028 failure at -m64 on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
The gcc.dg-struct-layout-1/t028 test fails at -m64 on i686-apple-darwin9. The failure is due to line... TCI(2848,unsigned int a;_Complex int atal1 b;struct{}atpaal c[1];,F(2848,a,4027477739U,855699588U)F(2848,b,CINT(723419448,-218144346),CINT(-1673573213,131753020))) in t028_test.h. Deleting thi

[Bug target/38130] [4.4 regression]__builtin_alloca (vs IRA?) testsuite failures on mingw32

2008-11-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 --- Except assert is controlled by your libc and not GCC so this is still really PR 6614. Also 4.3 changed the definition of -Wconversion so it does not matter any more. *** This bug has been marked as a duplicate of 6

[Bug c/6614] [-Wconversion] incorrect conversion warning for function taking a short

2008-11-15 Thread pinskia at gcc dot gnu dot org
--- Comment #13 from pinskia at gcc dot gnu dot org 2008-11-16 02:42 --- *** Bug 38116 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614

[Bug target/36246] Reload chooses too wide mode for reg->mem->xmmreg reload

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:18 --- Created an attachment (id=16693) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16693&action=view) assembly file generated for gcc.target/i386/pr36246.c at -m64 on i686-apple-darwin9 -- http://gcc

[Bug target/36246] Reload chooses too wide mode for reg->mem->xmmreg reload

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:17 --- The gcc.target/i386/pr36246.c test case fails on i686-apple-darwin9 at -m64 as... Executing on host: /sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.3.999

[Bug libstdc++/37144] A bug in include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp

2008-11-15 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2008-11-16 00:17 --- *** Bug 38128 has been marked as a duplicate of this bug. *** -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug libstdc++/38128] FAIL: ext/pb_ds/regression/hash_data_map_rand.cc execution test

2008-11-15 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-11-16 00:17 --- It is a bug in libstdc++. *** This bug has been marked as a duplicate of 37144 *** -- hjl dot tools at gmail dot com changed: What|Removed |Added -

[Bug target/22076] Strange code for MMX register moves

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #13 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:14 --- Created an attachment (id=16692) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16692&action=view) assembly file generated for gcc.target/i386/pr22076.c at -m64 on i686-apple-darwin9 -- http://gc

[Bug target/22076] Strange code for MMX register moves

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #12 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:13 --- The gcc.target/i386/pr22076.c test case fails for i686-apple-darwin9 at -m64 as follows... Executing on host: /sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44

[Bug target/34256] mmx and movd/movq on x86_64

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #7 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:09 --- Created an attachment (id=16691) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16691&action=view) assembly file generated for gcc.target/i386/pr34256.c at -m64 on i686-apple-darwin9 -- http://gcc

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-15 Thread hjl dot tools at gmail dot com
--- Comment #5 from hjl dot tools at gmail dot com 2008-11-16 00:08 --- (In reply to comment #3) > anyway, i found, that the preprocessed source generated by gcc-4.3 cannot be > compiled with gcc-4.4 ... the specific file can be found here > http://tim.klingt.org/git?p=nova-server.git;a=

[Bug target/34256] mmx and movd/movq on x86_64

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #6 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:07 --- The gcc.target/i386/pr34256.c test case fails on i686-apple-darwin9 at -m64 as follows... Executing on host: /sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-15 Thread hjl dot tools at gmail dot com
--- Comment #4 from hjl dot tools at gmail dot com 2008-11-16 00:06 --- (In reply to comment #3) > i tried to run the benchmark with -fno-ira, which turned out to be about 20% > slower than without the flag. > Can you try "-O3 -march=core2 -mtune=generic" and "-O3 -march=core2 -mtune=g

[Bug target/32661] __builtin_ia32_vec_ext suboptimal for pointer/ref args

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #13 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:01 --- Test fails as... Executing on host: /sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdir/gcc/xgcc -B/sw/src/fink.build/gcc44-4.3.999-20081115/darwin_objdi r/gcc/ /sw/src/fink.build/gcc44-4.3.999

[Bug target/32661] __builtin_ia32_vec_ext suboptimal for pointer/ref args

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #12 from howarth at nitro dot med dot uc dot edu 2008-11-16 00:01 --- Created an attachment (id=16690) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16690&action=view) assembly file generated for gcc.target/i386/pr32661-1.c at -m64 on i686-apple-darwin9 -- http://

[Bug target/32661] __builtin_ia32_vec_ext suboptimal for pointer/ref args

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #11 from howarth at nitro dot med dot uc dot edu 2008-11-15 23:59 --- This test case fails at -m64 on i686-apple-darwin9 in current gcc trunk. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32661

[Bug c/38140] [4.4 Regression] ice for C code with -O2

2008-11-15 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2008-11-15 23:16 --- The source is buggy, *(void **)(&callback_func) = parm; violates strict aliasing (with absolutely no reason, callback_func = parm; would work perfectly). That said, gcc shouldn't ICE on such code anyway. -- jakub

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2008-11-15 22:59 --- BTW, you are likely using -D_FORTIFY_SOURCE=2 and that, unlike -D_FORTIFY_SOURCE=1 has some extra restrictions beyond the C standard. One is that the str*/stp* functions must not cross field boundary in structures. mem

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #23 from howarth at nitro dot med dot uc dot edu 2008-11-15 22:48 --- Results with revised patch posted at http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01311.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38099

[Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread pinskia at gmail dot com
--- Comment #3 from pinskia at gmail dot com 2008-11-15 22:15 --- Subject: Re: --enable-checking=all times out during bootstrap Sent from my iPhone On Nov 15, 2008, at 1:59 PM, "edwintorok at gmail dot com" <[EMAIL PROTECTED] > wrote: > > > --- Comment #2 from edwintorok at g

Re: [Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread Andrew Thomas Pinski
Sent from my iPhone On Nov 15, 2008, at 1:59 PM, "edwintorok at gmail dot com" <[EMAIL PROTECTED] > wrote: --- Comment #2 from edwintorok at gmail dot com 2008-11-15 21:59 --- (In reply to comment #1) Subject: Re: New: --enable-checking=all times out during bootstrap Sen

[Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread edwintorok at gmail dot com
--- Comment #2 from edwintorok at gmail dot com 2008-11-15 21:59 --- (In reply to comment #1) > Subject: Re: New: --enable-checking=all times out during bootstrap > > > > Sent from my iPhone > > On Nov 15, 2008, at 1:27 PM, "edwintorok at gmail dot com" > <[EMAIL PROTECTED] > > w

[Bug c/38140] [4.4 Regression] ice for C code with -O2

2008-11-15 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Known to fail||4.4

[Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread pinskia at gmail dot com
4-unknown-linux-gnu > Configured with: ../gcc/configure --disable-multilib --disable-static > --prefix=/home/edwin/gcc_inst/ --enable-languages=c,c++ --enable- > checking=all > Thread model: posix > gcc version 4.4.0 20081115 (experimental) [trunk revision 141891] > (GCC) > >

Re: [Bug rtl-optimization/38139] New: --enable-checking=all times out during bootstrap

2008-11-15 Thread Andrew Thomas Pinski
model: posix gcc version 4.4.0 20081115 (experimental) [trunk revision 141891] (GCC) xgcc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [insn-emit.o] Error 1 make[3]: *** Waiting for unfinished jobs...

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2008-11-15 21:40 --- The argument boils down to 6.5.6/8 which restricts pointer arithmetic on objects and 6.7.2.1/2 which forbids structures with an incomplete array at the end to be a member of a structure or element of an array. (This

[Bug rtl-optimization/38139] --enable-checking=all times out during bootstrap

2008-11-15 Thread edwintorok at gmail dot com
-- edwintorok at gmail dot com changed: What|Removed |Added Severity|normal |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38139

[Bug c/38140] ice for C code with -O2

2008-11-15 Thread dcb314 at hotmail dot com
--- Comment #1 from dcb314 at hotmail dot com 2008-11-15 21:37 --- Created an attachment (id=16689) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16689&action=view) C source code -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38140

[Bug c/38140] New: ice for C code with -O2

2008-11-15 Thread dcb314 at hotmail dot com
I just tried to compile Suse Linux package opensc-0.11.6-4.5 with the GNU gcc version 4.4.0 snapshot 20081114 It said asn1.c: In function 'asn1_decode': asn1.c:1148: internal compiler error: in gimple_call_return_type, at gimple.h:1993 Please submit a full bug report, with preprocessed source if

[Bug rtl-optimization/38139] New: --enable-checking=all times out during bootstrap

2008-11-15 Thread edwintorok at gmail dot com
++ --enable-checking=all Thread model: posix gcc version 4.4.0 20081115 (experimental) [trunk revision 141891] (GCC) xgcc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [insn-emit.o] Error 1 make[3]: *** W

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread dominique dot pelle at gmail dot com
--- Comment #4 from dominique dot pelle at gmail dot com 2008-11-15 21:21 --- I tried the suggestion of Richard Guenther in his previous comments. That is changing vim's code as follows: cvs diff: CVS password file /home/pel/.cvspass does not exist - creating a new file Index: eval.c =

[Bug fortran/38138] [4.4 Regression] Revision 141890 caused gfortran.dg/proc_decl_18.f90

2008-11-15 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-11-15 20:56 --- No crash or similar on my x86-64-linux, but valgrind shows: ==32084== Invalid read of size 1 ==32084==at 0x4824B0: gfc_commit_symbols (symbol.c:2824) ==32084==by 0x45D94C: accept_statement (parse.c:1503) ==32

[Bug fortran/38122] "file already opened in another unit" error when opening /dev/null or /dev/tty twice

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #8 from jvdelisle at gcc dot gnu dot org 2008-11-15 20:51 --- As far as I can tell, ASIS is working correctly with gfortran 4.4 and 4.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38122

[Bug c/38116] Excessive warnings when using assert and -Wconversion on 64bit platforms

2008-11-15 Thread paulf at free dot fr
--- Comment #2 from paulf at free dot fr 2008-11-15 20:51 --- I do not agree that this is a duplicate of 6614. 6614 is a consequence of integer promotion, and there is no possible user code change that would make it go away (other than avoiding integral types smaller than int in function

[Bug ada/38127] [4.4 Regression] ACATS cd1c04e fails on sparc, hppa

2008-11-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #2 from ebotcazou at gcc dot gnu dot org 2008-11-15 20:45 --- Fixing. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug target/38052] [4.4 Regression] genautomata segfaults when -O2 is enabled

2008-11-15 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2008-11-15 20:42 --- I'll try to look at this tomorrow. The code in comment #1 is certainly wrong: the store at is supposed come after the GP addiu at . With that fixed, the function should work as expected. I'm guessing this is a

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-11-15 20:40 --- Note that ... struct dictitem_S { typval_Tdi_tv; /* type and value of the variable */ char_u di_flags; /* flags (only used for variable) */ char_u di_key[1]; /* key (act

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2008-11-15 20:33 --- Indeed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIR

[Bug target/38134] [4.4 Regression] speed regression with inline-asm sse code

2008-11-15 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added GCC target triplet||x86_64-*-*-* Keywords||missed-o

[Bug c/38133] xgcc: Internal error: Killed (program cc1) by compiling gcc 4.3.2

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-11-15 20:29 --- You are running out of memory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38133

[Bug testsuite/37517] gcc.target/i386/quad-sse.c fails with -fPIC

2008-11-15 Thread ghazi at gcc dot gnu dot org
--- Comment #9 from ghazi at gcc dot gnu dot org 2008-11-15 20:28 --- *** Bug 36714 has been marked as a duplicate of this bug. *** -- ghazi at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug testsuite/36714] FAIL: gcc.target/i386/quad-sse.c scan-assembler-not call

2008-11-15 Thread ghazi at gcc dot gnu dot org
--- Comment #2 from ghazi at gcc dot gnu dot org 2008-11-15 20:28 --- *** This bug has been marked as a duplicate of 37517 *** -- ghazi at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/38138] New: [4.4 Regression] Revision 141890 caused gfortran.dg/proc_decl_18.f90

2008-11-15 Thread hjl dot tools at gmail dot com
On Linux/Intel64, revision 141890 caused: Executing on host: /export/gnu/import/svn/gcc-test/bld/gcc/testsuite/gfortran/../../gfortran -B/export/gnu/import/svn/gcc-test/bld/gcc/testsuite/gfortran/../../ /export/gnu/import/svn/gcc-test/src-trunk/gcc/testsuite/gfortran.dg/proc_decl_18.f90 -O3 -g

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #7 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:39 --- Fixed on trunk. I will open a new PR for enhancement of this to better utilize the internal unit array by doing fewer "newlines" for namelists. -- jvdelisle at gcc dot gnu dot org changed: What

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:34 --- Subject: Bug 37294 Author: jvdelisle Date: Sat Nov 15 19:33:07 2008 New Revision: 141893 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141893 Log: 2008-11-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug target/38109] [avr] Wrong code with gcc.c-torture/execute/20081112-1.c

2008-11-15 Thread eric dot weddington at atmel dot com
--- Comment #3 from eric dot weddington at atmel dot com 2008-11-15 19:30 --- Seems to be fixed now on HEAD. Closing bug. -- eric dot weddington at atmel dot com changed: What|Removed |Added

[Bug libfortran/37294] Namelist I/O to array character internal units

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-11-15 19:27 --- Subject: Bug 37294 Author: jvdelisle Date: Sat Nov 15 19:25:35 2008 New Revision: 141892 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141892 Log: 2008-11-15 Jerry DeLisle <[EMAIL PROTECTED]>

[Bug fortran/38122] "file already opened in another unit" error when opening /dev/null or /dev/tty twice

2008-11-15 Thread jvdelisle at verizon dot net
--- Comment #7 from jvdelisle at verizon dot net 2008-11-15 19:13 --- Subject: Re: "file already opened in another unit" error when opening /dev/null or /dev/tty twice > Which OP? The originator of the c.l.f thread or the originator of > this bug report. Originator of this bug repor

[Bug c/38136] vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread pinskia at gmail dot com
--- Comment #1 from pinskia at gmail dot com 2008-11-15 18:43 --- Subject: Re: New: vim crashes on startup when compiled with -O3 but works with -O2 Sent from my iPhone On Nov 15, 2008, at 10:05 AM, "dominique dot pelle at gmail dot com" <[EMAIL PROTECTED] > wrote: > Vim (at lea

Re: [Bug c/38136] New: vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread Andrew Thomas Pinski
Sent from my iPhone On Nov 15, 2008, at 10:05 AM, "dominique dot pelle at gmail dot com" <[EMAIL PROTECTED] > wrote: Vim (at least current version vim-7.2.40) crashes on start up when compiled with optimization option -O3 using gcc-4.3.2 (that's the default version that comes with Ubuntu

[Bug fortran/31610] ICE with transfer, merge in gfc_conv_expr_descriptor

2008-11-15 Thread burnus at gcc dot gnu dot org
--- Comment #28 from burnus at gcc dot gnu dot org 2008-11-15 18:41 --- I think this PR can be closed - the ICEs are gone, the TODO item is gone and the missing warnings are tracked in PR 33037. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31610

[Bug fortran/38137] New: MERGE: -fbounds-check runtime check for same string length

2008-11-15 Thread burnus at gcc dot gnu dot org
Follow up to PR 33455. "13.7.75 MERGE (TSOURCE, FSOURCE, MASK)" "FSOURCE shall be of the same type and type parameters as TSOURCE." In the following program, the string length is different. If the string length were known at compile time, an error would have been printed, but there is no run-tim

[Bug fortran/38095] character ICE

2008-11-15 Thread burnus at gcc dot gnu dot org
--- Comment #14 from burnus at gcc dot gnu dot org 2008-11-15 18:06 --- (In reply to comment #13) > > I filled PR38119 for that PR. > This is probably stupid but what is the difference between the two PRs? The program of comment 0 of this PR (PR 38095) gives an ICE with all gfortran ver

[Bug c/38136] New: vim crashes on startup when compiled with -O3 but works with -O2

2008-11-15 Thread dominique dot pelle at gmail dot com
Vim (at least current version vim-7.2.40) crashes on start up when compiled with optimization option -O3 using gcc-4.3.2 (that's the default version that comes with Ubuntu-8.10). Vim works fine when compiled with -O0, -O1 or -O2. Narrowing it down further, compilation options "-O2 -finline-funct

[Bug fortran/38095] character ICE

2008-11-15 Thread pault at gcc dot gnu dot org
--- Comment #13 from pault at gcc dot gnu dot org 2008-11-15 17:40 --- (In reply to comment #12) > I filled PR38119 for that PR. This is probably stupid but what is the difference between the two PRs? Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38095

[Bug fortran/38122] "file already opened in another unit" error when opening /dev/null or /dev/tty twice

2008-11-15 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2008-11-15 17:28 --- (In reply to comment #5) > > I do believe that one could write a standard conforming "layer" in Fortran to > handle all of the OPs issues. Obviously one would have to get creative to do > it. Which OP? The originato

[Bug fortran/37926] Program gives wrong output (connected to char len)

2008-11-15 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2008-11-15 17:27 --- Subject: Bug 37926 Author: pault Date: Sat Nov 15 17:26:13 2008 New Revision: 141890 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141890 Log: 2008-11-15 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug libstdc++/38128] FAIL: ext/pb_ds/regression/hash_data_map_rand.cc execution test

2008-11-15 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #3 from dave at hiauly1 dot hia dot nrc dot ca 2008-11-15 17:23 --- Subject: Re: FAIL: ext/pb_ds/regression/hash_data_map_rand.cc execution test > To be clear, absolutely nothing changed lately in this area of the library. > Probably, it's just the well known brittleness o

[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #51 from howarth at nitro dot med dot uc dot edu 2008-11-15 17:20 --- Created an attachment (id=16688) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16688&action=view) assembly file for g++.dg/torture/stackalign/eh-alloca-1.C at -m64-O3 -- http://gcc.gnu.org/bugzi

[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #50 from howarth at nitro dot med dot uc dot edu 2008-11-15 17:19 --- Created an attachment (id=16687) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16687&action=view) assembly file for g++.dg/torture/stackalign/eh-alloca-1.C at -m64-O3 -g -- http://gcc.gnu.org/bu

[Bug fortran/38135] FORALL gives wrong result

2008-11-15 Thread tkoenig at gcc dot gnu dot org
--- Comment #2 from tkoenig at gcc dot gnu dot org 2008-11-15 17:19 --- $ cat foo.f90 integer, parameter :: N = 3 integer A(N,N) A(1:N,1:N)=reshape(A(1:0,1),(/N,N/),reshape((/1/),(/N+1/),(/2/))) write(*,'(3i5)') A write(*,'(4i5)') reshape([1],[N+1],[0]) end $ gfortran -fbounds-check foo.

[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #49 from howarth at nitro dot med dot uc dot edu 2008-11-15 17:18 --- Created an attachment (id=16686) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16686&action=view) assembly file for g++.dg/torture/stackalign/eh-alloca-1.C at -m32 -O3 -- http://gcc.gnu.org/bugz

[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #48 from howarth at nitro dot med dot uc dot edu 2008-11-15 17:17 --- Created an attachment (id=16685) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16685&action=view) assembly file for g++.dg/torture/stackalign/eh-alloca-1.C at -m32 -O3 -g -- http://gcc.gnu.org/b

[Bug c++/37012] numerous stackalign related testsuite failures on i686-apple-darwin9

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #47 from howarth at nitro dot med dot uc dot edu 2008-11-15 17:15 --- The execution failure of eh-alloca-1.C appears to only occur at -m32 with -O3 -g. At -m64 with -O3 -g, the resulting binary passes the test. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37012

[Bug c/38134] gcc-4.4 speed regression with sse code

2008-11-15 Thread tim at klingt dot org
--- Comment #3 from tim at klingt dot org 2008-11-15 17:04 --- i tried to run the benchmark with -fno-ira, which turned out to be about 20% slower than without the flag. anyway, i found, that the preprocessed source generated by gcc-4.3 cannot be compiled with gcc-4.4 ... the specific f

[Bug c/38134] gcc-4.4 speed regression with sse code

2008-11-15 Thread ubizjak at gmail dot com
--- Comment #2 from ubizjak at gmail dot com 2008-11-15 16:46 --- Can you try with -fno-ira? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134

[Bug target/38123] [4.4 regression] error: incorrect sharing of tree nodes ap->fp_offset = D.2748;

2008-11-15 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2008-11-15 16:43 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug target/38123] [4.4 regression] error: incorrect sharing of tree nodes ap->fp_offset = D.2748;

2008-11-15 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-11-15 16:41 --- Subject: Bug 38123 Author: jakub Date: Sat Nov 15 16:40:24 2008 New Revision: 141889 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141889 Log: PR target/38123 * config/i386/i386.c (ix86_gimpli

[Bug ada/34289] gnatmake -s doesn't work

2008-11-15 Thread ebotcazou at gcc dot gnu dot org
-- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.4.0 |4.3.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34289

[Bug ada/34289] gnatmake -s doesn't work

2008-11-15 Thread ebotcazou at gcc dot gnu dot org
--- Comment #19 from ebotcazou at gcc dot gnu dot org 2008-11-15 16:16 --- Subject: Bug 34289 Author: ebotcazou Date: Sat Nov 15 16:15:00 2008 New Revision: 141888 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141888 Log: PR ada/34289 * lib.ads: (Enable_Switch_

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #22 from howarth at nitro dot med dot uc dot edu 2008-11-15 16:16 --- Revised patch submitted to gcc-patches... http://gcc.gnu.org/ml/gcc-patches/2008-11/msg00714.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38099

[Bug fortran/38135] FORALL gives wrong result

2008-11-15 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2008-11-15 16:10 --- Using A(1:N,1:N)=reshape(A(1:0,1),(/N,N/),reshape((/1/),(/N+1/),(/2/))) the program is a Fortran 95 program, which also works with NAG f95 and openf95. -> Blocking 32834 -- burnus at gcc dot gnu dot org changed:

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #21 from howarth at nitro dot med dot uc dot edu 2008-11-15 16:05 --- Argh. My mistake. The patch should be (without typo)... Index: gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c === --- gcc/testsuite/

[Bug testsuite/38099] tmpdir-gcc.dg-struct-layout-1/t027 c_compat_x_tst.o-c_compat_y_tst.o execute failure

2008-11-15 Thread howarth at nitro dot med dot uc dot edu
--- Comment #20 from howarth at nitro dot med dot uc dot edu 2008-11-15 16:01 --- Okay. The following change allows all of the struct-layout-1 tests in gcc.dg under i686-apple-darwin9 with current gcc trunk... Index: gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c ==

[Bug fortran/38135] New: FORALL gives wrong result

2008-11-15 Thread burnus at gcc dot gnu dot org
I expect that the following program prints: 122 212 221 1000 which works with g95 and ifort, but with gfortran one gets: 11* 7211 * 721 1000 The program is a minutely modified version of the prog

[Bug c/38134] gcc-4.4 speed regression with sse code

2008-11-15 Thread tim at klingt dot org
--- Comment #1 from tim at klingt dot org 2008-11-15 15:55 --- Created an attachment (id=16684) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16684&action=view) compressed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134

[Bug c/38134] New: gcc-4.4 speed regression with sse code

2008-11-15 Thread tim at klingt dot org
the attached program, a simdfied version of the tanf function, shows a 20% performance regression from gcc-4.3 to gcc-4.4: the compared compilers are g++-4.3 Using built-in specs. Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11' --with-bugurl

[Bug c/38133] New: xgcc: Internal error: Killed (program cc1) by compiling gcc 4.3.2

2008-11-15 Thread jan at jans-seite dot de
Hello, I have a problem by compiling gcc 4.3.2. If I use the package with all, I get the message: xgcc: Internal error: Killed (program cc1plus) If I use only the core-package, I get the massage: xgcc: Internal error: Killed (program cc1). What can I do??? Infomation: gcc -v: Using built-in sp

[Bug fortran/38119] [4.4 Regression] character ICE in gfc_trans_create_temp_array

2008-11-15 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2008-11-15 15:53 --- Created an attachment (id=16683) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16683&action=view) A fix for the PR Bootstraps and regtests on FC9/x86_i64 Paul 2008-11-15 Paul Thomas <[EMAIL PROTECTED]>

[Bug tree-optimization/38051] [4.4 Regression] Miscompilation of glibc's memcmp

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2008-11-15 15:42 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug c++/38132] extern template prohibits inlining

2008-11-15 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords||missed-op

[Bug tree-optimization/38051] [4.4 Regression] Miscompilation of glibc's memcmp

2008-11-15 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-11-15 15:39 --- Subject: Bug 38051 Author: rguenth Date: Sat Nov 15 15:37:57 2008 New Revision: 141887 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141887 Log: 2008-11-15 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug fortran/31610] ICE with transfer, merge in gfc_conv_expr_descriptor

2008-11-15 Thread pault at gcc dot gnu dot org
--- Comment #27 from pault at gcc dot gnu dot org 2008-11-15 15:20 --- As far as I can see, all the valid testcases work on trunk and 4.3 - should we close this one? Paul -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31610

[Bug fortran/38122] "file already opened in another unit" error when opening /dev/null or /dev/tty twice

2008-11-15 Thread jvdelisle at gcc dot gnu dot org
--- Comment #5 from jvdelisle at gcc dot gnu dot org 2008-11-15 14:58 --- Well I managed to read that thread about 90% through without falling to sleep. One point made there is that gfortran should not reposition the file after a reopen as the default position= specifier should be ASIS

[Bug c++/38132] std::string is faster with -D_GLIBCXX_DEBUG=1 than without

2008-11-15 Thread edwintorok at gmail dot com
--- Comment #1 from edwintorok at gmail dot com 2008-11-15 13:56 --- Created an attachment (id=16682) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16682&action=view) example to illustrate compile with g++ -O3, I get: real0m0.130s user0m0.100s sys 0m0.028s compile wit

[Bug c++/38132] New: std::string is faster with -D_GLIBCXX_DEBUG=1 than without

2008-11-15 Thread edwintorok at gmail dot com
basic_string.tcc contains 'extern template basic_string', which prevents the template from being instantiated, and thus all calls to basic_string methods remain calls even at -O3. If I -D_GLIBCXX_DEBUG=1 _GLIBCXX_EXTERN_TEMPLATE is 0, thus it will no longer contain 'extern template basic_string',

[Bug target/38123] [4.4 regression] error: incorrect sharing of tree nodes ap->fp_offset = D.2748;

2008-11-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38123

[Bug tree-optimization/38051] [4.4 Regression] Miscompilation of glibc's memcmp

2008-11-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38051

[Bug tree-optimization/37955] [4.4 Regression] internal compiler error: in vectorizable_store, at tree-vect-transform.c:5447

2008-11-15 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37955

  1   2   >