public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++
@ 2011-02-12 17:25 iains at gcc dot gnu.org
  2011-02-12 17:36 ` [Bug objc++/47711] " iains at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2011-02-12 17:25 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: [4.5, 4.6 Regression] (even trivial) PCH fails for
                    Objective-C++
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: iains@gcc.gnu.org


Created attachment 23319
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23319
test header

i686-darwin9 gives:

$ ./gcc/g++ -Bgcc -x objective-c++-header ../tests/small-header.h -x none -o
small-header.h.gch

$ ./gcc/g++ -Bgcc -x objective-c++ ../tests/small-pch-test.m -x none -include
small-header.h -L i686-apple-darwin9/libstdc++-v3/src/.libs/ -lobjc -o tt
In file included from /usr/include/i386/types.h:70:0,
                 from /usr/include/machine/types.h:37,
                 from /usr/include/sys/types.h:78,
                 from /usr/include/objc/objc.h:32,
                 from /usr/include/objc/runtime.h:27,
                 from /usr/include/objc/objc-runtime.h:1,
                 from /usr/include/objc/Object.h:36,
                 from ../tests/small-pch-test.m:4:
/usr/include/i386/_types.h:76:15: internal compiler error: tree check: expected
integer_cst, have  in walk_subobject_offsets, at cp/class.c:3315
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

(i686-linux gave a segfault)


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

* [Bug objc++/47711] [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++
  2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
@ 2011-02-12 17:36 ` iains at gcc dot gnu.org
  2011-02-13 10:16 ` [Bug objc++/47711] [4.5/4.6 " rguenth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: iains at gcc dot gnu.org @ 2011-02-12 17:36 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> 2011-02-12 17:24:54 UTC ---
Created attachment 23320
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23320
simple test program


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

* [Bug objc++/47711] [4.5/4.6 Regression] (even trivial) PCH fails for Objective-C++
  2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
  2011-02-12 17:36 ` [Bug objc++/47711] " iains at gcc dot gnu.org
@ 2011-02-13 10:16 ` rguenth at gcc dot gnu.org
  2011-02-13 17:57 ` jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2011-02-13 10:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.5.3
            Summary|[4.5, 4.6 Regression] (even |[4.5/4.6 Regression] (even
                   |trivial) PCH fails for      |trivial) PCH fails for
                   |Objective-C++               |Objective-C++


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

* [Bug objc++/47711] [4.5/4.6 Regression] (even trivial) PCH fails for Objective-C++
  2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
  2011-02-12 17:36 ` [Bug objc++/47711] " iains at gcc dot gnu.org
  2011-02-13 10:16 ` [Bug objc++/47711] [4.5/4.6 " rguenth at gcc dot gnu.org
@ 2011-02-13 17:57 ` jsm28 at gcc dot gnu.org
  2011-02-20 15:05 ` nicola at gcc dot gnu.org
  2011-02-20 17:37 ` nicola at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2011-02-13 17:57 UTC (permalink / raw)
  To: gcc-bugs

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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4


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

* [Bug objc++/47711] [4.5/4.6 Regression] (even trivial) PCH fails for Objective-C++
  2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2011-02-13 17:57 ` jsm28 at gcc dot gnu.org
@ 2011-02-20 15:05 ` nicola at gcc dot gnu.org
  2011-02-20 17:37 ` nicola at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: nicola at gcc dot gnu.org @ 2011-02-20 15:05 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011.02.20 14:53:13
                 CC|                            |nicola at gcc dot gnu.org
     Ever Confirmed|0                           |1

--- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2011-02-20 14:53:13 UTC ---
Confirmed.  Patch to fix it submitted at

http://gcc.gnu.org/ml/gcc-patches/2011-02/msg01318.html

Thanks


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

* [Bug objc++/47711] [4.5/4.6 Regression] (even trivial) PCH fails for Objective-C++
  2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2011-02-20 15:05 ` nicola at gcc dot gnu.org
@ 2011-02-20 17:37 ` nicola at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: nicola at gcc dot gnu.org @ 2011-02-20 17:37 UTC (permalink / raw)
  To: gcc-bugs

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

Nicola Pero <nicola at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.5.3                       |4.6.0

--- Comment #3 from Nicola Pero <nicola at gcc dot gnu.org> 2011-02-20 17:27:57 UTC ---
Fixed in trunk.

Thanks


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

end of thread, other threads:[~2011-02-20 17:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-12 17:25 [Bug objc++/47711] New: [4.5, 4.6 Regression] (even trivial) PCH fails for Objective-C++ iains at gcc dot gnu.org
2011-02-12 17:36 ` [Bug objc++/47711] " iains at gcc dot gnu.org
2011-02-13 10:16 ` [Bug objc++/47711] [4.5/4.6 " rguenth at gcc dot gnu.org
2011-02-13 17:57 ` jsm28 at gcc dot gnu.org
2011-02-20 15:05 ` nicola at gcc dot gnu.org
2011-02-20 17:37 ` nicola 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).