public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32
@ 2003-12-08 14:25 moshiko at sharkfood dot com
  2003-12-08 14:30 ` [Bug c++/13354] " moshiko at sharkfood dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: moshiko at sharkfood dot com @ 2003-12-08 14:25 UTC (permalink / raw)
  To: gcc-bugs

Platform: Sparc Solaris 2.8
GCC version: 3.3.2 (using a package from http://www.sunfreeware.com)

Exact bug message:
um.cpp: In member function `void UM::_ZThn5120_N2UMD1Ev()':
um.cpp:72: internal compiler error: in sparc_emit_set_const32, at
   config/sparc/sparc.c:1377
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Compilation options: just do a 'g++ -c um.ii -o um.o'

-- 
           Summary: internal compiler error: in sparc_emit_set_const32
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: moshiko at sharkfood dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: sparc solaris 2.8


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


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

* [Bug c++/13354] internal compiler error: in sparc_emit_set_const32
  2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
@ 2003-12-08 14:30 ` moshiko at sharkfood dot com
  2003-12-08 16:06 ` [Bug target/13354] " ebotcazou at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: moshiko at sharkfood dot com @ 2003-12-08 14:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From moshiko at sharkfood dot com  2003-12-08 14:30 -------
Created an attachment (id=5300)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5300&action=view)
Preprocessed source C++ file (gzipped, cause it was big..)

This is the preprocessed file that causes the bug.
gunzip it, and then:
g++ -o um.o -c um.ii 

To reproduce the bug

-- 


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


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

* [Bug target/13354] internal compiler error: in sparc_emit_set_const32
  2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
  2003-12-08 14:30 ` [Bug c++/13354] " moshiko at sharkfood dot com
@ 2003-12-08 16:06 ` ebotcazou at gcc dot gnu dot org
  2003-12-10 15:25 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-08 16:06 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-08 16:06 -------
Really, really stupid bug. Fixing.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED
          Component|c++                         |target
  GCC build triplet|                            |sparc-sun-solaris2.8
   GCC host triplet|sparc solaris 2.8           |sparc-sun-solaris2.8
 GCC target triplet|                            |sparc-sun-solaris2.8
   Target Milestone|---                         |3.3.3


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


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

* [Bug target/13354] internal compiler error: in sparc_emit_set_const32
  2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
  2003-12-08 14:30 ` [Bug c++/13354] " moshiko at sharkfood dot com
  2003-12-08 16:06 ` [Bug target/13354] " ebotcazou at gcc dot gnu dot org
@ 2003-12-10 15:25 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 15:30 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 15:32 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10 15:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 15:25 -------
Subject: Bug 13354

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ebotcazou@gcc.gnu.org	2003-12-10 15:25:42

Modified files:
	gcc            : ChangeLog 
	gcc/config/sparc: sparc.c 

Log message:
	PR target/13354
	* config/sparc/sparc.c (sparc_output_mi_thunk): Load DELTA
	manually if one can do that with only one instruction.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1972&r2=2.1973
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&r1=1.270&r2=1.271



-- 


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


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

* [Bug target/13354] internal compiler error: in sparc_emit_set_const32
  2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
                   ` (2 preceding siblings ...)
  2003-12-10 15:25 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10 15:30 ` cvs-commit at gcc dot gnu dot org
  2003-12-10 15:32 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-12-10 15:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-12-10 15:30 -------
Subject: Bug 13354

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	ebotcazou@gcc.gnu.org	2003-12-10 15:30:42

Modified files:
	gcc            : ChangeLog 
	gcc/config/sparc: sparc.c 

Log message:
	PR target/13354
	* config/sparc/sparc.c (sparc_output_mi_thunk): Load DELTA
	manually if one can do that with only one instruction.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.833&r2=1.16114.2.834
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.233.4.7&r2=1.233.4.8



-- 


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


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

* [Bug target/13354] internal compiler error: in sparc_emit_set_const32
  2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
                   ` (3 preceding siblings ...)
  2003-12-10 15:30 ` cvs-commit at gcc dot gnu dot org
@ 2003-12-10 15:32 ` ebotcazou at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-12-10 15:32 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-12-10 15:32 -------
See http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00839.html


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


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


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

end of thread, other threads:[~2003-12-10 15:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-08 14:25 [Bug c++/13354] New: internal compiler error: in sparc_emit_set_const32 moshiko at sharkfood dot com
2003-12-08 14:30 ` [Bug c++/13354] " moshiko at sharkfood dot com
2003-12-08 16:06 ` [Bug target/13354] " ebotcazou at gcc dot gnu dot org
2003-12-10 15:25 ` cvs-commit at gcc dot gnu dot org
2003-12-10 15:30 ` cvs-commit at gcc dot gnu dot org
2003-12-10 15:32 ` ebotcazou 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).