public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc
@ 2013-08-17  2:07 dje at gcc dot gnu.org
  2013-08-17  2:08 ` [Bug middle-end/58179] " dje at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dje at gcc dot gnu.org @ 2013-08-17  2:07 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 58179
           Summary: [4.9 Regression] obj_type_ref ICE building libobjc
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dje at gcc dot gnu.org

/nasfarm/edelsohn/src/src/libobjc/accessors.m: In function 'objc_getProperty':
/nasfarm/edelsohn/src/src/libobjc/accessors.m:127:11: internal compiler error:
in obj_type_ref_class, at tree.c:11876
    result = RETAIN (*(pointer_to_ivar));


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

* [Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc
  2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
@ 2013-08-17  2:08 ` dje at gcc dot gnu.org
  2013-08-17 13:46 ` dominiq at lps dot ens.fr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dje at gcc dot gnu.org @ 2013-08-17  2:08 UTC (permalink / raw)
  To: gcc-bugs

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

David Edelsohn <dje at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-08-17
                 CC|                            |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from David Edelsohn <dje at gcc dot gnu.org> ---
Confirmed.


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

* [Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc
  2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
  2013-08-17  2:08 ` [Bug middle-end/58179] " dje at gcc dot gnu.org
@ 2013-08-17 13:46 ` dominiq at lps dot ens.fr
  2013-08-17 13:48 ` dominiq at lps dot ens.fr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-08-17 13:46 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schwab@linux-m68k.org

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
*** Bug 58180 has been marked as a duplicate of this bug. ***


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

* [Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc
  2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
  2013-08-17  2:08 ` [Bug middle-end/58179] " dje at gcc dot gnu.org
  2013-08-17 13:46 ` dominiq at lps dot ens.fr
@ 2013-08-17 13:48 ` dominiq at lps dot ens.fr
  2013-08-17 15:19 ` hubicka at gcc dot gnu.org
  2013-08-17 21:45 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: dominiq at lps dot ens.fr @ 2013-08-17 13:48 UTC (permalink / raw)
  To: gcc-bugs

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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1
           Severity|normal                      |blocker

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Broken by r201789, bootstrapping with objc fails.


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

* [Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc
  2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-08-17 13:48 ` dominiq at lps dot ens.fr
@ 2013-08-17 15:19 ` hubicka at gcc dot gnu.org
  2013-08-17 21:45 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2013-08-17 15:19 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Mine. Looking into it now.  Obviously obj-C uses OBJ_TYPE_REF in an unexpected
way.


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

* [Bug middle-end/58179] [4.9 Regression] obj_type_ref ICE building libobjc
  2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-08-17 15:19 ` hubicka at gcc dot gnu.org
@ 2013-08-17 21:45 ` hubicka at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: hubicka at gcc dot gnu.org @ 2013-08-17 21:45 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Fixed.


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

end of thread, other threads:[~2013-08-17 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-17  2:07 [Bug middle-end/58179] New: [4.9 Regression] obj_type_ref ICE building libobjc dje at gcc dot gnu.org
2013-08-17  2:08 ` [Bug middle-end/58179] " dje at gcc dot gnu.org
2013-08-17 13:46 ` dominiq at lps dot ens.fr
2013-08-17 13:48 ` dominiq at lps dot ens.fr
2013-08-17 15:19 ` hubicka at gcc dot gnu.org
2013-08-17 21:45 ` hubicka 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).