public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473
       [not found] <bug-59155-4@http.gcc.gnu.org/bugzilla/>
@ 2013-11-16 22:10 ` glisse at gcc dot gnu.org
  2013-11-18 12:38 ` rguenth at gcc dot gnu.org
  2021-09-14  8:44 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: glisse at gcc dot gnu.org @ 2013-11-16 22:10 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Marc Glisse <glisse at gcc dot gnu.org> ---
By the way, the following:

double f(double x){
  asm volatile("":"+X"(x));
  return x;
}
double g(){
  return f(1.);
}

is rejected with:

c.c: In function 'g':
c.c:2:3: error: inconsistent operand constraints in an 'asm'
   asm volatile("":"+X"(x));
   ^


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

* [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473
       [not found] <bug-59155-4@http.gcc.gnu.org/bugzilla/>
  2013-11-16 22:10 ` [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473 glisse at gcc dot gnu.org
@ 2013-11-18 12:38 ` rguenth at gcc dot gnu.org
  2021-09-14  8:44 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: rguenth at gcc dot gnu.org @ 2013-11-18 12:38 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-11-18
     Ever confirmed|0                           |1

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed.


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

* [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473
       [not found] <bug-59155-4@http.gcc.gnu.org/bugzilla/>
  2013-11-16 22:10 ` [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473 glisse at gcc dot gnu.org
  2013-11-18 12:38 ` rguenth at gcc dot gnu.org
@ 2021-09-14  8:44 ` pinskia at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-09-14  8:44 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59155

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Dup of bug 84941 .

*** This bug has been marked as a duplicate of bug 84941 ***

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

end of thread, other threads:[~2021-09-14  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-59155-4@http.gcc.gnu.org/bugzilla/>
2013-11-16 22:10 ` [Bug inline-asm/59155] ICE: in reg_overlap_mentioned_p, at rtlanal.c:1473 glisse at gcc dot gnu.org
2013-11-18 12:38 ` rguenth at gcc dot gnu.org
2021-09-14  8:44 ` pinskia at gcc dot gnu.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).