public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug lto/41606]  New: Not all types are fixed up
@ 2009-10-06 15:48 rguenth at gcc dot gnu dot org
  2009-10-06 15:49 ` [Bug lto/41606] " rguenth at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-06 15:48 UTC (permalink / raw)
  To: gcc-bugs

Not all types of the IL and its trees are fixed up by lto_fixup_decls as can
be seen by attached patch.


-- 
           Summary: Not all types are fixed up
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: wrong-code, memory-hog
          Severity: normal
          Priority: P3
         Component: lto
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rguenth at gcc dot gnu dot org


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


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

* [Bug lto/41606] Not all types are fixed up
  2009-10-06 15:48 [Bug lto/41606] New: Not all types are fixed up rguenth at gcc dot gnu dot org
@ 2009-10-06 15:49 ` rguenth at gcc dot gnu dot org
  2009-10-07  9:50 ` rguenth at gcc dot gnu dot org
  2009-10-07 14:57 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-06 15:49 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2009-10-06 15:49 -------
Created an attachment (id=18726)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18726&action=view)
patch for debugging


-- 


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


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

* [Bug lto/41606] Not all types are fixed up
  2009-10-06 15:48 [Bug lto/41606] New: Not all types are fixed up rguenth at gcc dot gnu dot org
  2009-10-06 15:49 ` [Bug lto/41606] " rguenth at gcc dot gnu dot org
@ 2009-10-07  9:50 ` rguenth at gcc dot gnu dot org
  2009-10-07 14:57 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-07  9:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from rguenth at gcc dot gnu dot org  2009-10-07 09:50 -------
I am looking into this.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rguenth at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-10-07 09:50:11
               date|                            |


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


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

* [Bug lto/41606] Not all types are fixed up
  2009-10-06 15:48 [Bug lto/41606] New: Not all types are fixed up rguenth at gcc dot gnu dot org
  2009-10-06 15:49 ` [Bug lto/41606] " rguenth at gcc dot gnu dot org
  2009-10-07  9:50 ` rguenth at gcc dot gnu dot org
@ 2009-10-07 14:57 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-10-07 14:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-10-07 14:57 -------
It's mostly

 a) target specific builtin types and decls that do not get fixed up

 b) LTO (or rather generic) builtin functions and types not get fixed up

 c) the tree.c local canonical type machinery that isn't giving the same
    answer as gimple_register_type () does.

with that "fixed" the sanity-checking patch works fine.

For a more proper patch I have to think about the tree.c type hashing
and unification some more.


-- 


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


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

end of thread, other threads:[~2009-10-07 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-06 15:48 [Bug lto/41606] New: Not all types are fixed up rguenth at gcc dot gnu dot org
2009-10-06 15:49 ` [Bug lto/41606] " rguenth at gcc dot gnu dot org
2009-10-07  9:50 ` rguenth at gcc dot gnu dot org
2009-10-07 14:57 ` 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).