public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/52536] New: internal compiler error: Illegal instruction
@ 2012-03-09  2:18 olinchy1983 at gmail dot com
  2012-03-09  2:20 ` [Bug c++/52536] " olinchy1983 at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: olinchy1983 at gmail dot com @ 2012-03-09  2:18 UTC (permalink / raw)
  To: gcc-bugs

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

             Bug #: 52536
           Summary: internal compiler error: Illegal instruction
    Classification: Unclassified
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: olinchy1983@gmail.com


g++ -o dombindings.o -c   -DMOZILLA_INTERNAL_API -D_IMPL_NS_COM
-DEXPORT_XPT_API -DEXPORT_XPTC_API -D_IMPL_NS_GFX -D_IMPL_NS_WIDGET
-DIMPL_XREAPI -DIMPL_NS_NET -DIMPL_THEBES  -DSTATIC_EXPORTABLE_JS_API
-DOSTYPE=\"AIX6.1\" -DOSARCH=AIX -DJSFILE -DJS_THREADSAFE -DEXPORT_XPC_API 
-D_IMPL_NS_LAYOUT
-I/export/home/softs/xulrunner_source/js/xpconnect/src/../wrappers
-I/export/home/softs/xulrunner_source/js/xpconnect/src/../loader
-I/export/home/softs/xulrunner_source/js/src
-I/export/home/softs/xulrunner_source/js/src/nanojit
-I/export/home/softs/xulrunner_source/caps/include
-I/export/home/softs/xulrunner_source/content/base/src
-I/export/home/softs/xulrunner_source/content/html/content/src
-I/export/home/softs/xulrunner_source/content/html/document/src
-I/export/home/softs/xulrunner_source/content/svg/content/src
-I/export/home/softs/xulrunner_source/layout/style
-I/export/home/softs/xulrunner_source/layout/base
-I/export/home/softs/xulrunner_source/dom/base
-I/export/home/softs/xulrunner_source/xpcom/ds 
-I/export/home/softs/xulrunner_source/js/xpconnect/src -I.
-I../../../dist/include -I../../../dist/include/nsprpub 
-I/export/home/softs/xulrunner_source/xulrunner-build/dist/include/nspr
-I/export/home/softs/xulrunner_source/xulrunner-build/dist/include/nss     
-fPIC  -fno-rtti -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof
-Wno-variadic-macros -Werror=return-type -pedantic -Wno-long-long
-fno-exceptions -fno-strict-aliasing -pthread  -DNDEBUG -DTRIMMED -g -O
-fomit-frame-pointer   -DMOZILLA_CLIENT -include ../../../mozilla-config.h -MD
-MF .deps/dombindings.pp
/export/home/softs/xulrunner_source/js/xpconnect/src/dombindings.cpp
In file included from
/export/home/softs/xulrunner_source/js/xpconnect/src/dombindings.cpp:1203:
./dombindings_gen.cpp:554: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[6]: *** [dombindings.o] Error 1
gmake[6]: Leaving directory
`/export/home/softs/xulrunner_source/xulrunner-build/js/xpconnect/src'
gmake[5]: *** [libs] Error 2
gmake[5]: Leaving directory
`/export/home/softs/xulrunner_source/xulrunner-build/js/xpconnect'
gmake[4]: *** [libs_tier_platform] Error 2
gmake[4]: Leaving directory
`/export/home/softs/xulrunner_source/xulrunner-build'
gmake[3]: *** [tier_platform] Error 2
gmake[3]: Leaving directory
`/export/home/softs/xulrunner_source/xulrunner-build'
gmake[2]: *** [default] Error 2
gmake[2]: Leaving directory
`/export/home/softs/xulrunner_source/xulrunner-build'
gmake[1]: *** [realbuild] Error 2
gmake[1]: Leaving directory `/export/home/softs/xulrunner_source'


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

* [Bug c++/52536] internal compiler error: Illegal instruction
  2012-03-09  2:18 [Bug c++/52536] New: internal compiler error: Illegal instruction olinchy1983 at gmail dot com
@ 2012-03-09  2:20 ` olinchy1983 at gmail dot com
  2012-03-09 10:02 ` redi at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: olinchy1983 at gmail dot com @ 2012-03-09  2:20 UTC (permalink / raw)
  To: gcc-bugs

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

olinchy <olinchy1983 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |olinchy1983 at gmail dot
                   |                            |com

--- Comment #1 from olinchy <olinchy1983 at gmail dot com> 2012-03-09 02:20:29 UTC ---
code:
dombindings.cpp

line 1203: #include "dombindings_gen.cpp"

dombindings_gen.cpp
553 lines in total


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

* [Bug c++/52536] internal compiler error: Illegal instruction
  2012-03-09  2:18 [Bug c++/52536] New: internal compiler error: Illegal instruction olinchy1983 at gmail dot com
  2012-03-09  2:20 ` [Bug c++/52536] " olinchy1983 at gmail dot com
@ 2012-03-09 10:02 ` redi at gcc dot gnu.org
  2012-03-12 14:09 ` rguenth at gcc dot gnu.org
  2012-10-04 12:19 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-03-09 10:02 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2012-03-09
     Ever Confirmed|0                           |1

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-09 10:02:14 UTC ---
(In reply to comment #0)
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.

But 4.2 is no longer supported anyway


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

* [Bug c++/52536] internal compiler error: Illegal instruction
  2012-03-09  2:18 [Bug c++/52536] New: internal compiler error: Illegal instruction olinchy1983 at gmail dot com
  2012-03-09  2:20 ` [Bug c++/52536] " olinchy1983 at gmail dot com
  2012-03-09 10:02 ` redi at gcc dot gnu.org
@ 2012-03-12 14:09 ` rguenth at gcc dot gnu.org
  2012-10-04 12:19 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu.org @ 2012-03-12 14:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-12 14:08:42 UTC ---
Please try with at least GC 4.4.6.


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

* [Bug c++/52536] internal compiler error: Illegal instruction
  2012-03-09  2:18 [Bug c++/52536] New: internal compiler error: Illegal instruction olinchy1983 at gmail dot com
                   ` (2 preceding siblings ...)
  2012-03-12 14:09 ` rguenth at gcc dot gnu.org
@ 2012-10-04 12:19 ` paolo.carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2012-10-04 12:19 UTC (permalink / raw)
  To: gcc-bugs


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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
                 CC|olinchy1983 at gmail dot    |
                   |com                         |
         Resolution|                            |INVALID

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-10-04 12:18:55 UTC ---
Feedback not forthcoming.


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

end of thread, other threads:[~2012-10-04 12:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-09  2:18 [Bug c++/52536] New: internal compiler error: Illegal instruction olinchy1983 at gmail dot com
2012-03-09  2:20 ` [Bug c++/52536] " olinchy1983 at gmail dot com
2012-03-09 10:02 ` redi at gcc dot gnu.org
2012-03-12 14:09 ` rguenth at gcc dot gnu.org
2012-10-04 12:19 ` paolo.carlini at oracle dot com

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).