[Bug c++/35450] ice on valid template

2008-03-03 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-03-04 00:56 --- This was just filed in a different bugzilla recently too. I had it in a file called t.cc and I started to paste this testcase there and I was, wait a minute this is the same testcase. -- http://gcc.gnu.org/bugz

[Bug c++/35450] ice on valid template

2008-03-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-04 00:58 --- *** This bug has been marked as a duplicate of 35405 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-03-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-04 00:58 --- *** Bug 35450 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug bootstrap/35451] New: stage2 bootstrap xgcc infinite loop

2008-03-03 Thread oblivian at users dot sourceforge dot net
When bootstrapping for a new system based off of HLFS using: Binutils 2.18 Glibc 2.7 Gcc 4.3.0-20080228 (checked out from gcc-4_3-branch) The host os system for build is: Binutils 2.17 Glibc 2.5 Gcc 4.1.2 Build order was: pass 1 4.3.0 bootstrap toolchain with configure of: --prefix=/tools \

[Bug c++/35405] [4.2/4.3/4.4 Regression] Internal compiler error

2008-03-03 Thread mrs at apple dot com
--- Comment #3 from mrs at apple dot com 2008-03-04 01:19 --- My bug is related to this, but mine is an ice on valid. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35405

[Bug tree-optimization/35452] New: erasing uncessary warning for basic block frequency computation

2008-03-03 Thread zhouyi04 at ios dot cn
When compiling program like following: int fn(int s) { int i; i = 2; if (s) i = 1; if (s) printf("%d\n", i); return 0; } #cc1 -O2 -fdump-tree-vrp-all hello.c There will be: Jumps threaded: 1 Removing basic block 3 ;; basic block 3, loop depth 0, count 0 ;; prev block 7, next b

[Bug target/35453] New: nmmintrin.h defines macros SIDD_XXX

2008-03-03 Thread hjl dot tools at gmail dot com
nmmintrin.h header file contains macros like #define SIDD_XXX These need to be named with a leading underscore, as in #define _SIDD_XXX since user may define SIDD_XXX. -- Summary: nmmintrin.h defines macros SIDD_XXX Product: gcc Version: 4.4.0 Sta

[Bug c++/35394] Agressive template instantiation?

2008-03-03 Thread proy at clg dot qc dot ca
--- Comment #1 from proy at clg dot qc dot ca 2008-03-04 04:28 --- For those interested: it might help to know that, on all g++ compilers that I know of and that have this bug (at least from my understanding of the situation), one could replace template class not_compilable {

[Bug target/35373] [4.4 Regression] bootstraping on powerpc-apple-darwin9 fails with revision 132578

2008-03-03 Thread bergner at gcc dot gnu dot org
--- Comment #8 from bergner at gcc dot gnu dot org 2008-03-04 05:25 --- Created an attachment (id=15256) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15256&action=view) Disallow TFmode and TDmode from reg+reg addressing This ICE is similar to the one Nathan fixed which is caused

[Bug c++/35262] [4.4 Regression]: FAIL: abi_check

2008-03-03 Thread hubicka at ucw dot cz
--- Comment #16 from hubicka at ucw dot cz 2008-03-04 07:03 --- Subject: Re: [4.4 Regression]: FAIL: abi_check > Note however, that the patch also didn't help Geoff's i686-linux tester, just > have a look to gcc-testresults. Sorry, I had two versions of patch and managed to commit the

[Bug other/35454] New: [4.3/4.4 Regression] m68k: internal compiler error: in find_reloads, at reload.c:3744

2008-03-03 Thread bunk at stusta dot de
This bug might be related to bug 32424 (why do you have a testsuite when reports of ICEs when running it get completely ignored?), but I can't judge whether it's really the same: $ m68k-linux-gcc -Wp,-MD,fs/udf/.truncate.o.d -nostdinc -isystem /usr/local/DIR/gcc-m68k-4.3.0-RC-20080301/lib/gcc/m68

[Bug other/35454] [4.3/4.4 Regression] m68k: internal compiler error: in find_reloads, at reload.c:3744

2008-03-03 Thread bunk at stusta dot de
--- Comment #1 from bunk at stusta dot de 2008-03-04 07:19 --- Created an attachment (id=15257) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15257&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35454

[Bug target/35318] [4.3/4.4 regression] ICE with inline asm in reload

2008-03-03 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-03-04 07:38 --- That's not an error-recovery issue. Reload prints the error via fatal_insn ("Failure trying to reload:", set); which outputs some data and calls fancy_abort. So that's just a disguised ICE. -- reichelt at gcc

[Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2008-03-03 Thread bunk at stusta dot de
$ h8300-linux-gcc -Wp,-MD,fs/.read_write.o.d -nostdinc -isystem /usr/local/DIR/gcc-h8300-4.3.0-RC-20080301/lib/gcc/h8300-elf/4.3.0/include -D__KERNEL__ -Iinclude -Iinclude2 -I/home/bunk/linux/kernel-2.6/git/linux-2.6/include -include include/linux/autoconf.h -I/home/bunk/linux/kernel-2.6/git/linux

[Bug other/35455] [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2008-03-03 Thread bunk at stusta dot de
--- Comment #1 from bunk at stusta dot de 2008-03-04 07:45 --- Created an attachment (id=15258) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15258&action=view) preprocessed source -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35455

<    1   2