[Bug tree-optimization/33320] ICE with vectorization in the testsuite during dataref analysis

2007-09-06 Thread ubizjak at gmail dot com
--- Comment #1 from ubizjak at gmail dot com 2007-09-06 16:34 --- (In reply to comment #0) When the testcase gcc.dg/tree-ssa/predcom-3.c is compiled with vectorization it ICes when the dataref analysis called from vectorizer: I can't get the compiler (current mainline) to segfault

[Bug driver/30972] Call to _access has invalid parameter when linked with msvcrt (for vista)

2007-09-06 Thread zackw at panix dot com
--- Comment #5 from zackw at panix dot com 2007-09-06 17:35 --- Nah, probably no one will ever get round to it and it's not that important. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30972

[Bug driver/30972] Call to _access has invalid parameter when linked with msvcrt (for vista)

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-09-06 17:39 --- *** This bug has been marked as a duplicate of 33281 *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33281] gfortran crt2.o not found under Vista

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-09-06 17:39 --- *** Bug 30972 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #20 from rsandifo at gcc dot gnu dot org 2007-09-06 17:46 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 17:46:43 2007 New Revision: 128195 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128195 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug bootstrap/33100] [4.3 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0

2007-09-06 Thread hjl at lucon dot org
--- Comment #5 from hjl at lucon dot org 2007-09-06 17:47 --- It could be caused by bugs in assembler/linker on Solaris. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33100

[Bug fortran/33271] nint_2.f90 abort compiled with -O0

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #13 from fxcoudert at gcc dot gnu dot org 2007-09-06 17:47 --- The following code: #include math.h #include stdio.h int main (void) { printf (%ld %ld %ld\n, lround (nextafter(0.5,-9.0)), lround (0.5), lround (nextafter(0.5,9.0))); } should print 0 1 1. On both ppc-aix

[Bug fortran/33271] nint_2.f90 abort compiled with -O0

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #14 from fxcoudert at gcc dot gnu dot org 2007-09-06 17:48 --- Subject: Bug 33271 Author: fxcoudert Date: Thu Sep 6 17:48:32 2007 New Revision: 128196 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128196 Log: PR fortran/33271 *

[Bug fortran/33271] nint_2.f90 abort compiled with -O0

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #15 from fxcoudert at gcc dot gnu dot org 2007-09-06 17:50 --- Testcase XFAILed on both platforms, should appear as a failure any more. Please reopen the PR if I made a mistake and it still appears. -- fxcoudert at gcc dot gnu dot org changed: What

[Bug rtl-optimization/32283] Missed induction variable optimization

2007-09-06 Thread rakdver at gcc dot gnu dot org
--- Comment #10 from rakdver at gcc dot gnu dot org 2007-09-06 17:57 --- I'm testing a patch. -- rakdver at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #21 from rsandifo at gcc dot gnu dot org 2007-09-06 18:05 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 18:04:51 2007 New Revision: 128197 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128197 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #22 from rsandifo at gcc dot gnu dot org 2007-09-06 18:07 --- Subject: Bug 33256 Author: rsandifo Date: Thu Sep 6 18:06:51 2007 New Revision: 128198 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128198 Log: gcc/ PR target/33256 * config/mips/mips.c

[Bug target/33169] Compiler generates two different relocs for the same symbol

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #8 from rsandifo at gcc dot gnu dot org 2007-09-06 18:25 --- Created an attachment (id=14164) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14164action=view) The patch that I think fixed this on mainline This is a compiler bug rather than a linker bug. The compiler

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #23 from rsandifo at gcc dot gnu dot org 2007-09-06 18:11 --- David, thanks for the testing. Fixed on mainline and both active release branches. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/32674] [4.1/4.2/4.3 regression] ICE in lvalue_p_1 initialising static variable inside template class

2007-09-06 Thread paolo at gcc dot gnu dot org
--- Comment #3 from paolo at gcc dot gnu dot org 2007-09-06 18:39 --- Subject: Bug 32674 Author: paolo Date: Thu Sep 6 18:38:49 2007 New Revision: 128201 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128201 Log: /cp 2007-09-06 Paolo Carlini [EMAIL PROTECTED] PR

[Bug target/33324] New: ICE on new array of objects with virtual destructors.

2007-09-06 Thread daney at gcc dot gnu dot org
On the trunk r128169, configured thusly: $ ../clean/configure --target=armv5tl-montavista-linuxeabi --prefix=/home/daney/mvl_ti/gcj --with-sysroot=/home/daney/mvl_ti/mv_pro_4.0/montavista/pro/devkit/arm/v5t_le/target --enable-languages=c,c++ --with-float=soft --disable-java-awt --without-x

[Bug fortran/33325] New: Document intrinsic Fortran modules

2007-09-06 Thread burnus at gcc dot gnu dot org
Just to not forget. Initial patch / RFC: http://gcc.gnu.org/ml/fortran/2007-08/msg00452.html -- Summary: Document intrinsic Fortran modules Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: documentation Severity: normal

[Bug fortran/31547] Document when CPP is called and document the f95-cpp-input option

2007-09-06 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-09-06 18:52 --- One should also crosslink to CPP http://gcc.gnu.org/onlinedocs/cpp/ or to http://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html which mentions also __GNUC__ (= gfortran version) and __GFORTRAN__. --

[Bug middle-end/33324] [4.3 Regression] ICE on new array of objects with virtual destructors.

2007-09-06 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 fortran/33303] Document __GFORTRAN__

2007-09-06 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-09-06 18:57 --- Patch for cpp.texi: http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00533.html For fortran/*texi, see PR 31547. -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug middle-end/33324] [4.3 Regression] ICE on new array of objects with virtual destructors.

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-06 18:54 --- This is most likely my fault. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33324

[Bug c++/32674] [4.1/4.2/4.3 regression] ICE in lvalue_p_1 initialising static variable inside template class

2007-09-06 Thread paolo at gcc dot gnu dot org
--- Comment #4 from paolo at gcc dot gnu dot org 2007-09-06 19:19 --- Subject: Bug 32674 Author: paolo Date: Thu Sep 6 19:19:15 2007 New Revision: 128205 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128205 Log: /cp 2007-09-06 Paolo Carlini [EMAIL PROTECTED] PR

[Bug c++/32674] [4.1 regression] ICE in lvalue_p_1 initialising static variable inside template class

2007-09-06 Thread pcarlini at suse dot de
--- Comment #5 from pcarlini at suse dot de 2007-09-06 19:20 --- Fixed in mainline and 4_2-branch. -- pcarlini at suse dot de changed: What|Removed |Added

[Bug libfortran/33298] Wrong code for SPREAD on zero-sized arrays

2007-09-06 Thread tkoenig at gcc dot gnu dot org
--- Comment #10 from tkoenig at gcc dot gnu dot org 2007-09-06 19:25 --- Subject: Bug 33298 Author: tkoenig Date: Thu Sep 6 19:25:30 2007 New Revision: 128206 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128206 Log: 2007-09-06 Thomas Koenig [EMAIL PROTECTED] PR

[Bug java/33326] New: libjava - testsuite fails on intel Macintosh

2007-09-06 Thread dir at lanl dot gov
The libjava testsuite fails on intel Macintosh - === libjava Summary === # of expected passes50 # of unexpected failures828 # of expected failures 35 # of untested testcases 1581 runtest completed at Thu Sep 6 11:58:37 2007 --

[Bug java/33326] libjava - testsuite fails on intel Macintosh

2007-09-06 Thread andreast at gcc dot gnu dot org
-- andreast at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |andreast at gcc dot gnu dot |dot org

[Bug java/33326] libjava - testsuite fails on intel Macintosh

2007-09-06 Thread dir at lanl dot gov
--- Comment #1 from dir at lanl dot gov 2007-09-06 19:33 --- Created an attachment (id=14165) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14165action=view) The log file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33326

[Bug c++/33322] internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:4971

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-06 20:27 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33322

[Bug c++/33322] internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:4971

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-09-06 20:28 --- This might be a dup of bug 33094. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33322

[Bug c++/33118] [4.3 Regression] #'argument_pack_select' not supported by dump_expr#expression error

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-09-06 20:08 --- Confirmed, based on dup. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/33314] Ill-formed program compiles without error. Ternary (expr.cond) operands, ambiguous conversion.

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-06 20:04 --- s1 is surprise No it is not. std::cout s1 std::endl; Calls s1.operator const char* and not s1.operator . -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33314

[Bug c++/33323] configure with --disable-shared, g++ can't create shared library.

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-06 20:06 --- Invalid as --with-pic is needed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/19163] __attribute__((aligned)) not working in template

2007-09-06 Thread bkoz at gcc dot gnu dot org
--- Comment #13 from bkoz at gcc dot gnu dot org 2007-09-06 21:00 --- Yo! Jason, fixing this would be most appreciated by the library hackers. This is one of those things that I would really like to see implemented before C++0x gets too far down the road... there is a bunch of stuff

[Bug libfortran/33298] Wrong code for SPREAD on zero-sized arrays

2007-09-06 Thread tkoenig at alice-dsl dot net
--- Comment #11 from tkoenig at alice-dsl dot net 2007-09-06 21:13 --- Subject: Re: Wrong code for SPREAD on zero-sized arrays Hi Toon, --- Comment #8 from toon at moene dot indiv dot nluug dot nl 2007-09-06 08:56 --- Wouldn't it be an option to simply bail out

[Bug target/28902] Fix for alingment of XXX is greater than maximum object alignment on AVR

2007-09-06 Thread aesok at gcc dot gnu dot org
--- Comment #4 from aesok at gcc dot gnu dot org 2007-09-06 21:17 --- Fixed. -- aesok at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug libfortran/33298] Wrong code for SPREAD on zero-sized arrays

2007-09-06 Thread tkoenig at gcc dot gnu dot org
--- Comment #12 from tkoenig at gcc dot gnu dot org 2007-09-06 21:23 --- Fixed on trunk. Closing. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/33327] New: gcc 4.{1,2} fail warn uninitialized

2007-09-06 Thread mark at hindley dot org dot uk
gcc 4.1 and 4.2 fail to warn about an uninitialized variable in the following testcase. gcc 3.3 correctly warns. int foo(int i) { int err; if (i) { err = 1; } return err; } Verified on gcc-4.2 (GCC) 4.2.1 (Debian 4.2.1-3) Copyright (C) 2007 Free Software Foundation, Inc. This is

[Bug c/33327] gcc 4.{1,2} fail warn uninitialized

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-09-06 22:30 --- *** This bug has been marked as a duplicate of 18501 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18501] [4.1/4.2/4.3 Regression] Missing 'used unintialized' warning

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2007-09-06 22:30 --- *** Bug 33327 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/26698] [4.0/4.1/4.2/4.3 Regression] g++ accepts const-incorrect code due to conversion function

2007-09-06 Thread pcarlini at suse dot de
--- Comment #8 from pcarlini at suse dot de 2007-09-07 00:36 --- Mark? -- pcarlini at suse dot de changed: What|Removed |Added CC|

[Bug c++/26698] [4.0/4.1/4.2/4.3 Regression] g++ accepts const-incorrect code due to conversion function

2007-09-06 Thread pcarlini at suse dot de
--- Comment #7 from pcarlini at suse dot de 2007-09-07 00:34 --- Now in mainline things are better: 26698.C: In member function ‘X::operator X() const’: 26698.C:25: error: invalid initialization of reference of type ‘X’ from expression of type ‘const X’ I'm not sure whether an error

[Bug c++/33094] [4.2/4.3 Regression] ICE on valid C++ virtual template static member in anonymous namespace

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-09-07 00:28 --- *** Bug 33322 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/33309] gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type

2007-09-06 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #6 from dave at hiauly1 dot hia dot nrc dot ca 2007-09-07 01:50 --- Subject: Re: gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type Another option would be to constify xputenv and use CONST_CAST on the argument passed

[Bug c++/26698] [4.0/4.1/4.2/4.3 Regression] g++ accepts const-incorrect code due to conversion function

2007-09-06 Thread pcarlini at suse dot de
--- Comment #9 from pcarlini at suse dot de 2007-09-07 00:39 --- Meant line *38* of course, sorry. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26698

[Bug c++/33322] internal compiler error: in make_rtl_for_nonlocal_decl, at cp/decl.c:4971

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-09-07 00:28 --- And it is a dup. *** This bug has been marked as a duplicate of 33094 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/32772] [4.3 Regression] error: found real variable when subvariables should have appeared

2007-09-06 Thread pinskia at gcc dot gnu dot org
--- Comment #14 from pinskia at gcc dot gnu dot org 2007-09-07 00:17 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/29367] pb_ds hash containers vs. _GLIBCXX_DEBUG

2007-09-06 Thread bkoz at gcc dot gnu dot org
--- Comment #1 from bkoz at gcc dot gnu dot org 2007-09-07 02:13 --- Mine. -- bkoz at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at

[Bug libstdc++/33328] New: sys_nerr declaration assumed to be in errno.h

2007-09-06 Thread dannysmith at users dot sourceforge dot net
libstdc++-v3/acinclude.m4 tests if sys_nerr is in errno.h. On mingw32, it is declared in stdlib.h, so autoconf test fails. Judging from comment in libiberty/strerror.c, sys_nerr is declared in stdio.h on BSD. -- Summary: sys_nerr declaration assumed to be in errno.h

[Bug libstdc++/33203] [4.3 regression] libstdc++-v3 build broken on i386-pc-mingw32

2007-09-06 Thread dannysmith at users dot sourceforge dot net
--- Comment #5 from dannysmith at users dot sourceforge dot net 2007-09-07 04:21 --- Fixed. Danny -- dannysmith at users dot sourceforge dot net changed: What|Removed |Added

[Bug libstdc++/28811] --with-pic vs static libraries and libstdc++

2007-09-06 Thread cnstar9988 at gmail dot com
--- Comment #7 from cnstar9988 at gmail dot com 2007-09-07 05:58 --- gcc 4.2.1 have the bug too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28811

[Bug c/33329] ICE in expand_simple_binop, at optabs.c:1294

2007-09-06 Thread marcus at jet dot franken dot de
--- Comment #1 from marcus at jet dot franken dot de 2007-09-07 05:52 --- Created an attachment (id=14166) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14166action=view) text.i gcc -O2 -msse3 -ftree-vectorize -c text.i -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33329

[Bug c/33329] New: ICE in expand_simple_binop, at optabs.c:1294

2007-09-06 Thread marcus at jet dot franken dot de
gcc version 4.3.0 20070906 (experimental) (GCC) /home/marcus/projects/gcc/BIN/bin/gcc -O2 -ftree-vectorize -msse3 -c text.i text.i: In function 'f': text.i:11: internal compiler error: in expand_simple_binop, at optabs.c:1294 -- Summary: ICE in expand_simple_binop, at optabs.c

[Bug libstdc++/33203] [4.3 regression] libstdc++-v3 build broken on i386-pc-mingw32

2007-09-06 Thread dannysmith at gcc dot gnu dot org
--- Comment #4 from dannysmith at gcc dot gnu dot org 2007-09-07 04:18 --- Subject: Bug 33203 Author: dannysmith Date: Fri Sep 7 04:18:40 2007 New Revision: 128228 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128228 Log: PR libstdc++/33203 * configure.host

[Bug libstdc++/29367] pb_ds hash containers vs. _GLIBCXX_DEBUG

2007-09-06 Thread bkoz at gcc dot gnu dot org
--- Comment #3 from bkoz at gcc dot gnu dot org 2007-09-07 02:25 --- Subject: Bug 29367 Author: bkoz Date: Fri Sep 7 02:25:45 2007 New Revision: 128222 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128222 Log: 2007-09-06 Benjamin Kosnik [EMAIL PROTECTED] PR

[Bug libstdc++/29367] pb_ds hash containers vs. _GLIBCXX_DEBUG

2007-09-06 Thread bkoz at gcc dot gnu dot org
--- Comment #2 from bkoz at gcc dot gnu dot org 2007-09-07 02:21 --- Subject: Bug 29367 Author: bkoz Date: Fri Sep 7 02:20:58 2007 New Revision: 128221 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128221 Log: 2007-09-06 Benjamin Kosnik [EMAIL PROTECTED] PR

<    1   2