public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/45616]  New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
@ 2010-09-09 15:52 paul dot chavent at fnac dot net
  2010-09-09 15:53 ` [Bug c/45616] " paul dot chavent at fnac dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: paul dot chavent at fnac dot net @ 2010-09-09 15:52 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
@ 2010-09-09 15:53 ` paul dot chavent at fnac dot net
  2010-09-09 15:55 ` paul dot chavent at fnac dot net
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paul dot chavent at fnac dot net @ 2010-09-09 15:53 UTC (permalink / raw)
  To: gcc-bugs



------- 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=21753&action=view)
the preprocessed file that triggers the bug


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug c/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
  2010-09-09 15:53 ` [Bug c/45616] " paul dot chavent at fnac dot net
@ 2010-09-09 15:55 ` paul dot chavent at fnac dot net
  2010-09-09 17:00 ` [Bug target/45616] " pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paul dot chavent at fnac dot net @ 2010-09-09 15:55 UTC (permalink / raw)
  To: gcc-bugs



------- 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=21754&action=view)
the options given when GCC was configured/built


-- 


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
  2010-09-09 15:53 ` [Bug c/45616] " paul dot chavent at fnac dot net
  2010-09-09 15:55 ` paul dot chavent at fnac dot net
@ 2010-09-09 17:00 ` pinskia at gcc dot gnu dot org
  2010-09-09 19:09 ` paul dot chavent at fnac dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2010-09-09 17:00 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
                   ` (2 preceding siblings ...)
  2010-09-09 17:00 ` [Bug target/45616] " pinskia at gcc dot gnu dot org
@ 2010-09-09 19:09 ` paul dot chavent at fnac dot net
  2010-09-13 11:04 ` ibolton at gcc dot gnu dot org
  2010-09-14 14:29 ` ibolton at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: paul dot chavent at fnac dot net @ 2010-09-09 19:09 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
                   ` (3 preceding siblings ...)
  2010-09-09 19:09 ` paul dot chavent at fnac dot net
@ 2010-09-13 11:04 ` ibolton at gcc dot gnu dot org
  2010-09-14 14:29 ` ibolton at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ibolton at gcc dot gnu dot org @ 2010-09-13 11:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from ibolton at gcc dot gnu dot org  2010-09-13 11:04 -------
Reporter needs to try again with different configure options.  (We may still
want a more user-friendly way of catching the original problem though.)


-- 

ibolton at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibolton at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug target/45616] internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243
  2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
                   ` (4 preceding siblings ...)
  2010-09-13 11:04 ` ibolton at gcc dot gnu dot org
@ 2010-09-14 14:29 ` ibolton at gcc dot gnu dot org
  5 siblings, 0 replies; 7+ messages in thread
From: ibolton at gcc dot gnu dot org @ 2010-09-14 14:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from ibolton at gcc dot gnu dot org  2010-09-14 14:29 -------
Technically, this is ICE on invalid code, but a more user-friendly error would
be better.  As it happens, one has been added to trunk, as of 16th June.

http://gcc.gnu.org/ml/gcc-patches/2010-06/msg01501.html

I will backport it to 4.5, unless Mr Brook wants to.


-- 

ibolton at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pbrook at gcc dot gnu dot
                   |                            |org
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
           Keywords|ice-on-valid-code           |ice-on-invalid-code
      Known to fail|                            |4.5.1
      Known to work|                            |4.6.0
   Last reconfirmed|0000-00-00 00:00:00         |2010-09-14 14:29:06
               date|                            |
   Target Milestone|---                         |4.5.3


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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-14 14:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 15:52 [Bug c/45616] New: internal compiler error: in note_invalid_constants, at config/arm/arm.c:11243 paul dot chavent at fnac dot net
2010-09-09 15:53 ` [Bug c/45616] " paul dot chavent at fnac dot net
2010-09-09 15:55 ` paul dot chavent at fnac dot net
2010-09-09 17:00 ` [Bug target/45616] " pinskia at gcc dot gnu dot org
2010-09-09 19:09 ` paul dot chavent at fnac dot net
2010-09-13 11:04 ` ibolton at gcc dot gnu dot org
2010-09-14 14:29 ` ibolton at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).