[Bug web/38976] /pub/gcc/releases/gcc-4.3.3/md5.sum does not contain the md5sums for most of the bz2 archives

2009-03-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-30 08:26 --- Btw, this should be fixed now. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/39583] Revision 145255 breaks bootstrap with obj-c++

2009-03-30 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-03-30 08:37 --- A patch has been submitted at http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01604.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39583

[Bug testsuite/39325] FAIL: gcc.misc-tests/linkage.c link

2009-03-30 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-03-30 08:36 --- A patch has been submitted at http://gcc.gnu.org/ml/gcc-patches/2009-03/msg01631.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39325

[Bug middle-end/39568] [graphite] Remove GBB_LOOPS

2009-03-30 Thread nemokingdom at gmail dot com
--- Comment #2 from nemokingdom at gmail dot com 2009-03-30 11:30 --- I test with bootstrap enabled and success. Here is the patch: Index: sese.h === --- sese.h (revision 145190) +++ sese.h (working copy) @@

[Bug c/39586] New: make linux kernel error

2009-03-30 Thread redrocky at sina dot com dot cn
kernel/fork.c: In function `copy_process': kernel/fork.c:1405: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[1]: *** [kernel/fork.o] Error 1 make: *** [kernel] Error 2 linux kernel version:

[Bug fortran/39587] New: Reading integer from gives end-of-file instead of reading a 0

2009-03-30 Thread burnus at gcc dot gnu dot org
The following program works with NAG f95, g95, sunf95, ifort but fails with a Fortran runtime error: End of file in gfortran. I think the program is valid. - implicit none character(len=5) :: str integer :: a str = '' a = 5 read(str,'(5x,i1)') a print *, a if(a

[Bug bootstrap/39583] Revision 145255 breaks bootstrap with obj-c++

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #2 from jsm28 at gcc dot gnu dot org 2009-03-30 12:59 --- Subject: Bug 39583 Author: jsm28 Date: Mon Mar 30 12:59:27 2009 New Revision: 145290 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145290 Log: 2009-03-30 Dominique d'Humieres domi...@lps.ens.fr PR

[Bug bootstrap/39583] Revision 145255 breaks bootstrap with obj-c++

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #3 from jsm28 at gcc dot gnu dot org 2009-03-30 13:14 --- Fixed by that commit. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/39588] New: internal compiler error: in trunc_int_for_mode, at explow.c:55

2009-03-30 Thread olivier dot roussel at cril dot univ-artois dot fr
# gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.3.3/configure --prefix=/tmp/gcc433 --enable-languages=c,c++ Thread model: posix gcc version 4.3.3 (GCC) with the following, self-contained file buc.c #define lit_from_int(in) ((in0)?(((-in)1)|1):(in1)) void

[Bug testsuite/39325] FAIL: gcc.misc-tests/linkage.c link

2009-03-30 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2009-03-30 13:32 --- Note that there may be a similar issue for *x86_64*-*-darwin* with -m32, but I cannot test it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39325

[Bug c/39588] internal compiler error: in trunc_int_for_mode, at explow.c:55

2009-03-30 Thread olivier dot roussel at cril dot univ-artois dot fr
--- Comment #1 from olivier dot roussel at cril dot univ-artois dot fr 2009-03-30 13:48 --- Created an attachment (id=17558) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17558action=view) test source file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39588

[Bug c++/35652] [4.2/4.3 Regression] offset warning should be given in the front-end

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #22 from jakub at gcc dot gnu dot org 2009-03-30 13:51 --- What exact regression was fixed by the http://gcc.gnu.org/viewcvs?root=gccview=revrev=145102 commit? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35652

[Bug rtl-optimization/39588] [4.3/4.4/4.5 Regression] internal compiler error: in trunc_int_for_mode, at explow.c:55

2009-03-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-03-30 14:24 --- Confirmed. -ftree-vectorize is the problem or maybe triggers a target problem. #1 0x00605517 in trunc_int_for_mode (c=0, mode=V4SImode) at /space/rguenther/src/svn/trunk/gcc/explow.c:56 56

[Bug target/38781] PR38151: valgrind finds problem

2009-03-30 Thread hjl at gcc dot gnu dot org
--- Comment #6 from hjl at gcc dot gnu dot org 2009-03-30 14:29 --- Subject: Bug 38781 Author: hjl Date: Mon Mar 30 14:29:10 2009 New Revision: 145292 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145292 Log: 2008-03-30 H.J. Lu hongjiu...@intel.com PR target/38781

[Bug target/38781] PR38151: valgrind finds problem

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-03-30 14:33 --- Fixed for 4.5.0. No plan to back port. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug debug/39563] C block scopes have no DW_TAG_lexical_block

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2009-03-30 14:35 --- Subject: Bug 39563 Author: jakub Date: Mon Mar 30 14:35:03 2009 New Revision: 145293 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145293 Log: PR debug/39563 * c-decl.c (struct c_binding): Add

[Bug middle-end/29274] [4.2/4.3/4.4/4.5 Regression] not using mulsidi3

2009-03-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29274

[Bug pch/39492] [4.3/4.4/4.5 Regression] Parallel compilation fail using PCH on Windows NT= 5.0

2009-03-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39492

[Bug rtl-optimization/39543] [4.4/4.5 Regression] Reload failure on mplayer from SVN

2009-03-30 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Priority|P3 |P2

[Bug libstdc++/39569] Apparent memory corruption in std::stringstream after calling syslog()

2009-03-30 Thread jmcdonald at fairfield dot com
--- Comment #3 from jmcdonald at fairfield dot com 2009-03-30 14:44 --- Created an attachment (id=17559) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17559action=view) A more simple test case which recreates the memor correction bug (1 file) I worked with the sources a bit more,

[Bug rtl-optimization/39588] [4.3/4.4/4.5 Regression] internal compiler error: in trunc_int_for_mode, at explow.c:55

2009-03-30 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-03-30 14:56 --- We want to simplify (ashift:V4SI (neg:V4SI (reg:V4SI 87)) (const_int 1 [0x1])) to (neg:V4SI (ashift:V4Si (reg:V4SI 87) (const_int 1 [0x1])) but the code obviously doesn't expect vector modes. For the

[Bug libstdc++/39569] Apparent memory corruption in std::stringstream after calling syslog()

2009-03-30 Thread jmcdonald at fairfield dot com
--- Comment #4 from jmcdonald at fairfield dot com 2009-03-30 14:59 --- Created an attachment (id=17560) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17560action=view) The GCC preprocessed files to go with the simple, one-source-file test case. And here are the gcc preprocessed

[Bug target/39558] Bad interaction of decls named 'vector' and -maltivec vector support

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2009-03-30 15:01 --- Subject: Bug 39558 Author: jakub Date: Mon Mar 30 15:00:52 2009 New Revision: 145297 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145297 Log: PR target/39558 * macro.c (cpp_get_token): If

[Bug target/39558] Bad interaction of decls named 'vector' and -maltivec vector support

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2009-03-30 15:06 --- Subject: Bug 39558 Author: jakub Date: Mon Mar 30 15:06:14 2009 New Revision: 145298 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145298 Log: PR target/39558 * macro.c (cpp_get_token): If

[Bug preprocessor/30491] behaviour with -MMD and -c / -E causes differring behaviours.

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-03-30 15:15 --- Not a bug. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/39563] C block scopes have no DW_TAG_lexical_block

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2009-03-30 15:23 --- Fixed on the trunk. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39558] Bad interaction of decls named 'vector' and -maltivec vector support

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #13 from jakub at gcc dot gnu dot org 2009-03-30 15:24 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #2 from tromey at gcc dot gnu dot org 2009-03-30 15:26 --- Subject: Bug 39512 Author: tromey Date: Mon Mar 30 15:25:42 2009 New Revision: 145300 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145300 Log: PR preprocessor/39512: * line-map.c

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-30 Thread tromey at gcc dot gnu dot org
--- Comment #3 from tromey at gcc dot gnu dot org 2009-03-30 15:26 --- I checked in the fix. -- tromey at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33200] install fails when trying to install fix-header since fix-header wasn't built

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 15:28 --- fix-header has been removed for 4.5, so all bugs relating to it are gone. Most targets no longer use it, a few that used it were removed. -- jsm28 at gcc dot gnu dot org changed: What|Removed

[Bug tree-optimization/16876] [4.2 Regression] ICE on testcase with -O3 in fold-const

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2009-03-30 15:37 --- Closing 4.2 branch. Original bug was fixed for 4.2.0, rejects-valid for 4.3.0. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/19636] [4.2 regression] Can't compile large switch statement

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #24 from jsm28 at gcc dot gnu dot org 2009-03-30 15:39 --- Closing 4.2 branch, reported as working with 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/19910] [4.2 regression] ICE with -ftree-loop-linear

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2009-03-30 15:41 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/20077] [4.2 Regression] GCC accepts macro definitions that fail a constraint

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 15:42 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/20643] [4.2 Regression] Tree loop optimizer does worse job than RTL loop optimizer

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #20 from jsm28 at gcc dot gnu dot org 2009-03-30 15:43 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/21312] [4.2 Regression] Access violation diagnostic given twice

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 15:43 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/21596] [4.2 Regression] extra temporaries when using global register variables

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #17 from jsm28 at gcc dot gnu dot org 2009-03-30 15:44 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/23346] [4.2 Regression] FRE before DCE makes a mess of loads or need to sink loads

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #18 from jsm28 at gcc dot gnu dot org 2009-03-30 15:45 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/23848] [4.2 Regression] stack deallocation can be more efficient

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 15:46 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25156] [4.2 Regression] wrong error message (int instead of bool)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 15:47 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/19287] a protoize bug (directory string is duplicated.)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #4 from jsm28 at gcc dot gnu dot org 2009-03-30 15:26 --- protoize has been removed for GCC 4.5. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/26290] [4.2 Regression]: code pessimization wrt. GCC 4.0 probably due to TARGET_MEM_REF

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #25 from jsm28 at gcc dot gnu dot org 2009-03-30 15:48 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug debug/26364] [4.2 regression] [no unit-at-a-time mode] Uninlined function is marked as inlined

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-30 15:49 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/26449] [4.2 Regression] ICE in loop invariant motion

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #28 from jsm28 at gcc dot gnu dot org 2009-03-30 15:50 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26944] [4.2 Regression] -ftree-ch generates worse code

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 15:51 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/27301] [4.2 Regression] ICE on convoluted inline asm with m (statement expression and vla)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #10 from jsm28 at gcc dot gnu dot org 2009-03-30 15:52 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/27478] [4.2 Regression] entry and addressable and value-expr: and the gimplifier

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-30 15:54 --- Closing 4.2 branch. The patch actually went on trunk before 4.2 branched. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/24836] gcc/configure doesn't handle all possible SH architectures

2009-03-30 Thread laurent at guerby dot net
--- Comment #1 from laurent at guerby dot net 2009-03-30 15:58 --- Kaz, do you know if this problem fixed in 4.2/4.3/4.4? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24836

[Bug libstdc++/39569] Apparent memory corruption in std::stringstream after calling syslog()

2009-03-30 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-03-30 15:58 --- Your code triggers undefined behaviour here: const char* OutBuf = reinterpret_castconst char*(OutStream.str().c_str()); because str() returns a temporary string, which then dies, leaving OutBuf pointing to

[Bug middle-end/38237] [4.4/4.5 regression] multiple weak directives

2009-03-30 Thread sje at gcc dot gnu dot org
--- Comment #3 from sje at gcc dot gnu dot org 2009-03-30 16:44 --- Subject: Bug 38237 Author: sje Date: Mon Mar 30 16:43:40 2009 New Revision: 145303 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145303 Log: PR middle-end/38237 * tree.h (tree_find_value): New

[Bug middle-end/38237] [4.4/4.5 regression] multiple weak directives

2009-03-30 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2009-03-30 16:46 --- Closing out as fixed in 4.5. It is probably not worth backporting to 4.4 since it doesn't cause any failures that we know of. -- sje at cup dot hp dot com changed: What|Removed

[Bug fortran/39571] Compiler crash with GNU MP: Cannot reallocate memory

2009-03-30 Thread aran at 100acres dot us
--- Comment #11 from aran at 100acres dot us 2009-03-30 16:51 --- (In reply to comment #9) My mistake, I printed the operands to mpz_pow_ui and got gfc_arith_power: op1 = 2 gfc_arith_power: power = 2147483647 When I call mpz_pow_ui from c with these arguments, I get GNU MP: Cannot

[Bug middle-end/27986] [4.2 Regression] jump to middle of loop on entry with using old version of an variable

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 16:57 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28181] [4.2 regression] ICE in reload_cse_simplify_operands, at postreload.c:393 on m68k

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #14 from jsm28 at gcc dot gnu dot org 2009-03-30 16:58 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/38034] Unnecessary register move

2009-03-30 Thread sje at cup dot hp dot com
--- Comment #4 from sje at cup dot hp dot com 2009-03-30 16:59 --- Closing this out since it is now fixed for 4.5. -- sje at cup dot hp dot com changed: What|Removed |Added

[Bug c++/28239] [4.2 regression] ICE in gimple_add_tmp_var, at gimplify.c:720

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 17:00 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28253] [4.2 regression] ICE with invalid covariant return

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 17:00 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/28583] [4.2 regression] ICE in default_secondary_reload, at targhooks.c:532 when building libgcc2.c as _divsc3.o

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 17:01 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36415] [4.3 Regression] internal compiler error: in extract_insn, at recog.c:1990

2009-03-30 Thread rearnsha at gcc dot gnu dot org
--- Comment #4 from rearnsha at gcc dot gnu dot org 2009-03-30 17:01 --- This is probably the same as target/37436. However, that fix has not been back-ported to the 4.3 branch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36415

[Bug c++/28639] [4.2 regression] ICE trying to print error on invalid template parameter

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-30 17:02 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28642] [4.2 Regression] ICE in layout_type with may_alias and templates

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 17:03 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/28755] [4.2 Regression] duplicate members of arrays

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 17:03 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/28989] [4.2 Regression] post-increment of bool variable accepted as lvalue

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #15 from jsm28 at gcc dot gnu dot org 2009-03-30 17:04 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/39589] New: make -Wmissing-field-initializers=2 work with designated initializers ?

2009-03-30 Thread jim at meyering dot net
Compiling this with -Wmissing-field-initializers evokes a warning: struct foo { int a; int b; }; struct foo f = { 1 }; but with designated initializers it does not: struct foo { int a; int b; }; struct foo f = { .a = 1 }; That -Wmissing-field-initializers works this way is even

[Bug c++/29039] [4.2 Regression] implicitly defined constructor for class with reference member

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 17:05 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/36415] [4.3 Regression] internal compiler error: in extract_insn, at recog.c:1990

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #5 from ramana at gcc dot gnu dot org 2009-03-30 17:11 --- Assigning to self. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/35652] [4.2/4.3 Regression] offset warning should be given in the front-end

2009-03-30 Thread jakub at gcc dot gnu dot org
--- Comment #23 from jakub at gcc dot gnu dot org 2009-03-30 17:42 --- Subject: Bug 35652 Author: jakub Date: Mon Mar 30 17:42:27 2009 New Revision: 145308 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145308 Log: Revert PR c++/35652 Removed:

[Bug preprocessor/39512] linemap_init in lex.c does not initialize reallocator

2009-03-30 Thread roger dot ferrer at bsc dot es
--- Comment #4 from roger dot ferrer at bsc dot es 2009-03-30 18:04 --- Thanks a lot. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39512

[Bug c/39585] GCC Generates Incorrect Stack Instructins for Interrupts When using -Os

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2009-03-30 18:10 --- Confirmed. The compiler could generate a mov sp, r3 instead and the code would be right. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug inline-asm/39590] New: inline asm %z on amd64 says ll instead of q

2009-03-30 Thread felix-gcc at fefe dot de
I am trying to write an inline asm statement that atomically adds a number to a memory variable. Here's what I came up with: #define atomic_add(mem,val) asm volatile (lock; add%z0 %1, %0: +m (mem): ir (val)) This appears to work fine on x86, but in 64-bit mode %z returns ll instead of q for

[Bug other/39591] New: GOMP_loop_end illegally optmized into GOMP_loop_end_nowait

2009-03-30 Thread brian dot e dot bliss at intel dot com
As the following example shows, this optimization cannot be performed legally if the parallel loop spawns tasks which reference vars local to the parallel region. Without the optimization, all tasks would be executed at the implicit barrier at the end of the loop (where array is still intact)

[Bug target/36415] [4.3 Regression] internal compiler error: in extract_insn, at recog.c:1990

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #6 from ramana at gcc dot gnu dot org 2009-03-30 18:35 --- A run through the debugger shows it to be the same as #37436. A backport of the patch for #37436 fixes the ICE. Bootstrap and regression test under way. Hence marking this as a duplicate of the same and reopening

[Bug target/37436] arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #7 from ramana at gcc dot gnu dot org 2009-03-30 18:35 --- *** Bug 36415 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/37436] arm-cross-g++. internal compiler error: in extract_insn, at recog.c:1990

2009-03-30 Thread ramana at gcc dot gnu dot org
--- Comment #8 from ramana at gcc dot gnu dot org 2009-03-30 18:36 --- This still exists for the 4.3 branch. Hence reopening. -- ramana at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39592] New: [4.5 regression] Revision 145272 breaks -ansi -march=core2

2009-03-30 Thread hjl dot tools at gmail dot com
Revision 145272: http://gcc.gnu.org/ml/gcc-cvs/2009-03/msg00779.html caused: [...@gnu-33 gcc]$ cat /tmp/x.i double foo (unsigned long var) { return var; } [...@gnu-33 gcc]$ ./xgcc -B./ -m32 -S -ansi /tmp/x.i [...@gnu-33 gcc]$ ./xgcc -B./ -m32 -S -ansi /tmp/x.i -march=core2 /tmp/x.i: In

[Bug inline-asm/39590] inline asm %z on amd64 says ll instead of q

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-03-30 19:19 --- Please provide a testcase. -- hjl dot tools at gmail dot com changed: What|Removed |Added

[Bug fortran/26227] accepts invalid fortran, different dummy types/number

2009-03-30 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2009-03-30 19:35 --- Subject: Bug 26227 Author: pault Date: Mon Mar 30 19:35:14 2009 New Revision: 145314 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145314 Log: 2009-03-30 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/24886] different character length in actual and formal argument not detected

2009-03-30 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2009-03-30 19:35 --- Subject: Bug 24886 Author: pault Date: Mon Mar 30 19:35:14 2009 New Revision: 145314 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145314 Log: 2009-03-30 Paul Thomas pa...@gcc.gnu.org PR

[Bug fortran/22571] Reject derived types for dummy arguments declared in the subroutine unless they are SEQUENCE

2009-03-30 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2009-03-30 19:35 --- Subject: Bug 22571 Author: pault Date: Mon Mar 30 19:35:14 2009 New Revision: 145314 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=145314 Log: 2009-03-30 Paul Thomas pa...@gcc.gnu.org PR

[Bug target/29042] [4.2 Regression] Useless floating-point stores and loads on x86

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #5 from jsm28 at gcc dot gnu dot org 2009-03-30 19:37 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29225] [4.2 regression] ICE in gimplify_expr, at gimplify.c:4513

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 19:38 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29401] [4.2 Regression] missed-optimization (in unneeded code elimination)

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 19:39 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29472] [4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #8 from jsm28 at gcc dot gnu dot org 2009-03-30 19:39 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29474] [4.2 Regression] reload_cse_simplify_operands, at postreload.c:393 on m68k with -O -fPIC

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 19:40 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/29484] [4.2 Regression] tree-inline.c bug with local static vars

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 19:40 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29573] [4.2 regression] ICE after parse error in template argument

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 19:41 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/29731] [4.2 regression] ICE with statement expression as template parameter

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #11 from jsm28 at gcc dot gnu dot org 2009-03-30 19:42 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/29978] [4.2 Regression] redundant jumps

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #6 from jsm28 at gcc dot gnu dot org 2009-03-30 19:42 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30088] [4.2 Regression] Unexpected compilation results: -O1 vs. -O1 -fstrict-aliasing

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #19 from jsm28 at gcc dot gnu dot org 2009-03-30 19:43 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39592] [4.5 regression] Revision 145272 breaks -ansi -march=core2

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-03-30 19:45 --- It will fail with -msse: [...@gnu-33 gcc]$ ./xgcc -B./ -m32 -S -ansi /tmp/x.i -msse /tmp/x.i: In function ‘foo’: /tmp/x.i:5: error: unrecognizable insn: (insn 23 22 16 2 /tmp/x.i:4 (set (reg:DF 8 st [orig:58

[Bug target/39592] [4.5 regression] Revision 145272 breaks -ansi -msse

2009-03-30 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.5.0 Version|4.4.0 |4.5.0

[Bug inline-asm/39590] inline asm %z on amd64 says ll instead of q

2009-03-30 Thread felix-gcc at fefe dot de
--- Comment #2 from felix-gcc at fefe dot de 2009-03-30 19:54 --- Uh, I did. Use the macro like this: int foo=2; atomic_add(foo,3); then try size_t as type of foo and compile on x86_64. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39590

[Bug inline-asm/39590] inline asm %z on amd64 says ll instead of q

2009-03-30 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-30 19:59 --- (In reply to comment #2) Uh, I did. Use the macro like this: int foo=2; atomic_add(foo,3); then try size_t as type of foo and compile on x86_64. That is not a testcase. I need a valid C source code,

Re: [Bug middle-end/39568] [graphite] Remove GBB_LOOPS

2009-03-30 Thread Sebastian Pop
Awesome! Thanks Li, the patch looks good. Tobias will take care of including it to the graphite branch. Sebastian

[Bug middle-end/39568] [graphite] Remove GBB_LOOPS

2009-03-30 Thread sebpop at gmail dot com
--- Comment #3 from sebpop at gmail dot com 2009-03-30 20:03 --- Subject: Re: [graphite] Remove GBB_LOOPS Awesome! Thanks Li, the patch looks good. Tobias will take care of including it to the graphite branch. Sebastian -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39568

[Bug tree-optimization/30132] [4.2 Regression] ICE in find_lattice_value, at tree-complex.c:133

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #21 from jsm28 at gcc dot gnu dot org 2009-03-30 20:16 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30293] [4.2 regression] ICE with extern Java in store_init_value

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #12 from jsm28 at gcc dot gnu dot org 2009-03-30 20:17 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30294] [4.2 regression] ICE with extern Java in ocp_convert

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #7 from jsm28 at gcc dot gnu dot org 2009-03-30 20:18 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30297] [4.2 regression] ICE with extern C and inheritance

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #13 from jsm28 at gcc dot gnu dot org 2009-03-30 20:18 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/30299] [4.2 regression] ICE with broken template and inheritance

2009-03-30 Thread jsm28 at gcc dot gnu dot org
--- Comment #9 from jsm28 at gcc dot gnu dot org 2009-03-30 20:19 --- Closing 4.2 branch, fixed in 4.3. -- jsm28 at gcc dot gnu dot org changed: What|Removed |Added

  1   2   3   >