public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double)
@ 2012-02-18 10:27 gjl at gcc dot gnu.org
  2012-02-18 12:28 ` [Bug target/52305] " gjl at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gjl at gcc dot gnu.org @ 2012-02-18 10:27 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52305
           Summary: [avr] ICE in avr_print_operand: unknown mode
                    (const_double)
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org
                CC: eric.weddington@atmel.com
            Target: avr


void f (void)
{
    __asm ("%0" :: "n" (0x123456789));
}

triggers

foo.c: In function 'f':
foo.c:4:1: error: internal compiler error.  Unknown mode:
(const_double 591751049 [0x23456789] 1 [0x1] 0 [0] 0 [0] 0 [0] 0 [0])
foo.c:4:1: internal compiler error: in avr_print_operand, at
config/avr/avr.c:1942


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

* [Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)
  2012-02-18 10:27 [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double) gjl at gcc dot gnu.org
@ 2012-02-18 12:28 ` gjl at gcc dot gnu.org
  2012-03-22  9:33 ` rguenth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: gjl at gcc dot gnu.org @ 2012-02-18 12:28 UTC (permalink / raw)
  To: gcc-bugs

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

Georg-Johann Lay <gjl at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-02-18
   Target Milestone|---                         |4.7.0
     Ever Confirmed|0                           |1


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

* [Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)
  2012-02-18 10:27 [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double) gjl at gcc dot gnu.org
  2012-02-18 12:28 ` [Bug target/52305] " gjl at gcc dot gnu.org
@ 2012-03-22  9:33 ` rguenth at gcc dot gnu.org
  2012-07-02 13:08 ` rguenth at gcc dot gnu.org
  2013-03-24 15:58 ` pitchumani.s at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-22  9:33 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.0                       |4.7.1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-22 08:27:25 UTC ---
GCC 4.7.0 is being released, adjusting target milestone.


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

* [Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)
  2012-02-18 10:27 [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double) gjl at gcc dot gnu.org
  2012-02-18 12:28 ` [Bug target/52305] " gjl at gcc dot gnu.org
  2012-03-22  9:33 ` rguenth at gcc dot gnu.org
@ 2012-07-02 13:08 ` rguenth at gcc dot gnu.org
  2013-03-24 15:58 ` pitchumani.s at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-07-02 13:08 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.7.1                       |---


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

* [Bug target/52305] [avr] ICE in avr_print_operand: unknown mode (const_double)
  2012-02-18 10:27 [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double) gjl at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2012-07-02 13:08 ` rguenth at gcc dot gnu.org
@ 2013-03-24 15:58 ` pitchumani.s at atmel dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pitchumani.s at atmel dot com @ 2013-03-24 15:58 UTC (permalink / raw)
  To: gcc-bugs


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

Pitchumani <pitchumani.s at atmel dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pitchumani.s at atmel dot
                   |                            |com

--- Comment #2 from Pitchumani <pitchumani.s at atmel dot com> 2013-03-24 15:58:29 UTC ---
not reproducible with gcc-4.7.2. may be got fixed already?


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

end of thread, other threads:[~2013-03-24 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-18 10:27 [Bug target/52305] New: [avr] ICE in avr_print_operand: unknown mode (const_double) gjl at gcc dot gnu.org
2012-02-18 12:28 ` [Bug target/52305] " gjl at gcc dot gnu.org
2012-03-22  9:33 ` rguenth at gcc dot gnu.org
2012-07-02 13:08 ` rguenth at gcc dot gnu.org
2013-03-24 15:58 ` pitchumani.s at atmel dot com

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