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

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

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

2007-09-06 Thread mark at codesourcery dot com
--- Comment #11 from mark at codesourcery dot com 2007-09-06 06:16 --- Subject: Re: __attribute__((aligned)) not working in template jason at gcc dot gnu dot org wrote: --- Comment #10 from jason at gcc dot gnu dot org 2007-09-06 05:50 --- Vague references:

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

2007-09-06 Thread DHConsultancy at skynet dot be
--- Comment #7 from DHConsultancy at skynet dot be 2007-09-06 07:45 --- Subject: Re: gfortran crt2.o not found under Vista It works! Thank you very much for this quick response! Daniel fxcoudert at gcc dot gnu dot org wrote: --- Comment #6 from fxcoudert at gcc dot gnu dot org

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

2007-09-06 Thread nathan at codesourcery dot com
--- Comment #12 from nathan at codesourcery dot com 2007-09-06 08:15 --- Subject: Re: __attribute__((aligned)) not working in template mark at codesourcery dot com wrote: I don't think so, but I'm not quite sure I understand. Anyhow, I'm sure I don't have any uncontributed

[Bug tree-optimization/33319] New: ICE with vectorization in

2007-09-06 Thread dorit at gcc dot gnu dot org
when the testcase g++.dg/tree-ssa/pr27549.C is compiled with -ftree-vectorize it ICEs with: Unable to coalesce ssa_names 141 and 280 which are marked as MUST COALESCE. s$b_141(ab) and s$b_280(ab) /Develop/mainline-dn/gcc/gcc/testsuite/g++.dg/tree-ssa/pr27549.C: In function âconst char* foo()â:

[Bug bootstrap/33306] [4.3 regression] Bootstrap failure on alpha: ICE in convert_move, at expr.c:369

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #6 from rsandifo at gcc dot gnu dot org 2007-09-06 08:45 --- Subject: Bug 33306 Author: rsandifo Date: Thu Sep 6 08:45:16 2007 New Revision: 128179 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128179 Log: gcc/ PR middle-end/33306 * optabs.c

[Bug bootstrap/33306] [4.3 regression] Bootstrap failure on alpha: ICE in convert_move, at expr.c:369

2007-09-06 Thread rsandifo at gcc dot gnu dot org
--- Comment #7 from rsandifo at gcc dot gnu dot org 2007-09-06 08:45 --- Serge, thanks for testing. Patch now installed on mainline. -- rsandifo at gcc dot gnu dot org changed: What|Removed |Added

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

2007-09-06 Thread dorit at gcc dot gnu dot org
When the testcase gcc.dg/tree-ssa/predcom-3.c is compiled with vectorization it ICes when the dataref analysis called from vectorizer: /home/dorit/mainline/build2/gcc/xgcc -B/home/dorit/mainline/build2/gcc/ /home/dorit/mainline/gcc/gcc/testsuite/gcc.dg/tree-ssa/predcom-3.c -O2

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

2007-09-06 Thread toon at moene dot indiv dot nluug dot nl
--- 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 early (i.e., after the error checks) in case of size == 0 ? E.g., like this: 62 63 rrank = srank + 1; 64 if (rrank GFC_MAX_DIMENSIONS)

[Bug tree-optimization/33302] dead-store not eliminated

2007-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2007-09-06 09:06 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/33302] dead-store not eliminated

2007-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2007-09-06 09:06 --- Subject: Bug 33302 Author: rguenth Date: Thu Sep 6 09:05:58 2007 New Revision: 128180 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128180 Log: 2007-09-06 Richard Guenther [EMAIL PROTECTED] PR

[Bug middle-end/33321] New: gcc manpage contains @option-Wstrict-overflow=1

2007-09-06 Thread burnus at gcc dot gnu dot org
I don't know how it should look like, but the following looks very strange in the manpage: @option-Wstrict-overflow=1 invoke.texi contains: @table @option @item -Wstrict-overflow=1 ... -- Summary: gcc manpage contains @option-Wstrict-overflow=1 Product: gcc

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

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

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

2007-09-06 Thread tim at klingt dot org
when compiling attached file, i'm getting the following ICE: [EMAIL PROTECTED]:~/workspace/nova_ladspa$ gcc-4.2 -o filters.os -c -fPIC -DNDEBUG -Inova/source filters.cpp filters.cpp: In instantiation of ‘const unsigned int unnamed::filter_basetrue::freq_port’: filters.cpp:277:

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

2007-09-06 Thread tim at klingt dot org
--- Comment #1 from tim at klingt dot org 2007-09-06 10:11 --- Created an attachment (id=14163) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14163action=view) compressed preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33322

Man page.

2007-09-06 Thread David Walker
Hiya. I am an OpenBSD user. I was looking at the online man page for GCC(1) and notice the Author section seems to contain a uri that does not work. Quote: AUTHOR See the Info entry for gcc, or http://gcc.gnu.org/online- docs/gcc/Contributors.html, for contributors to GCC.

[Bug middle-end/33321] gcc manpage contains @option-Wstrict-overflow=1

2007-09-06 Thread joseph at codesourcery dot com
--- Comment #1 from joseph at codesourcery dot com 2007-09-06 10:40 --- Subject: Re: New: gcc manpage contains @option-Wstrict-overflow=1 On Thu, 6 Sep 2007, burnus at gcc dot gnu dot org wrote: invoke.texi contains: @table @option @item -Wstrict-overflow=1 It should use

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

2007-09-06 Thread tim at klingt dot org
--- Comment #2 from tim at klingt dot org 2007-09-06 11:07 --- ah, forgot to mention ... gcc-4.1 can compile the code: [EMAIL PROTECTED]:~$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang

[Bug tree-optimization/33302] dead-store not eliminated

2007-09-06 Thread wouter dot vermaelen at scarlet dot be
--- Comment #10 from wouter dot vermaelen at scarlet dot be 2007-09-06 11:48 --- I'm sorry, but can you recheck? The testcase at the top of this bug report still generates the same asm code for me. -- wouter dot vermaelen at scarlet dot be changed: What|Removed

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

2007-09-06 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-09-06 11:55 --- Subject: Bug number PR libstdc++/33203 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00310.html --

[Bug fortran/31564] Error: Type/rank mismatch in argument

2007-09-06 Thread patchapp at dberlin dot org
--- Comment #10 from patchapp at dberlin dot org 2007-09-06 11:55 --- Subject: Bug number PR31564 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00319.html --

[Bug fortran/33241] ICE with parameter string arrays

2007-09-06 Thread patchapp at dberlin dot org
--- Comment #8 from patchapp at dberlin dot org 2007-09-06 11:55 --- Subject: Bug number PR33241 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00322.html --

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

2007-09-06 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2007-09-06 11:57 --- Subject: Bug number PR 33298 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00394.html --

[Bug fortran/33297] SIZE intrinsic crashes gfortran on invalid usage

2007-09-06 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-09-06 11:57 --- Subject: Bug number PR33297 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-09/msg00400.html --

[Bug tree-optimization/33302] dead-store not eliminated

2007-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2007-09-06 12:13 --- The extra store you still see is caused by -ftracer duplicating it. Optimizations after that don't catch that (because of the intervening possibly aliasing loads I guess): (insn 25 24 27 4 t.ii:3 (set (mem/s:SI

[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 #4 from fxcoudert at gcc dot gnu dot org 2007-09-06 12:25 --- (In reply to comment #0) The problem is that the mode parameter is sometimes set to X_OK (system.h, equals 1). X_OK is only defined in system.h if it's not defined by system includes. On mingw, X_OK happens to

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

2007-09-06 Thread brett dot albertson at stratech dot com
--- Comment #3 from brett dot albertson at stratech dot com 2007-09-06 13:03 --- (In reply to comment #2) Something changed and it is now working for me, but this did exist on mainline for at least some period of time. Rainer, are you still seeing this behavior? Brett --

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

2007-09-06 Thread ro at techfak dot uni-bielefeld dot de
--- Comment #4 from ro at techfak dot uni-bielefeld dot de 2007-09-06 13:25 --- Subject: Re: [4.3 regression] on bootstrap getting section .eh_frame: bad cie version 0: offset 0x0 brett dot albertson at stratech dot com writes: Something changed and it is now working for me, but

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

2007-09-06 Thread cnstar9988 at gmail dot com
I build gcc with ./configure --disable-shared on x86_64. But I can't create shared library with g++, because libstdc++.a is not build with -fPIC. -- Summary: configure with --disable-shared, g++ can't create shared library. Product: gcc

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

2007-09-06 Thread cnstar9988 at gmail dot com
--- Comment #1 from cnstar9988 at gmail dot com 2007-09-06 13:30 --- ./configure --disable-shared Because I don't want to dynamic linked with libstdc++.so. I wan't static linked with libstdc++.a. Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33323

[Bug middle-end/33318] [4.3 Regression] fortran/expr.c:305: internal compiler error: internal consistency failure

2007-09-06 Thread danglin at gcc dot gnu dot org
--- Comment #2 from danglin at gcc dot gnu dot org 2007-09-06 13:30 --- No, cc1 is hanging in stage2. I did a core dump: Program terminated with signal 3, Quit. warning: The shared libraries were not privately mapped; setting a breakpoint in a shared library will not work until you

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

2007-09-06 Thread pluto at agmk dot net
--- Comment #2 from pluto at agmk dot net 2007-09-06 13:45 --- you must use the --with-pic option which is currently broken ;) see PR28811. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33323

qhull segfault if compiled with -O2

2007-09-06 Thread Alexander Klimov
Hi. I compiled qhull [1] with the following versions: gcc (GCC) 4.2.1 gcc (GCC) 4.3.0 20070906 (experimental) When compiled with -O it works: qhull/src$ make CFLAGS=-O -j /dev/null; ./rbox 5 | ./qhull /dev/null but if I qhull/src$ touch qset.c and recompile it with -O2 then qhull

[Bug tree-optimization/32821] tree-if-conv:combine_blocks with -ftree-dump-tree-all-details fails on ICE in compilation: segfault

2007-09-06 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2007-09-06 14:21 --- I'll take this PR. -- ubizjak at gmail dot com changed: What|Removed |Added

[Bug middle-end/33318] [4.3 Regression] fortran/expr.c:305: internal compiler error: internal consistency failure

2007-09-06 Thread hubicka at gcc dot gnu dot org
--- Comment #3 from hubicka at gcc dot gnu dot org 2007-09-06 15:10 --- Subject: Bug 33318 Author: hubicka Date: Thu Sep 6 15:10:28 2007 New Revision: 128187 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128187 Log: PR target/33318 * cse.c (fold_rtx): Avoid

[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 pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-09-06 15:39 --- On it. -- pcarlini at suse dot de changed: What|Removed |Added AssignedTo|unassigned at gcc dot

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

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #8 from fxcoudert at gcc dot gnu dot org 2007-09-06 15:42 --- Subject: Bug 33281 Author: fxcoudert Date: Thu Sep 6 15:42:02 2007 New Revision: 128188 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128188 Log: PR target/33281 * configure.ac: Use

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

2007-09-06 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-09-06 15:47 --- Fix committed to mainline. -- 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 daney at gcc dot gnu dot org
--- Comment #19 from daney at gcc dot gnu dot org 2007-09-06 16:00 --- On the trunk (with the patch) there are no regressions with a full bootstrap all default languages on mipsel-linux. The test cases passes also. I say: Commit it! --

[Bug tree-optimization/32586] [4.3 Regression] New VN misses FRE opportunities

2007-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-06 16:05 --- Subject: Bug 32586 Author: rguenth Date: Thu Sep 6 16:05:32 2007 New Revision: 128189 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128189 Log: 2007-09-06 Richard Guenther [EMAIL PROTECTED] PR

[Bug tree-optimization/32586] [4.3 Regression] New VN misses FRE opportunities

2007-09-06 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-09-06 16:06 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[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