public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/18011] New: inlined returned type convertion
@ 2004-10-15 12:39 laurent dot deniau at cern dot ch
  2004-10-15 12:49 ` [Bug c/18011] " pinskia at gcc dot gnu dot org
  2004-10-15 12:50 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: laurent dot deniau at cern dot ch @ 2004-10-15 12:39 UTC (permalink / raw)
  To: gcc-bugs

gcc -O2 -finline-functions -c gcc_bug.c
gcc_bug.c: In function `main':
gcc_bug.c:8: internal compiler error: in convert_move, at expr.c:597
Please submit a full bug report,
with preprocessed source if appropriate.

cat gcc_bug
float Flt (float a) { return a; }
int main(void) {
  typedef void *(*func_t) (float);
  union { void *ptr; float flt; } ret;
  ret.ptr = ((func_t) Flt) (3.14);
  return 0;
}

-- 
           Summary: inlined returned type convertion
           Product: gcc
           Version: 3.3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: laurent dot deniau at cern dot ch
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c/18011] inlined returned type convertion
  2004-10-15 12:39 [Bug c/18011] New: inlined returned type convertion laurent dot deniau at cern dot ch
@ 2004-10-15 12:49 ` pinskia at gcc dot gnu dot org
  2004-10-15 12:50 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-15 12:49 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 12:49 -------
*** Bug 18012 has been marked as a duplicate of this bug. ***

-- 


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


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

* [Bug c/18011] inlined returned type convertion
  2004-10-15 12:39 [Bug c/18011] New: inlined returned type convertion laurent dot deniau at cern dot ch
  2004-10-15 12:49 ` [Bug c/18011] " pinskia at gcc dot gnu dot org
@ 2004-10-15 12:50 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-15 12:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 12:50 -------


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

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

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


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


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

end of thread, other threads:[~2004-10-15 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-15 12:39 [Bug c/18011] New: inlined returned type convertion laurent dot deniau at cern dot ch
2004-10-15 12:49 ` [Bug c/18011] " pinskia at gcc dot gnu dot org
2004-10-15 12:50 ` pinskia 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).