public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc++/35551]  New: internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175
@ 2008-03-12 12:58 schnorr at gmail dot com
  2008-03-12 13:00 ` [Bug objc++/35551] " schnorr at gmail dot com
  0 siblings, 1 reply; 5+ messages in thread
From: schnorr at gmail dot com @ 2008-03-12 12:58 UTC (permalink / raw)
  To: gcc-bugs

schnorr@crowh:/tmp$ gcc -v -save-temps  -c -Wno-import -g -fno-strict-aliasing
-fgnu-runtime -fconstant-string-class=NSConstantString oi.mm -o oi.o
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1
--enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug
--enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
 /usr/lib/gcc/i486-linux-gnu/4.1.3/cc1objplus -E -quiet -v -D_GNU_SOURCE oi.mm
-mtune=generic -Wno-import -fno-strict-aliasing -fgnu-runtime
-fconstant-string-class=NSConstantString -fworking-directory -fpch-preprocess
-o oi.mii
ignoring nonexistent directory "/usr/local/include/i486-linux-gnu"
ignoring nonexistent directory
"/usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../i486-linux-gnu/include"
ignoring nonexistent directory "/usr/include/i486-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/c++/4.1.3
 /usr/include/c++/4.1.3/i486-linux-gnu
 /usr/include/c++/4.1.3/backward
 /usr/local/include
 /usr/lib/gcc/i486-linux-gnu/4.1.3/include
 /usr/include
End of search list.
 /usr/lib/gcc/i486-linux-gnu/4.1.3/cc1objplus -fpreprocessed oi.mii -quiet
-dumpbase oi.mm -mtune=generic -auxbase-strip oi.o -g -Wno-import -version
-fno-strict-aliasing -fgnu-runtime -fconstant-string-class=NSConstantString
-fstack-protector -fstack-protector -o oi.s
GNU Objective-C++ version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
(i486-linux-gnu)
        compiled by GNU C version 4.1.3 20070929 (prerelease) (Ubuntu
4.1.2-16ubuntu2).
GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128293
Compiler executable checksum: 576f849176827024536b8e1104fa1826
ProtoView+Materials.mm:9: internal compiler error: in encode_gnu_bitfield, at
objc/objc-act.c:8175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
Preprocessed source stored into /tmp/cc7OZgyG.out file, please attach this to
your bugreport.
schnorr@crowh:/tmp


-- 
           Summary: internal compiler error: in encode_gnu_bitfield, at
                    objc/objc-act.c:8175
           Product: gcc
           Version: 4.1.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnorr at gmail dot com


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


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

* [Bug objc++/35551] internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175
  2008-03-12 12:58 [Bug objc++/35551] New: internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175 schnorr at gmail dot com
@ 2008-03-12 13:00 ` schnorr at gmail dot com
  0 siblings, 0 replies; 5+ messages in thread
From: schnorr at gmail dot com @ 2008-03-12 13:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from schnorr at gmail dot com  2008-03-12 12:59 -------
Created an attachment (id=15302)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15302&action=view)
source file that causes the error

gunzip oi.mm.gz

and

g++ -Wall oi.mm -c -Wno-import -g -fno-strict-aliasing -fgnu-runtime
-fconstant-string-class=NSConstantString -o oi.o

to reproduce with gcc 4.1.3


-- 


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


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

* [Bug objc++/35551] internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175
       [not found] <bug-35551-4@http.gcc.gnu.org/bugzilla/>
  2010-09-25 22:42 ` nicola at gcc dot gnu.org
  2010-09-27 17:05 ` schnorr at gmail dot com
@ 2010-09-28  7:44 ` nicola at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-09-28  7:44 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

--- Comment #4 from Nicola Pero <nicola at gcc dot gnu.org> 2010-09-27 19:32:48 UTC ---
Thanks - I'll close the bug as we can't reproduce it :-(

If you manage to reproduce it, please open a new bug! :-)

Thanks


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

* [Bug objc++/35551] internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175
       [not found] <bug-35551-4@http.gcc.gnu.org/bugzilla/>
  2010-09-25 22:42 ` nicola at gcc dot gnu.org
@ 2010-09-27 17:05 ` schnorr at gmail dot com
  2010-09-28  7:44 ` nicola at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: schnorr at gmail dot com @ 2010-09-27 17:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Lucas <schnorr at gmail dot com> 2010-09-27 11:52:44 UTC ---
I am also having a problem to uncompact this file.
Unfortunately, I no longer have the original
source file that caused that error with gcc.


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

* [Bug objc++/35551] internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175
       [not found] <bug-35551-4@http.gcc.gnu.org/bugzilla/>
@ 2010-09-25 22:42 ` nicola at gcc dot gnu.org
  2010-09-27 17:05 ` schnorr at gmail dot com
  2010-09-28  7:44 ` nicola at gcc dot gnu.org
  2 siblings, 0 replies; 5+ messages in thread
From: nicola at gcc dot gnu.org @ 2010-09-25 22:42 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicola at gcc dot gnu.org

--- Comment #2 from Nicola Pero <nicola at gcc dot gnu.org> 2010-09-25 19:57:08 UTC ---
I can't open the attachment - gunzip complains that it is incomplete.  If you
still have it, can you resend it ?

Thanks


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

end of thread, other threads:[~2010-09-27 19:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-12 12:58 [Bug objc++/35551] New: internal compiler error: in encode_gnu_bitfield, at objc/objc-act.c:8175 schnorr at gmail dot com
2008-03-12 13:00 ` [Bug objc++/35551] " schnorr at gmail dot com
     [not found] <bug-35551-4@http.gcc.gnu.org/bugzilla/>
2010-09-25 22:42 ` nicola at gcc dot gnu.org
2010-09-27 17:05 ` schnorr at gmail dot com
2010-09-28  7:44 ` 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).