public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/29472]  New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
@ 2006-10-14 21:06 tbm at cyrius dot com
  2006-10-14 21:07 ` [Bug target/29472] " tbm at cyrius dot com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2006-10-14 21:06 UTC (permalink / raw)
  To: gcc-bugs

I get the following ICE on m68k with -O2 -fPIC.  It fails with gcc 4.0, 4.1 and
4.2, and works with 3.3/3.4.

(sid)115:tbm@usurper: ~] /home/tbm/tmp/gcc/4.1-m68k/gcc/g++
-B/home/tbm/tmp/gcc/4.1-m68k/gcc -O2 -fPIC blender-IK_QSegment.cpp
blender-IK_QSegment.cpp: In member function 'bool
IK_QSwingSegment::UpdateAngle(const IK_QJacobian&, MT_Vector3&, bool*)':
blender-IK_QSegment.cpp:85: internal compiler error: in reload, at
reload1.c:1079
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /home/tbm/tmp/gcc/4.1-m68k/gcc/g++
-B/home/tbm/tmp/gcc/4.1-m68k/gcc -O2 -fPIC
(sid)116:tbm@usurper: ~] /home/tbm/tmp/gcc/4.2-m68k-117734/gcc/g++
-B/home/tbm/tmp/gcc/4.2-m68k-117734/gcc/g++ -O2 -fPIC blender-IK_QSegment.cpp
blender-IK_QSegment.cpp: In member function 'bool
IK_QSwingSegment::UpdateAngle(const IK_QJacobian&, MT_Vector3&, bool*)':
blender-IK_QSegment.cpp:85: internal compiler error: in reload, at
reload1.c:1081
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
zsh: exit 1     /home/tbm/tmp/gcc/4.2-m68k-117734/gcc/g++  -O2 -fPIC
blender-IK_QSegment.cpp
(sid)117:tbm@usurper: ~]


-- 
           Summary: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on
                    m68k with -O2 -fPIC
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tbm at cyrius dot com
GCC target triplet: m68k-linux-gnu


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


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

* [Bug target/29472] [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
@ 2006-10-14 21:07 ` tbm at cyrius dot com
  2006-10-24  8:16 ` [Bug target/29472] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2006-10-14 21:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from tbm at cyrius dot com  2006-10-14 21:06 -------
Created an attachment (id=12430)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12430&action=view)
testcase


-- 


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
  2006-10-14 21:07 ` [Bug target/29472] " tbm at cyrius dot com
@ 2006-10-24  8:16 ` pinskia at gcc dot gnu dot org
  2006-11-01 18:31 ` mmitchel at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-24  8:16 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.0.4


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
  2006-10-14 21:07 ` [Bug target/29472] " tbm at cyrius dot com
  2006-10-24  8:16 ` [Bug target/29472] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
@ 2006-11-01 18:31 ` mmitchel at gcc dot gnu dot org
  2007-02-03 20:38 ` gdr at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2006-11-01 18:31 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P5


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (2 preceding siblings ...)
  2006-11-01 18:31 ` mmitchel at gcc dot gnu dot org
@ 2007-02-03 20:38 ` gdr at gcc dot gnu dot org
  2007-02-03 21:02 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: gdr at gcc dot gnu dot org @ 2007-02-03 20:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from gdr at gcc dot gnu dot org  2007-02-03 20:38 -------
won't fix in GCC-4.0.x.  Adjusting milestone.


-- 

gdr at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.0.4                       |4.1.3


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (3 preceding siblings ...)
  2007-02-03 20:38 ` gdr at gcc dot gnu dot org
@ 2007-02-03 21:02 ` pinskia at gcc dot gnu dot org
  2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-03 21:02 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.3                       |4.1.2


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (4 preceding siblings ...)
  2007-02-03 21:02 ` pinskia at gcc dot gnu dot org
@ 2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
  2007-12-18 20:33 ` steven at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2007-02-14  9:40 UTC (permalink / raw)
  To: gcc-bugs



-- 

mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.2                       |4.1.3


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (5 preceding siblings ...)
  2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
@ 2007-12-18 20:33 ` steven at gcc dot gnu dot org
  2007-12-19  2:04 ` tbm at cyrius dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: steven at gcc dot gnu dot org @ 2007-12-18 20:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from steven at gcc dot gnu dot org  2007-12-18 20:33 -------
Martin, is this a bug you can still reproduce with the current SVN trunk?  If
so, could you provide a backtrace from gdb?


-- 


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


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

* [Bug target/29472] [4.0/4.1/4.2/4.3 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (6 preceding siblings ...)
  2007-12-18 20:33 ` steven at gcc dot gnu dot org
@ 2007-12-19  2:04 ` tbm at cyrius dot com
  2007-12-19  2:33 ` [Bug target/29472] [4.0/4.1/4.2 " tbm at cyrius dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2007-12-19  2:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from tbm at cyrius dot com  2007-12-19 02:04 -------
Breakpoint 1, fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
    function=0x803be1 "reload") at gcc/diagnostic.c:640
640     {
(gdb) where
#0  fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
    function=0x803be1 "reload") at gcc/diagnostic.c:640
#1  0x0000000000668070 in reload (first=0x2ae9c3a13ac0, global=1)
    at gcc/reload1.c:1086
#2  0x00000000007253a7 in rest_of_handle_global_alloc ()
    at gcc/global.c:626
#3  0x00000000006a0408 in execute_one_pass (pass=0x98c1a0)
    at gcc/passes.c:881
#4  0x00000000006a056c in execute_pass_list (pass=0x98c1a0)
    at gcc/passes.c:932
#5  0x00000000006a057e in execute_pass_list (pass=0x98aa00)
    at gcc/passes.c:933
#6  0x00000000004d0a1e in tree_rest_of_compilation (fndecl=0x2ae9c39d9e00)
    at gcc/tree-optimize.c:462
#7  0x0000000000473949 in expand_body (fn=0x2ae9c39d9e00)
    at gcc/cp/semantics.c:3095
#8  0x00000000006cb374 in cgraph_expand_function (node=0x2ae9c39ea240)
    at gcc/cgraphunit.c:1243
#9  0x00000000006cbcb5 in cgraph_optimize () at gcc/cgraphunit.c:1308
#10 0x00000000004414af in cp_finish_file () at gcc/cp/decl2.c:3355
#11 0x00000000004b64ba in c_common_parse_file (set_yydebug=<value optimized
out>)
    at gcc/c-opts.c:1182
#12 0x0000000000682628 in toplev_main (argc=<value optimized out>, argv=<value
optimized out>)
    at gcc/toplev.c:1032
#13 0x00002ae9c351b4ca in __libc_start_main () from /lib/libc.so.6
#14 0x000000000040273a in _start () at ../sysdeps/x86_64/elf/start.S:113
(gdb)


-- 


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


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

* [Bug target/29472] [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (7 preceding siblings ...)
  2007-12-19  2:04 ` tbm at cyrius dot com
@ 2007-12-19  2:33 ` tbm at cyrius dot com
  2007-12-19  2:34 ` tbm at cyrius dot com
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2007-12-19  2:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from tbm at cyrius dot com  2007-12-19 02:33 -------
works with 4.3.0 20071219.


-- 

tbm at cyrius dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.0/4.1/4.2/4.3 Regression]|[4.0/4.1/4.2 Regression] in
                   |in reload, at reload1.c:1081|reload, at reload1.c:1081 on
                   |on m68k with -O2 -fPIC      |m68k with -O2 -fPIC


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


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

* [Bug target/29472] [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (8 preceding siblings ...)
  2007-12-19  2:33 ` [Bug target/29472] [4.0/4.1/4.2 " tbm at cyrius dot com
@ 2007-12-19  2:34 ` tbm at cyrius dot com
  2008-07-04 21:40 ` [Bug target/29472] [4.2 " jsm28 at gcc dot gnu dot org
  2009-03-30 19:40 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: tbm at cyrius dot com @ 2007-12-19  2:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from tbm at cyrius dot com  2007-12-19 02:34 -------
(In reply to comment #4)
> Breakpoint 1, fancy_abort (file=0x803da8 "gcc/reload1.c", line=1086,
>     function=0x803be1 "reload") at gcc/diagnostic.c:640

This was with 4.2 (from SVN).


-- 


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


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

* [Bug target/29472] [4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (9 preceding siblings ...)
  2007-12-19  2:34 ` tbm at cyrius dot com
@ 2008-07-04 21:40 ` jsm28 at gcc dot gnu dot org
  2009-03-30 19:40 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 21:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from jsm28 at gcc dot gnu dot org  2008-07-04 21:39 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2 Regression] in     |[4.2 Regression] in reload,
                   |reload, at reload1.c:1081 on|at reload1.c:1081 on m68k
                   |m68k with -O2 -fPIC         |with -O2 -fPIC
   Target Milestone|4.1.3                       |4.2.5


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


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

* [Bug target/29472] [4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC
  2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
                   ` (10 preceding siblings ...)
  2008-07-04 21:40 ` [Bug target/29472] [4.2 " jsm28 at gcc dot gnu dot org
@ 2009-03-30 19:40 ` jsm28 at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-30 19:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from jsm28 at gcc dot gnu dot org  2009-03-30 19:39 -------
Closing 4.2 branch, fixed in 4.3.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Known to fail|4.0.3 4.0.4 4.1.1 4.2.0     |4.0.3 4.0.4 4.1.1 4.2.0
                   |                            |4.2.5
      Known to work|3.3.6 3.4.6                 |3.3.6 3.4.6 4.3.0
         Resolution|                            |FIXED
   Target Milestone|4.2.5                       |4.3.0


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


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

end of thread, other threads:[~2009-03-30 19:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-14 21:06 [Bug target/29472] New: [4.0/4.1/4.2 Regression] in reload, at reload1.c:1081 on m68k with -O2 -fPIC tbm at cyrius dot com
2006-10-14 21:07 ` [Bug target/29472] " tbm at cyrius dot com
2006-10-24  8:16 ` [Bug target/29472] [4.0/4.1/4.2/4.3 " pinskia at gcc dot gnu dot org
2006-11-01 18:31 ` mmitchel at gcc dot gnu dot org
2007-02-03 20:38 ` gdr at gcc dot gnu dot org
2007-02-03 21:02 ` pinskia at gcc dot gnu dot org
2007-02-14  9:40 ` mmitchel at gcc dot gnu dot org
2007-12-18 20:33 ` steven at gcc dot gnu dot org
2007-12-19  2:04 ` tbm at cyrius dot com
2007-12-19  2:33 ` [Bug target/29472] [4.0/4.1/4.2 " tbm at cyrius dot com
2007-12-19  2:34 ` tbm at cyrius dot com
2008-07-04 21:40 ` [Bug target/29472] [4.2 " jsm28 at gcc dot gnu dot org
2009-03-30 19:40 ` jsm28 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).