[Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243

2010-09-09 Thread paul dot chavent at fnac dot net
Here is the log :


arm-oc8s-linux-gnueabi-gcc -Wall -std=gnu99 -mthumb -save-temps
-DDEFAULT_GPIO=4   -c -o chrono.o chrono.c
chrono.c: In function 'chrono_diff':
chrono.c:188:1: error: insn does not satisfy its constraints:
(insn 236 40 41 chrono.c:155 (set (reg:DF 63 s0)
(reg:DF 1 r1)) 184 {*thumb_movdf_insn} (nil))
chrono.c:188:1: internal compiler error: in note_invalid_constants, at
config/arm/arm.c:11243
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html for instructions.
make: *** [chrono.o] Error 1


-- 
   Summary: internal compiler error: in note_invalid_constants, at
config/arm/arm.c:11243
   Product: gcc
   Version: 4.5.1
Status: UNCONFIRMED
  Severity: normal
  Priority: P3
 Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: paul dot chavent at fnac dot net
 GCC build triplet: i486-slackware-linux-gnu
  GCC host triplet: i486-slackware-linux-gnu
GCC target triplet: arm-oc8s-linux-gnueabi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45616



[Bug c/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243

2010-09-09 Thread paul dot chavent at fnac dot net


--- Comment #1 from paul dot chavent at fnac dot net  2010-09-09 15:53 
---
Created an attachment (id=21753)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21753action=view)
the preprocessed file that triggers the bug


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45616



[Bug c/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243

2010-09-09 Thread paul dot chavent at fnac dot net


--- Comment #2 from paul dot chavent at fnac dot net  2010-09-09 15:54 
---
Created an attachment (id=21754)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21754action=view)
the options given when GCC was configured/built


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45616



[Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243

2010-09-09 Thread paul dot chavent at fnac dot net


--- Comment #4 from paul dot chavent at fnac dot net  2010-09-09 19:09 
---
Subject: Re:  internal compiler error: in note_invalid_constants,
 at config/arm/arm.c:11243

Sorry to haven't checking that.

Thank you.

pinskia at gcc dot gnu dot org wrote:
 --- Comment #3 from pinskia at gcc dot gnu dot org  2010-09-09 17:00 
 ---
 --with-cpu=arm926ej-s --with-tune=arm926ej-s --with-arch=armv5te 
 --with-fpu=vfp --with-float=hard
 
 Hmm, these default CPUs don't support vfp in thumb.
 
 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45616