[Bug libgcj/25816] [4.1/4.2 Regression] Configure detects TLS, but glibc does not support it.

2006-01-23 Thread daney at gcc dot gnu dot org
-- daney at gcc dot gnu dot org changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2006-01-17 13:24:17 |2006-01-24 06:

[Bug middle-end/25930] [4.2 Regression] seg fault in GC with toplevel asm and -fno-toplevel-reorder

2006-01-23 Thread ian at airs dot com
--- Comment #6 from ian at airs dot com 2006-01-24 06:14 --- Created an attachment (id=10724) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10724&action=view) Patch being tested Thanks for reducing this bug, and for CC'ing me. I'm testing this patch, which I'm pretty sure is the

[Bug c++/24588] Fails to identify template using local classes

2006-01-23 Thread bangerth at dealii dot org
--- Comment #6 from bangerth at dealii dot org 2006-01-24 05:48 --- (In reply to comment #5) > Well, the actual argument type is wholely resolved at point of call. And the > formal parameter type is valid at the point where sort is defined. It will > recognize A as an A, it will recogn

[Bug fortran/20885] Expression or constant actual with INTENT(OUT or INOUT) dummy.

2006-01-23 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug fortran/20857] accepts non-variable as actual argument for intent(inout) dummy arg

2006-01-23 Thread pault at gcc dot gnu dot org
-- pault at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |pault at gcc dot gnu dot org |dot org

[Bug libfortran/25835] Segfault or Bad Address error on unformatted sequential READ

2006-01-23 Thread jvdelisle at gcc dot gnu dot org
--- Comment #6 from jvdelisle at gcc dot gnu dot org 2006-01-24 05:05 --- I have confirmed Dale's discovery here which gave me the hint I needed. The following patch fixes all the cases presented in comments above, passes regression testing and passes NIST testing. No need for patch i

[Bug libgomp/25938] [4.2 regression] libgomp installs header files in version and target independent location

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 04:29 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug libgomp/25938] [4.2 regression] libgomp installs header files in version and target independent location

2006-01-23 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 libgomp/25938] New: [4.2 regression] libgomp installs header files in version and target independent location

2006-01-23 Thread gerald at pfeifer dot com
libgomp installs the following headers files into $PREFIX/include: omp.h omp_lib.f90 omp_lib.h (if Fortran is not build, more if Fortran is built). This does not allow one to install several versions of GCC into the same prefix using --program-suffix. Note that the C++ headers, for exampl

[Bug tree-optimization/25937] ICE with -O2 -ftree-loop-linear

2006-01-23 Thread dberlin at gcc dot gnu dot org
--- Comment #4 from dberlin at gcc dot gnu dot org 2006-01-24 03:15 --- These ICE's are very hard to fix without real loop distribution. They basically all concern the perfect nest transformation. I'm not even sure it's worth attempting to fix them by hacking up the perfect nest transf

[Bug c++/17122] Unable to compile friend operator within template

2006-01-23 Thread relf at os2 dot ru
--- Comment #11 from relf at os2 dot ru 2006-01-24 02:38 --- Let's change returning type of friend operator+ in the original example to foo, i.e., = template class foo;

[Bug tree-optimization/25937] [4.2 Regression] ICE with -O2 -ftree-loop-linear

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-24 02:18 --- Note I think this is a latent bug, I think improvements to PRE or the reassociate rewrite cause the ICE. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug libgomp/25936] FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors)

2006-01-23 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #2 from dave at hiauly1 dot hia dot nrc dot ca 2006-01-24 02:12 --- Subject: Re: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors) > I bet -lrt has to be linked in as sem_* are part of the real time extensions > of > POSIX. I believe that you would win that be

[Bug tree-optimization/25937] ICE with -O2 -ftree-loop-linear

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-24 02:00 --- Confirmed, for us normal people who cannot copy and paste without the line numbers: int func(float *v1, const float *v2, int l, int e) { int i,j, bi=0; float md=0, d=0, t; for (i=0;i< e;i--) { for (j=0;j md) md=d; }

[Bug tree-optimization/25937] ICE: Illegal instruction, with valid code

2006-01-23 Thread uttamp at us dot ibm dot com
--- Comment #1 from uttamp at us dot ibm dot com 2006-01-24 01:58 --- fyi: This works till trunk-20060106. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25937

[Bug tree-optimization/25937] New: ICE: Illegal instruction, with valid code

2006-01-23 Thread uttamp at us dot ibm dot com
13 md=d; 14} 15 } $ /opt/gcc-nightly/trunk-20060123/bin/gcc -v -c -O2 -ftree-loop-linear test.c Using built-in specs. Target: powerpc64-linux Configured with: /home/gccbuild/gcc_trunk_anonsvn/trunk/configure --prefix=/opt/gcc-nightly/trunk-20060123 --build=powerpc64-linux

[Bug libgomp/25884] [4.2 Regression] libgomp should not require perl to compile

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-24 01:03 --- In: http://gcc.gnu.org/install/prerequisites.html perl version 5.6.1 (or later) Necessary when regenerating Makefile dependencies in libiberty. Necessary when regenerating libiberty/functions.texi. Necessary when gen

[Bug libgomp/25936] FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors)

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:59 --- I bet -lrt has to be linked in as sem_* are part of the real time extensions of POSIX. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25936

[Bug libgcj/25934] fast instanceof checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:46 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|UNCON

[Bug middle-end/25933] memory leaks

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-24 00:38 --- Confirmed, patch posted: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01587.html -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/25935] [4.2 regression] mips-elf, sh64-elf, sh-elf fail to build due to register_include_chains change

2006-01-23 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 bootstrap/25935] [4.2 regression] mips-elf, sh64-elf, sh-elf fail to build due to register_include_chains change

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #2 from hp at gcc dot gnu dot org 2006-01-24 00:30 --- Looks like it's recently fixed. So let's wait until I test that change. -- hp at gcc dot gnu dot org changed: What|Removed |Added --

[Bug bootstrap/25935] [4.2 regression] mips-elf, sh64-elf, sh-elf fail to build due to register_include_chains change

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #1 from hp at gcc dot gnu dot org 2006-01-24 00:29 --- Same for sh64-elf and sh-elf. -- hp at gcc dot gnu dot org changed: What|Removed |Added GCC target trip

[Bug c/22421] problems with -Wformat and bit-fields

2006-01-23 Thread tony dot luck at intel dot com
--- Comment #10 from tony dot luck at intel dot com 2006-01-24 00:06 --- Broken (again?) in 4.1 $ cat u.c typedef unsigned long u64; struct pal_freq_ratio { u64 den : 32, num : 32; /* numerator & denominator */ } x; main() { printf("den=%lx num=%lx\n", x.den, x.num);

[Bug libgomp/25936] New: FAIL: libgomp.c/appendix-a/a.15.1.c (test for excess errors)

2006-01-23 Thread danglin at gcc dot gnu dot org
Executing on host: /mnt/gnu/gcc-3.3/objdir/gcc/xgcc -B/mnt/gnu/gcc-3.3/objdir/gc c/ /mnt/gnu/gcc-3.3/gcc/libgomp/testsuite/libgomp.c/appendix-a/a.15.1.c -B/mnt/ gnu/gcc-3.3/objdir/hppa64-hp-hpux11.11/./libgomp/ -I/mnt/gnu/gcc-3.3/objdir/hppa 64-hp-hpux11.11/./libgomp -I/mnt/gnu/gcc-3.3/gcc/libgomp

[Bug bootstrap/25935] New: [4.2 regression] mips-elf fails to build due to register_include_chains change

2006-01-23 Thread hp at gcc dot gnu dot org
Last known to work with: "Fri Jan 20 05:17:46 UTC 2006 (revision 110008M)". Known to fail with: "Mon Jan 23 06:06:40 UTC 2006 (revision 110107M)". Apparently due to fix-header.c not being updated for recent register_include_chains change for PR libstdc++/25524. gcc -c -g -O2 -DIN_GCC -DCROSS_CO

[Bug libgomp/25910] [4.2 Regression] bootstrap failure

2006-01-23 Thread aldot at gcc dot gnu dot org
--- Comment #4 from aldot at gcc dot gnu dot org 2006-01-23 23:49 --- Better mv ansidecl.h to libgomp.h per rth on IRC. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25910

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #4 from hp at gcc dot gnu dot org 2006-01-23 23:45 --- . -- hp at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug testsuite/25891] gomp tests run on non-libgomp (non-thread) ports, failing all

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #3 from hp at gcc dot gnu dot org 2006-01-23 23:44 --- Subject: Bug 25891 Author: hp Date: Mon Jan 23 23:44:16 2006 New Revision: 110148 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110148 Log: PR testsuite/25891 * lib/target-supports.exp (check_eff

[Bug libgcj/25934] New: fast instanceof checking

2006-01-23 Thread tromey at gcc dot gnu dot org
instanceof (and checkcast, etc) are fairly slow in gcj currently. Here are a couple of papers on the topic of speeding this up: http://lambda-the-ultimate.org/node/view/1218 http://people.csail.mit.edu/jrb/pve/index.htm -- Summary: fast instanceof checking Product: gcc

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread hp at gcc dot gnu dot org
--- Comment #6 from hp at gcc dot gnu dot org 2006-01-23 23:27 --- Same for sh-elf as for st-rtems. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25890

[Bug c/25933] New: memory leaks

2006-01-23 Thread uttamp at us dot ibm dot com
Hi All, Last week I ran a static analysis tool 'coverity prevet' on the GCC codebase and found few memory leaks. 1) One of the memory leak is in gcc/loop-unroll.c, "not freeing the dom_bbs pointer while returning from the function in function "unroll_loop_runtime_iterations". 2) another memory l

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread gdr at cs dot tamu dot edu
--- Comment #6 from gdr at cs dot tamu dot edu 2006-01-23 22:36 --- Subject: Re: Spurious offsetof warnings with private members "rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes: | --- Comment #2 from rcbilson at plg dot uwaterloo dot ca 2006-01-23 18:28 ---

[Bug c++/10416] 'unused variable' warning ignores ctor/dtor side-effects

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 22:23 --- (In reply to comment #9) > Of course, the compiler (more precisely the middle-end) knows that the > destructor has a side-effect. But GCC middle-end tends to have little > knowledge of language specific idioms. N

[Bug ada/21937] [4.0/4.1 Regression] Member record alignment triggers an ICE

2006-01-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #16 from ebotcazou at gcc dot gnu dot org 2006-01-23 22:14 --- *** Bug 25932 has been marked as a duplicate of this bug. *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/25932] Ada ICE in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #8 from ebotcazou at gcc dot gnu dot org 2006-01-23 22:14 --- *** This bug has been marked as a duplicate of 21937 *** -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/11224] [3.4 regression] warning "value computed is not used" no longer emitted

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #15 from pinskia at gcc dot gnu dot org 2006-01-23 22:13 --- Fixed in 4.0.0 so closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/25932] Ada ICE in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread laurent at guerby dot net
--- Comment #7 from laurent at guerby dot net 2006-01-23 22:07 --- 4.0.2 x86-linux and x86_64-linux do not ICE, this must be sparc specific. -- laurent at guerby dot net changed: What|Removed |Added -

[Bug c++/25915] use ODR rules to make C++ objects not be TREE_PUBLIC

2006-01-23 Thread sabre at nondot dot org
--- Comment #5 from sabre at nondot dot org 2006-01-23 22:00 --- Subject: Re: use ODR rules to make C++ objects not be TREE_PUBLIC Already done. The subject is now "use ODR rules to make C++ objects not be TREE_PUBLIC" Thanks, -Chris On Mon, 23 Jan 2006, gdr at cs dot tamu dot e

[Bug c++/25915] use ODR rules to make C++ objects not be TREE_PUBLIC

2006-01-23 Thread gdr at cs dot tamu dot edu
--- Comment #4 from gdr at cs dot tamu dot edu 2006-01-23 21:58 --- Subject: Re: instantiated templates with anonymous namespace class as arguments should be static "geoffk at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Let's make this more general. Geoff and me had discussed

[Bug ada/22500] Bug box when using -gnatwa

2006-01-23 Thread kafka dot fr at laposte dot net
--- Comment #7 from kafka dot fr at laposte dot net 2006-01-23 21:56 --- (In reply to comment #6) Sorry, I get the very same bug using trunk (rev. 110140). Note this bug seems to deal with the "limited with" clause, nothing related to interfaces... Regards, -- http://gcc.gnu.org/

[Bug ada/23319] crash with interface as generic formal parameter

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 21:54 --- Fixed and closing as such. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug preprocessor/25717] [3.4/4.0/4.1/4.2 Regression] -dD does not list all defined macros (in particular, __STDC__)

2006-01-23 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2006-01-23 21:51 --- Subject: Bug 25717 Author: jakub Date: Mon Jan 23 21:51:10 2006 New Revision: 110145 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110145 Log: PR preprocessor/25717 * init.c (cpp_init_builtins

[Bug ada/23319] crash with interface as generic formal parameter

2006-01-23 Thread kafka dot fr at laposte dot net
--- Comment #6 from kafka dot fr at laposte dot net 2006-01-23 21:50 --- (In reply to comment #5) Just checked out "trunk" (rev 110142), it seems ok indeed. I even tried to instantiate the generic package with a dummy interface, it worked. Thanks a lot for the nice work. -- kafka

[Bug preprocessor/25717] [3.4/4.0/4.1/4.2 Regression] -dD does not list all defined macros (in particular, __STDC__)

2006-01-23 Thread jakub at gcc dot gnu dot org
--- Comment #8 from jakub at gcc dot gnu dot org 2006-01-23 21:50 --- Subject: Bug 25717 Author: jakub Date: Mon Jan 23 21:50:15 2006 New Revision: 110144 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110144 Log: PR preprocessor/25717 * init.c (cpp_init_builtins

[Bug target/25898] All Ada tests fail when using installed Ada compiler

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.2.0 |--- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25898

[Bug target/25898] All Ada tests fail when using installed Ada compiler

2006-01-23 Thread hjl at lucon dot org
--- Comment #11 from hjl at lucon dot org 2006-01-23 21:29 --- Since there are no real regressions, I am changing summary. -- hjl at lucon dot org changed: What|Removed |Added

[Bug c++/25915] use ODR rules to make C++ objects not be TREE_PUBLIC

2006-01-23 Thread sabre at nondot dot org
--- Comment #3 from sabre at nondot dot org 2006-01-23 21:23 --- Absolutely, it would be great to handle that as well. The risk of making a particular bugzilla PR more general is that it reduces the chance that it will ever get fixed though. -Chris -- http://gcc.gnu.org/bugzilla/s

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread gdr at cs dot tamu dot edu
--- Comment #5 from gdr at cs dot tamu dot edu 2006-01-23 20:58 --- Subject: Re: Spurious offsetof warnings with private members "pinskia at gcc dot gnu dot org" <[EMAIL PROTECTED]> writes: | Hmm, is this a non POD? Yes, it is a non-POD. -- Gaby -- http://gcc.gnu.org/bugzilla/

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 20:58 --- Invalid based on GDR's commnets. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread gdr at cs dot tamu dot edu
--- Comment #3 from gdr at cs dot tamu dot edu 2006-01-23 20:57 --- Subject: Re: New: Spurious offsetof warnings with private members "rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes: | Consider: | | #include | #include | | class xxx { | friend int main(); |

Re: [Bug c++/25927] New: Spurious offsetof warnings with private members

2006-01-23 Thread Gabriel Dos Reis
"rcbilson at plg dot uwaterloo dot ca" <[EMAIL PROTECTED]> writes: | Consider: | | #include | #include | | class xxx { | friend int main(); | void *q; | public: | void *r; | }; | | int main() { | std::cout << "offset of xxx::q is " << offsetof( xxx, q ) << "\n"; | std::c

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #6 from alex at milivojevic dot org 2006-01-23 20:45 --- Created an attachment (id=10723) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10723&action=view) terminal_interface-curses.s -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #5 from alex at milivojevic dot org 2006-01-23 20:45 --- Created an attachment (id=10722) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10722&action=view) terminal_interface-curses-aux.ads -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #4 from alex at milivojevic dot org 2006-01-23 20:44 --- Created an attachment (id=10721) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10721&action=view) terminal_interface-curses.ali -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #3 from alex at milivojevic dot org 2006-01-23 20:44 --- Created an attachment (id=10720) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10720&action=view) terminal_interface-curses.ads -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #2 from alex at milivojevic dot org 2006-01-23 20:44 --- Created an attachment (id=10719) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10719&action=view) terminal_interface-curses.adb -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug target/25932] Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
--- Comment #1 from alex at milivojevic dot org 2006-01-23 20:43 --- Created an attachment (id=10718) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10718&action=view) terminal_interface.ads -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25932

[Bug c++/25915] instantiated templates with anonymous namespace class as arguments should be static

2006-01-23 Thread geoffk at gcc dot gnu dot org
--- Comment #2 from geoffk at gcc dot gnu dot org 2006-01-23 20:43 --- Let's make this more general. Any entity which could be defined more than once (like a class or an inline function) but whose token stream refers to a function or variable which is not TREE_PUBLIC, actually can't be

[Bug target/25932] New: Gnat bug in simplify_subreg, at simplify-rtx.c:3746

2006-01-23 Thread alex at milivojevic dot org
I don't know anything about Ada, just happen to have gnat installed on my system, and got this while compiling ncurses (ncurses-5.5.tar.gz, ncurses configured with "../configure --with-shared --with-rpath --prefix=/opt/pbl"): $ gcc -v -save-temps -c -I../../../Ada95/src/ -O3 -gnatpn -I. -I../../..

[Bug middle-end/25905] [4.2 regression] ICE in expand_compound_operation

2006-01-23 Thread joel at gcc dot gnu dot org
--- Comment #8 from joel at gcc dot gnu dot org 2006-01-23 20:42 --- sh-rtems fails to build also. Andrew thought it was related so I am adding myself and this link to my failure post. http://gcc.gnu.org/ml/gcc/2006-01/msg00869.html -- joel at gcc dot gnu dot org changed:

[Bug rtl-optimization/25890] [4.2 regression] testsuite failure: gcc.c-torture/compile/20051228-1.c

2006-01-23 Thread joel at gcc dot gnu dot org
--- Comment #5 from joel at gcc dot gnu dot org 2006-01-23 20:40 --- sh-rtems fails to build also. Andrew thought it was related so I am adding myself and this link to my failure post. http://gcc.gnu.org/ml/gcc/2006-01/msg00869.html -- joel at gcc dot gnu dot org changed:

[Bug middle-end/25930] [4.2 Regression] seg fault in GC with toplevel asm and -fno-toplevel-reorder

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 20:37 --- testcase (Compile with -O2 -fno-toplevel-reorder --param ggc-min-expand=0 --param ggc-min-heapsize=0): __do_global_dtors_aux (void){} asm ("a"); asm ("b"); -- pinskia at gcc dot gnu dot org changed: W

[Bug middle-end/25930] [4.2 Regression] sigsegv with full --enable-checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 20:21 --- Reducing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Component|bootst

[Bug bootstrap/25930] [4.2 Regression] sigsegv with full --enable-checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-23 20:07 --- "gcc --param ggc-min-expand=0 --param ggc-min-heapsize=0 pr25930.i -fno-exceptions -fno-zero-initialized-in-bss -fno-toplevel-reorder -O2 -fno-omit-frame-pointer -fno-asynchronous-unwind-tables" is enough to reproduc

[Bug bootstrap/25930] [4.2 Regression] sigsegv with full --enable-checking

2006-01-23 Thread aj at gcc dot gnu dot org
--- Comment #2 from aj at gcc dot gnu dot org 2006-01-23 20:03 --- Created an attachment (id=10717) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10717&action=view) crtstuff.i as requested -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25930

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-01-23 20:03 --- PR 25908: vtables and classes no longer work on powerpc-darwin -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-01-23 20:02 --- PR 25931: build failure for powerpc-darwin target (maybe others too). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/25931] [4.2 Regression] build failure on powerpc-darwin

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25931

[Bug bootstrap/25931] New: [4.2 Regression] build failure on powerpc-darwin

2006-01-23 Thread pinskia at gcc dot gnu dot org
gcc -c -g -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/

[Bug bootstrap/25930] [4.2 Regression] sigsegv with full --enable-checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 19:58 --- Can you attach crtstuff.i, I think this was caused by: 2006-01-16 Ian Lance Taylor * common.opt (ftoplevel-reorder): New option. ... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25930

[Bug bootstrap/25930] [4.2 Regression] sigsegv with full --enable-checking

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/25908] [4.2 Regression] Multiple definitions of symbol vtables

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|WAITING |NEW Ever Confirmed|0 |1 Last reconfi

[Bug c++/25908] [4.2 Regression] Multiple definitions of symbol vtables

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 19:51 --- I think that is enough to reproduce it for now. Thanks, when my computer (laptop) gets back up and working, I will look into this. I think this was caused by the section changes. -- pinskia at gcc dot gnu dot o

[Bug c++/25908] Multiple definitions of symbol vtables

2006-01-23 Thread schnetter at aei dot mpg dot de
--- Comment #4 from schnetter at aei dot mpg dot de 2006-01-23 19:47 --- Created an attachment (id=10716) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10716&action=view) Gzipped preprocessed failing source code, part 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25908

[Bug c++/25908] Multiple definitions of symbol vtables

2006-01-23 Thread schnetter at aei dot mpg dot de
--- Comment #3 from schnetter at aei dot mpg dot de 2006-01-23 19:47 --- Created an attachment (id=10715) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10715&action=view) Gzipped preprocessed failing source code, part 1 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25908

[Bug c++/25908] Multiple definitions of symbol vtables

2006-01-23 Thread schnetter at aei dot mpg dot de
--- Comment #2 from schnetter at aei dot mpg dot de 2006-01-23 19:45 --- Here is a way to reproduce the error with very little source code, but still depending on the LAM MPI library. The actual source code I used consists of two files, main.cc and sub.cc, which I include here for comp

[Bug bootstrap/25930] New: sigsegv with full --enable-checking

2006-01-23 Thread aj at gcc dot gnu dot org
20060123 (experimental) /builds/gcc/misc/./gcc/cc1 -E -quiet -v -I. -I. -I/cvs/gcc-svn/trunk/gcc -I/cvs/gcc-svn/trunk/gcc/. -I/cvs/gcc-svn/trunk/gcc/../include -I/cvs/gcc-svn/trunk/gcc/../libcpp/include -I/cvs/gcc-svn/trunk/gcc/../libdecnumber -I../libdecnumber -iprefix /builds/gcc/misc/gcc/../lib/gcc

[Bug other/25925] [meta-bug] 4.2 slush bug

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 19:21 --- 25911: -O2 -ffast-math -ftree-vectorize ICEs on reasonable code. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/11987] [3.4/4.0/4.1/4.2 regression] Accepts-invalid with inherited nested type

2006-01-23 Thread uttamp at us dot ibm dot com
gcc-4.2.0 20060123 - no ICE -- uttamp at us dot ibm dot com changed: What|Removed |Added CC||uttamp at us dot ibm dot com http

[Bug c/25861] [4.2 Regression] tree check fail at c-common.c:2430

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-23 19:17 --- This is easy to fix. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Assign

[Bug ada/25900] [4.2 Regression] ACATS ICE cxac0004 in set_value_range, at tree-vrp.c:161 on x86-linux

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 19:15 --- More information about this bug: http://gcc.gnu.org/ml/gcc-patches/2006-01/msg01571.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25900

[Bug bootstrap/25695] [4.2 Regression] bootstrap comparison not clearly identifiable

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25695

[Bug target/25684] [4.2 Regression] 27_io/basic_ostream/inserters_character/char/9555-oc.cc execution test fails on hppa64

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 19:13 --- Does this work now after my patch for PR 25315? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25684

[Bug bootstrap/25461] fastjar is broken on i386-*-freebsd

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.2 Regression] fastjar is |fastjar is broken on i386-*- |broken on i386-*-free

[Bug c/25929] ICE with -ftree-loop-linear

2006-01-23 Thread seandarcy2 at gmail dot com
--- Comment #2 from seandarcy2 at gmail dot com 2006-01-23 18:48 --- Created an attachment (id=10714) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10714&action=view) Preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25929

[Bug tree-optimization/23820] ICE in lambda_loopnest_to_gcc_loopnest, at lambda-code.c:1982

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2006-01-23 18:48 --- *** Bug 25929 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c/25929] ICE with -ftree-loop-linear

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 18:48 --- *** This bug has been marked as a duplicate of 23820 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c/25929] New: ICE with -ftree-loop-linear

2006-01-23 Thread seandarcy2 at gmail dot com
cc -D_REENTRANT -O2 -fPIC -funswitch-loops -fvisibility-inlines-hidden -ftree-loop-linear -march=k8 -ftree-vectorize -pipe -mfpmath=sse -DP_64BIT -fPIC -DPIC -DPTRACING -I/usr/src/redhat/BUILD/opal/include -DPTRACING -I/usr/src/redhat/BUILD/opal/../pwlib/include -O2 -fPIC -funswitch-loops -fvis

[Bug tree-optimization/25911] [4.2 Regression] ice in vect_recog_dot_prod_pattern

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-01-23 18:42 --- Further reduced: double bessel_Kn_scaled_small_x(int n) { int k; double k_term, sum1; for(k=1; k<=n-1; k++) { k_term *= -1/(k * (n-k)); sum1 += k_term; } return sum1; } -- http://gcc.gnu.org/

[Bug tree-optimization/25911] [4.2 Regression] ice in vect_recog_dot_prod_pattern

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-23 18:37 --- Reduced testcase: double bessel_Kn_scaled_small_x(int n, double x) { int k; double y = 0.25 * x * x; double ex = exp(x); double k_term; double term1, sum1, ln_pre1; double term2, sum2, pre2; for(k=1; k<

[Bug tree-optimization/25911] [4.2 Regression] ice in vect_recog_dot_prod_pattern

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 18:28 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25911

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread rcbilson at plg dot uwaterloo dot ca
--- Comment #2 from rcbilson at plg dot uwaterloo dot ca 2006-01-23 18:28 --- (In reply to comment #1) > Hmm, is this a non POD? Quoth the standard (9p4): "A POD-struct is an aggregate class that has no nonstatic data members of type pointer to member, non-POD-struct, non-POD-union (or

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2006-01-23 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|REOPENED|NEW http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15502

[Bug libfortran/15234] libgfortran doesn't compile on Tru64 UNIX V4.0F

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #35 from pinskia at gcc dot gnu dot org 2006-01-23 18:20 --- Fixed by: 2006-01-16 Roger Sayle <[EMAIL PROTECTED]> * configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tests will be run with the same environment as used to com

[Bug fortran/15502] [meta-bug] bugs needed for SPEC CPU 2K and 2K5/6 and 95

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-01-23 18:15 --- Reopening as a new one came in. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25416] Segmentation fault in gfc_conv_function_call

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-23 18:14 --- *** Bug 25928 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25416

[Bug fortran/25928] ICE: Segmentation fault

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-23 18:14 --- The reduced testcase goes to all the way to PR 25416. *** This bug has been marked as a duplicate of 25416 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/25927] Spurious offsetof warnings with private members

2006-01-23 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-23 18:05 --- 3.2.3 gave: earth:~>~/ia32_linux_gcc3_2/bin/g++ t.cc t.cc: In function `int main()': t.cc:12: warning: invalid offsetof from non-POD type `class xxx'; use pointer to member instead t.cc:13: warning: invalid offse

[Bug ada/20548] [4.1/4.2 Regression] ACATS c52103x c52104x c52104y segfault at runtime

2006-01-23 Thread ebotcazou at gcc dot gnu dot org
--- Comment #22 from ebotcazou at gcc dot gnu dot org 2006-01-23 17:59 --- Until after they are removed from the norun.lst file. -- ebotcazou at gcc dot gnu dot org changed: What|Removed |Added -

  1   2   3   >