--- 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
--- 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
--
--- 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
---
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 \
--- 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
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
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
--- 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
{
--- 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
--- 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
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
--- 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
--- 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
$ 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
--- 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
101 - 115 of 115 matches
Mail list logo