public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/35455]  New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
@ 2008-03-04  7:44 bunk at stusta dot de
  2008-03-04  7:46 ` [Bug other/35455] " bunk at stusta dot de
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: bunk at stusta dot de @ 2008-03-04  7:44 UTC (permalink / raw)
  To: gcc-bugs

$ h8300-linux-gcc -Wp,-MD,fs/.read_write.o.d  -nostdinc -isystem
/usr/local/DIR/gcc-h8300-4.3.0-RC-20080301/lib/gcc/h8300-elf/4.3.0/include
-D__KERNEL__ -Iinclude -Iinclude2
-I/home/bunk/linux/kernel-2.6/git/linux-2.6/include -include
include/linux/autoconf.h -I/home/bunk/linux/kernel-2.6/git/linux-2.6/fs -Ifs
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-fno-common -Werror-implicit-function-declaration -Os -fno-stack-protector -mh
-mint32 -fno-builtin -g -D__linux__ -DUTS_SYSNAME=\"uClinux\"
-fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign 
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(read_write)" 
-D"KBUILD_MODNAME=KBUILD_STR(read_write)" -c -o fs/read_write.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/fs/read_write.c
/home/bunk/linux/kernel-2.6/git/linux-2.6/fs/read_write.c: In function
'sys_pwrite64':
/home/bunk/linux/kernel-2.6/git/linux-2.6/fs/read_write.c:427: internal
compiler error: in compute_frame_pointer_to_fb_displacement, at
dwarf2out.c:10984
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.


-- 
           Summary: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler
                    error: in compute_frame_pointer_to_fb_displacement, at
                    dwarf2out.c:10984
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bunk at stusta dot de
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: h8300-unknown-elf


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


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

* [Bug other/35455] [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
@ 2008-03-04  7:46 ` bunk at stusta dot de
  2008-03-04  9:36 ` [Bug target/35455] " rguenth at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: bunk at stusta dot de @ 2008-03-04  7:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from bunk at stusta dot de  2008-03-04 07:45 -------
Created an attachment (id=15258)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15258&action=view)
preprocessed source


-- 


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


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

* [Bug target/35455] [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
  2008-03-04  7:46 ` [Bug other/35455] " bunk at stusta dot de
@ 2008-03-04  9:36 ` rguenth at gcc dot gnu dot org
  2008-04-15 10:50 ` jakub at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2008-03-04  9:36 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |target
   Target Milestone|---                         |4.2.4


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


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

* [Bug target/35455] [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
  2008-03-04  7:46 ` [Bug other/35455] " bunk at stusta dot de
  2008-03-04  9:36 ` [Bug target/35455] " rguenth at gcc dot gnu dot org
@ 2008-04-15 10:50 ` jakub at gcc dot gnu dot org
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-04-15 10:50 UTC (permalink / raw)
  To: gcc-bugs



-- 

jakub at gcc dot gnu dot org changed:

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


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


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

* [Bug target/35455] [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (2 preceding siblings ...)
  2008-04-15 10:50 ` jakub at gcc dot gnu dot org
@ 2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
  2008-07-04 23:03 ` [Bug target/35455] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-05-19 20:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jsm28 at gcc dot gnu dot org  2008-05-19 20:25 -------
4.2.4 is being released, changing milestones to 4.2.5.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.2.4                       |4.2.5


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


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

* [Bug target/35455] [4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (3 preceding siblings ...)
  2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
@ 2008-07-04 23:03 ` jsm28 at gcc dot gnu dot org
  2009-03-31 20:47 ` [Bug target/35455] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 23:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from jsm28 at gcc dot gnu dot org  2008-07-04 23:02 -------
Closing 4.1 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.1/4.2/4.3/4.4 Regression]|[4.2/4.3/4.4 Regression]
                   |h8300: internal compiler    |h8300: internal compiler
                   |error: in                   |error: in
                   |compute_frame_pointer_to_fb_|compute_frame_pointer_to_fb_
                   |displacement, at            |displacement, at
                   |dwarf2out.c:10984           |dwarf2out.c:10984


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


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

* [Bug target/35455] [4.3/4.4/4.5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (4 preceding siblings ...)
  2008-07-04 23:03 ` [Bug target/35455] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
@ 2009-03-31 20:47 ` jsm28 at gcc dot gnu dot org
  2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2009-03-31 20:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from jsm28 at gcc dot gnu dot org  2009-03-31 20:47 -------
Closing 4.2 branch.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[4.2/4.3/4.4/4.5 Regression]|[4.3/4.4/4.5 Regression]
                   |h8300: internal compiler    |h8300: internal compiler
                   |error: in                   |error: in
                   |compute_frame_pointer_to_fb_|compute_frame_pointer_to_fb_
                   |displacement, at            |displacement, at
                   |dwarf2out.c:10984           |dwarf2out.c:10984
   Target Milestone|4.2.5                       |4.3.4


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


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

* [Bug target/35455] [4.3/4.4/4.5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (5 preceding siblings ...)
  2009-03-31 20:47 ` [Bug target/35455] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
@ 2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
  2010-02-24 20:22 ` law at redhat dot com
  2010-05-22 18:25 ` [Bug target/35455] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-08-04 12:39 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from rguenth at gcc dot gnu dot org  2009-08-04 12:28 -------
GCC 4.3.4 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.4                       |4.3.5


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


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

* [Bug target/35455] [4.3/4.4/4.5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (6 preceding siblings ...)
  2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
@ 2010-02-24 20:22 ` law at redhat dot com
  2010-05-22 18:25 ` [Bug target/35455] [4.3/4.4/4.5/4.6 " rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: law at redhat dot com @ 2010-02-24 20:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from law at redhat dot com  2010-02-24 20:22 -------
*** Bug 42138 has been marked as a duplicate of this bug. ***


-- 

law at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysato at users dot
                   |                            |sourceforge dot jp


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


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

* [Bug target/35455] [4.3/4.4/4.5/4.6 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984
  2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
                   ` (7 preceding siblings ...)
  2010-02-24 20:22 ` law at redhat dot com
@ 2010-05-22 18:25 ` rguenth at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-22 18:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from rguenth at gcc dot gnu dot org  2010-05-22 18:12 -------
GCC 4.3.5 is being released, adjusting target milestone.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.3.5                       |4.3.6


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


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

end of thread, other threads:[~2010-05-22 18:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-04  7:44 [Bug other/35455] New: [4.1/4.2/4.3/4.4 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984 bunk at stusta dot de
2008-03-04  7:46 ` [Bug other/35455] " bunk at stusta dot de
2008-03-04  9:36 ` [Bug target/35455] " rguenth at gcc dot gnu dot org
2008-04-15 10:50 ` jakub at gcc dot gnu dot org
2008-05-19 20:34 ` jsm28 at gcc dot gnu dot org
2008-07-04 23:03 ` [Bug target/35455] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2009-03-31 20:47 ` [Bug target/35455] [4.3/4.4/4.5 " jsm28 at gcc dot gnu dot org
2009-08-04 12:39 ` rguenth at gcc dot gnu dot org
2010-02-24 20:22 ` law at redhat dot com
2010-05-22 18:25 ` [Bug target/35455] [4.3/4.4/4.5/4.6 " rguenth 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).