[Bug c++/41840] g++ compiler giving error for array of pointers of abstract base class

2009-10-27 Thread bangerth at gmail dot com
--- Comment #3 from bangerth at gmail dot com 2009-10-28 05:17 --- (In reply to comment #0) > There are many other such deviations we noticed in this compiler from the > normal C++ principles. In addition to the previous answer: since gcc3.3, many many bugs have been fixed where gcc err

[Bug c++/41853] Internal compiler error

2009-10-27 Thread paolo dot carlini at oracle dot com
--- Comment #2 from paolo dot carlini at oracle dot com 2009-10-28 00:21 --- FSF gcc-4.2.x isn't maintained anymore. I would suggest trying to reproduce the issue with gcc-4.4.x (or at least 4.3.x) or reporting to Ubuntu. -- paolo dot carlini at oracle dot com changed: W

[Bug c++/41853] Internal compiler error

2009-10-27 Thread molgrum at yahoo dot se
--- Comment #1 from molgrum at yahoo dot se 2009-10-27 23:56 --- Created an attachment (id=18921) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18921&action=view) Preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41853

[Bug c++/41853] New: Internal compiler error

2009-10-27 Thread molgrum at yahoo dot se
$ gcc -v Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-

[Bug lto/41652] LTO plugin misconfiguration

2009-10-27 Thread d dot g dot gorbachev at gmail dot com
--- Comment #3 from d dot g dot gorbachev at gmail dot com 2009-10-27 22:05 --- Fixed. -- d dot g dot gorbachev at gmail dot com changed: What|Removed |Added

[Bug c++/41847] warning: array subscript is above array bounds

2009-10-27 Thread caolanm at redhat dot com
--- Comment #4 from caolanm at redhat dot com 2009-10-27 20:17 --- At runtime of the original version of one of these loops (or a similar one, I decided for ease to boil down to the warning case for this bug) goes way past the RowSpan limits. If this one is cosmetic, then I've got anothe

[Bug c/41852] ICE from '-O -fmodulo-sched -fprofile-use -freorder-blocks-and-partition'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #3 from b3timmons at speedymail dot org 2009-10-27 20:16 --- Created an attachment (id=18920) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18920&action=view) generated gcno file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41852

[Bug c/41852] ICE from '-O -fmodulo-sched -fprofile-use -freorder-blocks-and-partition'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #2 from b3timmons at speedymail dot org 2009-10-27 20:15 --- Created an attachment (id=18919) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18919&action=view) generated gcda file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41852

[Bug c/41852] ICE from '-O -fmodulo-sched -fprofile-use -freorder-blocks-and-partition'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-10-27 20:11 --- Created an attachment (id=18918) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18918&action=view) gzipped preprocessed source triggering failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41852

[Bug c++/41819] [4.5 regression] ICE with try/catch and -fno-exceptions

2009-10-27 Thread rth at gcc dot gnu dot org
--- Comment #4 from rth at gcc dot gnu dot org 2009-10-27 20:11 --- Fixed. -- rth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/41819] [4.5 regression] ICE with try/catch and -fno-exceptions

2009-10-27 Thread rth at gcc dot gnu dot org
--- Comment #3 from rth at gcc dot gnu dot org 2009-10-27 20:09 --- Subject: Bug 41819 Author: rth Date: Tue Oct 27 20:09:07 2009 New Revision: 153615 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153615 Log: PR c++/41819 * tree-eh.c (eh_region_may_contain_throw

[Bug c/41852] New: ICE from '-O -fmodulo-sched -fprofile-use -freorder-blocks-and-partition'

2009-10-27 Thread b3timmons at speedymail dot org
gcc -B. -r -nostdlib atom.i -v -Wall -Wextra -O -fmodulo-sched -fprofile-use -freorder-blocks-and-partition Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/xxx/build/

[Bug other/41851] New: PLUGIN_HEADERS missing flags.h

2009-10-27 Thread cthiel at cse dot unl dot edu
I am building a plugin and would like to use some of the macros defined in flags.h, but that file is not installed in the plugin/include directory. -- Summary: PLUGIN_HEADERS missing flags.h Product: gcc Version: 4.5.0 Status: UNCONFIRMED Se

[Bug fortran/41850] New: Wong-code with optional allocatable arrays

2009-10-27 Thread burnus at gcc dot gnu dot org
As reported by Thomas Robitaille at http://gcc.gnu.org/ml/fortran/2009-10/msg00220.html the following code gives wrong-code (segfault/buserror) at run time with GCC 4.2/4.3/4.4/4.5. (4.1 does not support allocatable dummies.) $ ./a.out in sub1 Bus error module test_module implicit none contai

[Bug tree-optimization/41775] [4.5 Regression] IPA-SRA: ice in rewrite_stmt, at tree-into-ssa.c:1302

2009-10-27 Thread ubizjak at gmail dot com
--- Comment #5 from ubizjak at gmail dot com 2009-10-27 19:35 --- (In reply to comment #4) > I have just sent the patch to the mailing list: > > http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01625.html > > I had to change the testcase a bit so that it compiles on x86_64. You should als

[Bug rtl-optimization/41849] New: optimization fails when register variables are used for an interrupt

2009-10-27 Thread hendrixgr at gmail dot com
If i use global register variables that are used and updated inside an interrupt the optimizer produces broken code. Code example: register volatile unsigned char timer0_h8 asm("r3"); volatile unsigned char timer0_h8_buf = 0; void foo(void) { timer0_h8_buf = timer0_h8; return; } ISR(TIMER0_OVF

[Bug tree-optimization/41750] [4.5 Regression] gcc 4.5.0 miscompiles binutils

2009-10-27 Thread jamborm at gcc dot gnu dot org
--- Comment #19 from jamborm at gcc dot gnu dot org 2009-10-27 18:45 --- I have downloaded binutils 2.20 and compiled the file on a native ia64 compiler. I have only managed to look at the dumps but so far could not see any problem there. I will have another look on Thursday. -- j

[Bug lto/41767] assertion in tree-sra.c

2009-10-27 Thread jamborm at gcc dot gnu dot org
--- Comment #9 from jamborm at gcc dot gnu dot org 2009-10-27 18:39 --- Hi, (In reply to comment #7) > Maybe IPA SRA gets > those two types from unrelated places? > I believe they are quite elated. The body of the function is: : init = c_parser_initializer (0B); [return slot optim

[Bug lto/41652] LTO plugin misconfiguration

2009-10-27 Thread espindola at gcc dot gnu dot org
--- Comment #2 from espindola at gcc dot gnu dot org 2009-10-27 18:17 --- Subject: Bug 41652 Author: espindola Date: Tue Oct 27 18:17:13 2009 New Revision: 153610 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153610 Log: 2009-10-27 Dmitry Gorbachev PR lto/41652

[Bug c++/41819] [4.5 regression] ICE with try/catch and -fno-exceptions

2009-10-27 Thread rth at gcc dot gnu dot org
--- Comment #2 from rth at gcc dot gnu dot org 2009-10-27 18:12 --- Mine. -- rth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc

[Bug tree-optimization/41775] [4.5 Regression] IPA-SRA: ice in rewrite_stmt, at tree-into-ssa.c:1302

2009-10-27 Thread jamborm at gcc dot gnu dot org
--- Comment #4 from jamborm at gcc dot gnu dot org 2009-10-27 18:04 --- I have just sent the patch to the mailing list: http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01625.html I had to change the testcase a bit so that it compiles on x86_64. -- http://gcc.gnu.org/bugzilla/show_bug

[Bug target/41799] __enable_execute_stack introduced for mingw32 in r134089 doesn't work for kernel-mode components

2009-10-27 Thread ktietz at gcc dot gnu dot org
--- Comment #4 from ktietz at gcc dot gnu dot org 2009-10-27 17:16 --- Applied to trunk at revision 153606. -- ktietz at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/41847] warning: array subscript is above array bounds

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-10-27 16:53 --- The issue is that for some strange reason VRP sees the loop iterator (which is [0, 4) ) as VARYING. Then the fDum = get(b, b) is called when b is not 3, and get uses the return maLine[nRow].get(nColumn); for nRow < 3.

[Bug rtl-optimization/41833] vec_splat followed by vec_splat could be improved

2009-10-27 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-10-27 16:37 --- Patch which I am testing: Index: testsuite/gcc.target/powerpc/altivec-33.c === --- testsuite/gcc.target/powerpc/altivec-33.c (revision 0) +++ testsuit

[Bug c++/41847] warning: array subscript is above array bounds

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-10-27 16:33 --- Reproduceable on today's trunk as well (s390x-linux target). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847

[Bug middle-end/38002] gcc crash using -fvisibility-ms-compat

2009-10-27 Thread boz_gnu at boz dot org dot uk
--- Comment #5 from boz_gnu at boz dot org dot uk 2009-10-27 16:22 --- Created an attachment (id=18917) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18917&action=view) Proposed patch Looks like all we were missing was a check on CLASS_TYPE_P before calling CLASSTYPE_VISIBILITY_SP

[Bug c/41842] ICE on invalid variable length array declaration

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2009-10-27 16:06 --- Fixed on trunk and 4.4 branch. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/41842] ICE on invalid variable length array declaration

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2009-10-27 16:05 --- Subject: Bug 41842 Author: jakub Date: Tue Oct 27 16:05:36 2009 New Revision: 153602 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153602 Log: PR c/41842 * c-typeck.c (convert_arguments): Retu

[Bug libstdc++/40852] [parallel-mode] parallel sort run time increases ~10 fold when vector size gets over ~4*10^9

2009-10-27 Thread paolo dot carlini at oracle dot com
--- Comment #22 from paolo dot carlini at oracle dot com 2009-10-27 15:53 --- Patch regtests fine on x86_64-linux. Johannes, can you prepare a ChangeLog entry, post and commit both? Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40852

[Bug c/41842] ICE on invalid variable length array declaration

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-10-27 15:51 --- Subject: Bug 41842 Author: jakub Date: Tue Oct 27 15:50:50 2009 New Revision: 153599 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153599 Log: PR c/41842 * c-typeck.c (convert_arguments): Retu

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2009-10-27 15:37 --- Reduced testcase (although, with a different error). -O -fipa-struct-reorg -fwhole-program: struct S { void *a; struct V *b; }; typedef struct { int c; } T; typedef struct { int d; int e; } U; void fn (void *); void f

[Bug objc/41848] New: Extra Objective C/C++ test failures because of section anchors.

2009-10-27 Thread ramana at gcc dot gnu dot org
Look at http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41684#c10 for a list of test failures fixed by disabling fsection-anchors in the arm backend. Look also at the way in which the PPC backend works around this at http://gcc.gnu.org/ml/gcc-patches/2008-08/msg02194.html Instead of putting in such

[Bug target/41684] [4.4/4.5 regression] binutils testsuite failures when built with 4.4/4.5

2009-10-27 Thread ramana at gcc dot gnu dot org
--- Comment #13 from ramana at gcc dot gnu dot org 2009-10-27 14:58 --- (In reply to comment #0) > when binutils 2.20 branch is built with gcc-4.4 branch or trunk, I see the > following test failures in the ld testsuite. Checked with gcc-4.4 from > debian/testing, debian/unstable and ubu

[Bug c++/41847] warning: array subscript is above array bounds

2009-10-27 Thread caolanm at redhat dot com
--- Comment #1 from caolanm at redhat dot com 2009-10-27 14:47 --- Created an attachment (id=18916) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18916&action=view) standalone demo gcc -Wall -O2 -c demo.cxx -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41847

[Bug c++/41847] New: warning: array subscript is above array bounds

2009-10-27 Thread caolanm at redhat dot com
# gcc -Wall -O2 -c demo.cxx demo.cxx: In function ‘void isInvertible()’: demo.cxx:12: warning: array subscript is above array bounds gcc --version gcc (GCC) 4.4.2 20091019 (Red Hat 4.4.2-5) I've the same results with... gcc (GCC) 4.4.2 20091019 (Red Hat 4.4.2-5) (gcc-4.4.2-5.el6.s390x) gcc (GCC)

[Bug tree-optimization/41841] segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole-program -fprofile-generate'

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2009-10-27 14:28 --- Created an attachment (id=18915) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18915&action=view) gcc45-pr41841.patch Fix. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41841

[Bug lto/41767] assertion in tree-sra.c

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-27 14:22 --- Using c-parser.i and c-typeck.i generated from my current trunk tree passes gcc> ./xgcc -B. -r -nostdlib xc-parser.i xc-typeck.i -O2 -flto just fine. Raphael, was this by chance an ICE you saw during reduction of

[Bug lto/41767] assertion in tree-sra.c

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-27 14:17 --- As I said the testcase has two incompatible variants of union tree_node and they are obviously not merged and thus not compatible. Maybe IPA SRA gets those two types from unrelated places? -- http://gcc.gnu.org

[Bug lto/41767] assertion in tree-sra.c

2009-10-27 Thread jamborm at gcc dot gnu dot org
--- Comment #6 from jamborm at gcc dot gnu dot org 2009-10-27 13:59 --- The problem here is that build_ref_for_offset_1() cannot find a field corresponding to a replacement within its own aggregate. The field is identified by its offset (zero) and type. Unfortunately, types_compatible_

[Bug fortran/41831] Bug with management of NaNs

2009-10-27 Thread michael dot baudin at scilab dot org
--- Comment #3 from michael dot baudin at scilab dot org 2009-10-27 13:32 --- You are right, this was a bug in the fortran source code. I cannot add implicit none in this slatec/gamma routine, but declaring the return type of the function fixes the bug. Thank your for looking at this b

[Bug middle-end/41837] Using '-O -fipa-struct-reorg -fwhole-program -fprofile-generate' gives 'internal compiler error: Segmentation fault'

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #6 from jakub at gcc dot gnu dot org 2009-10-27 12:24 --- Created an attachment (id=18914) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18914&action=view) gcc45-pr41837.patch Possible fix and reduced testcase. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41837

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Subject: Bug 41821 Author: rguenth Date: Tue Oct 27 11:30:59 2009 New Revision: 153589 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153589 Log: 2009-10-27 Richard Guenther PR lto/41821

[Bug bootstrap/41451] [4.5 Regression] Bootstrap failure with fold checking

2009-10-27 Thread aldyh at gcc dot gnu dot org
--- Comment #6 from aldyh at gcc dot gnu dot org 2009-10-27 11:19 --- fixed -- aldyh at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug bootstrap/41451] [4.5 Regression] Bootstrap failure with fold checking

2009-10-27 Thread aldyh at gcc dot gnu dot org
--- Comment #5 from aldyh at gcc dot gnu dot org 2009-10-27 11:18 --- Subject: Bug 41451 Author: aldyh Date: Tue Oct 27 11:18:12 2009 New Revision: 153588 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153588 Log: PR bootstrap/41451 * fold-const.c (fold_binary_lo

[Bug c++/41840] g++ compiler giving error for array of pointers of abstract base class

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 10:30 --- Because 3.3 is wrong. You are creating a pointer to an array of 10 mybase, but instantiating mybase is not valid. An array of 10 pointers would be mybase *ptrs[10]; instead. -- rguenth at gcc dot gnu dot org

[Bug c++/41020] [4.5 Regression] Can't declare an extern "C" friend of a builtin function

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #12 from jakub at gcc dot gnu dot org 2009-10-27 10:29 --- Subject: Bug 41020 Author: jakub Date: Tue Oct 27 10:28:48 2009 New Revision: 153587 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153587 Log: PR c++/41020 * g++.dg/lookup/extern-c-redecl5.C:

[Bug driver/41844] lto1: warning: unknown register name: line-length-none

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-10-27 10:27 --- Hm. Looks like the driver should filter FE specific options (there is a general option named -ffixed-X where X is a register). Workaround: split compile and link step, omit FE specific options from the link step.

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program'

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-27 10:23 --- Confirmed. -combine is not necessary. IPA struct reorg is known to be broken. Program received signal SIGSEGV, Segmentation fault. 0x00c624ee in finalize_global_creation (var=0x0) at /space/rguenther/sr

[Bug c/41841] segfault using '-O -fipa-cp -fipa-struct-reorg -fwhole-program -fprofile-generate'

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 10:21 --- Confirmed. -combine is not necessary. IPA struct reorg is known to be broken. Program received signal SIGSEGV, Segmentation fault. 0x00c6b3cf in build_data_structure (unsuitable_types=0x7fffdae8) a

[Bug middle-end/41837] Using '-O -fipa-struct-reorg -fwhole-program -fprofile-generate' gives 'internal compiler error: Segmentation fault'

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-10-27 10:20 --- Confirmed. -combine is not necessary. IPA struct-reorg is known to be broken. Program received signal SIGSEGV, Segmentation fault. 0x00c6123c in find_field_in_struct_1 (str_type=0x76c4a6e0, field=

[Bug libstdc++/40852] [parallel-mode] parallel sort run time increases ~10 fold when vector size gets over ~4*10^9

2009-10-27 Thread jaffe at broadinstitute dot org
--- Comment #21 from jaffe at broadinstitute dot org 2009-10-27 09:45 --- Subject: Re: [parallel-mode] parallel sort run time increases ~10 fold when vector size gets over ~4*10^9 I tested the patch from comment #19, sorting X billion integers on a machine having 32 processors and 25

[Bug lto/41839] ICE with lto and incomplete types

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 09:43 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned

[Bug java/40816] error: 'jvariant::jvariant(jbyte)' cannot be overloaded

2009-10-27 Thread mathieu dot malaterre at gmail dot com
--- Comment #1 from mathieu dot malaterre at gmail dot com 2009-10-27 09:43 --- Copying from the mailing list: fromAndrew Haley to Tom Tromey cc j...@gcc.gnu.org dateMon, Oct 19, 2009 at 5:03 PM subject Re: Is gcj dead? mailing list Filter messages from this ma

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-27 09:37 --- Doh, thanks. It's obvious to me what is wrong. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/41705] missed if conversion optimization

2009-10-27 Thread carrot at google dot com
--- Comment #4 from carrot at google dot com 2009-10-27 09:15 --- A patch http://gcc.gnu.org/viewcvs?view=revision&revision=153584 has been checked in. -- carrot at google dot com changed: What|Removed |Added ---

[Bug ada/41845] New: Limited_Controlled exposes Adjust operation, which should not exist.

2009-10-27 Thread prog at msobczak dot com
The following should not compile, since the Limited_Controlled has no Adjust operation and the test code uses the "overriding" keyword, which is supposed to catch the attempt to override non-existing operation. Other operation names are detected properly, which indicates that there is some "hidden"

[Bug middle-end/41817] elfutils fails with "may be uninitialized" with -O3 -mtune=k8

2009-10-27 Thread marti at juffo dot org
--- Comment #6 from marti at juffo dot org 2009-10-27 08:58 --- (In reply to comment #5) > These might not be bogus as there is extra inlining at -O3 which causes us to > strip out the address taking and make search_table_entries, etc. look like > real variables. True, I have changed th

[Bug fortran/41844] New: lto1: warning: unknown register name: line-length-none

2009-10-27 Thread linuxl4 at sohu dot com
$cat test.f90 program main end $gfortran -flto -ffixed-line-length-none test.f90 lto1: warning: unknown register name: line-length-none I think "-ffixed-line-length-none" has nothing to do with lto, am I right? -- Summary: lto1: warning: unknown register name: line-length-none

[Bug c/41842] ICE on invalid variable length array declaration

2009-10-27 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2009-10-27 08:18 --- Created an attachment (id=18913) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18913&action=view) gcc45-pr41842.patch Fix I'm going to bootstrap/regtest. -- jakub at gcc dot gnu dot org changed:

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #3 from b3timmons at speedymail dot org 2009-10-27 07:25 --- A workaround for gcc-4,3,3 (but not gcc-4.5.0!) is -fno-unit-at-a-time -- b3timmons at speedymail dot org changed: What|Removed |Added ---

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #2 from b3timmons at speedymail dot org 2009-10-27 07:21 --- Created an attachment (id=18912) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18912&action=view) preprocessed source triggering failure Had to compress source because of submission timing out -- http:/

[Bug c/41843] segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
--- Comment #1 from b3timmons at speedymail dot org 2009-10-27 07:20 --- Created an attachment (id=18911) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18911&action=view) preprocessed source triggering failure -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41843

[Bug c/41843] New: segfault using '-O -fipa-struct-reorg -fwhole-program -combine'

2009-10-27 Thread b3timmons at speedymail dot org
gcc -B. -r -nostdlib shape.i -v -Wall -Wextra -Os -fipa-struct-reorg -fwhole-program -combine Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-unknown-linux-gnu/4.5.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: /home/b3po/build/gcc/gcc/config