public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
@ 2003-07-03 15:03 ` pinskia at physics dot uc dot edu
  2003-07-03 15:05 ` [Bug c/9860] " pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-03 15:03 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-03 15:03 -------
What is weird is that the C++ frontend rejects this code while the C frontend does not.
Error from the C++ Frontend:
pr9860.cc: In function `void f()':
pr9860.cc:3: error: void value not ignored as it ought to be


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

* [Bug c/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
  2003-07-03 15:03 ` [Bug inline-asm/9860] ICE in emit_move_insn_1, at expr.c:3114 pinskia at physics dot uc dot edu
@ 2003-07-03 15:05 ` pinskia at physics dot uc dot edu
  2003-10-24 17:47 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-03 15:05 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|inline-asm                  |c


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-03 15:05 -------
Moving to the c component because the c++ frontend rejects it so the c frontend should reject it 
also.


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

* [Bug c/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
  2003-07-03 15:03 ` [Bug inline-asm/9860] ICE in emit_move_insn_1, at expr.c:3114 pinskia at physics dot uc dot edu
  2003-07-03 15:05 ` [Bug c/9860] " pinskia at physics dot uc dot edu
@ 2003-10-24 17:47 ` dhazeghi at yahoo dot com
  2004-09-22  6:41 ` belyshev at lubercy dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-10-24 17:47 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi at yahoo dot com   |
   Last reconfirmed|0000-00-00 00:00:00         |2003-10-24 17:42:15
               date|                            |


------- Additional Comments From dhazeghi at yahoo dot com  2003-10-24 17:42 -------
Reconfirmed.


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

* [Bug c/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
                   ` (2 preceding siblings ...)
  2003-10-24 17:47 ` dhazeghi at yahoo dot com
@ 2004-09-22  6:41 ` belyshev at lubercy dot com
  2004-12-22  4:13 ` pinskia at gcc dot gnu dot org
  2005-09-09 10:25 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: belyshev at lubercy dot com @ 2004-09-22  6:41 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From belyshev at lubercy dot com  2004-09-22 06:41 -------
*** Bug 17600 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Tobias dot Kranz at bka dot
                   |                            |bund dot de


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


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

* [Bug c/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
                   ` (3 preceding siblings ...)
  2004-09-22  6:41 ` belyshev at lubercy dot com
@ 2004-12-22  4:13 ` pinskia at gcc dot gnu dot org
  2005-09-09 10:25 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-22  4:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-22 04:12 -------
Hmm, on the mainline, we just remove the cast to void which seems wrong (I think that is wrong).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid


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


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

* [Bug c/9860] ICE in emit_move_insn_1, at expr.c:3114
       [not found] <20030226133600.9860.jschulz@sgbs.de>
                   ` (4 preceding siblings ...)
  2004-12-22  4:13 ` pinskia at gcc dot gnu dot org
@ 2005-09-09 10:25 ` rguenth at gcc dot gnu dot org
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2005-09-09 10:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 10:25 -------
As this is not a regression, this is fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
      Known to fail|                            |3.4.4
      Known to work|                            |4.0.0 4.1.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-09-09 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030226133600.9860.jschulz@sgbs.de>
2003-07-03 15:03 ` [Bug inline-asm/9860] ICE in emit_move_insn_1, at expr.c:3114 pinskia at physics dot uc dot edu
2003-07-03 15:05 ` [Bug c/9860] " pinskia at physics dot uc dot edu
2003-10-24 17:47 ` dhazeghi at yahoo dot com
2004-09-22  6:41 ` belyshev at lubercy dot com
2004-12-22  4:13 ` pinskia at gcc dot gnu dot org
2005-09-09 10:25 ` rguenth 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).