public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf
@ 2004-05-15 21:27 rakeshku at noida dot hcltech dot com
  2004-05-15 23:41 ` [Bug rtl-optimization/15455] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rakeshku at noida dot hcltech dot com @ 2004-05-15 21:27 UTC (permalink / raw)
  To: gcc-bugs

GCC aborts while building libgcc for SH. The error is pasted below.

/home/mnt/rakeshku/new-ra/objs/gcc/xgcc -B/home/mnt/rakeshku/new-ra/objs/gcc/ 
-B/home/mnt/rakeshku/new-ra/install/sh-elf/bin/ 
-B/home/mnt/rakeshku/new-ra/install/sh-elf/lib/ -isystem 
/home/mnt/rakeshku/new-ra/install/sh-elf/include -isystem 
/home/mnt/rakeshku/new-ra/install/sh-elf/sys-include -O2  -DIN_GCC 
-DCROSS_COMPILE   -W -Wall -Wwrite-strings -Wstrict-prototypes 
-Wmissing-prototypes -isystem ./include   -g  -DIN_LIBGCC2 
-D__GCC_FLOAT_NOT_NEEDED  -I. -I -I/home/mnt/rakeshku/new-ra/gcc/gcc 
-I/home/mnt/rakeshku/new-ra/gcc/gcc/ -I/home/mnt/rakeshku/new-ra/gcc/gcc/..
/include  -DFINE_GRAINED_LIBRARIES -DL_mul_df -c dp-bit.c -o libgcc/./_mul_df.o
dp-bit.c: In function `__muldf3':

dp-bit.c:930: internal compiler error: in pre_reload_collect, at pre-reload.c:
4442
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [libgcc/./_mul_df.o] Error 1

Regards,
Rakesh Kumar

-- 
           Summary: GCC (new-ra) build fails for sh-unknown-elf
           Product: gcc
           Version: new-ra
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rakeshku at noida dot hcltech dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh-unknown-elf


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


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

* [Bug rtl-optimization/15455] GCC (new-ra) build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
@ 2004-05-15 23:41 ` pinskia at gcc dot gnu dot org
  2004-07-11 13:04 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-15 23:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
          Component|c                           |rtl-optimization
           Keywords|                            |ice-on-valid-code


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


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

* [Bug rtl-optimization/15455] GCC (new-ra) build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
  2004-05-15 23:41 ` [Bug rtl-optimization/15455] " pinskia at gcc dot gnu dot org
@ 2004-07-11 13:04 ` cvs-commit at gcc dot gnu dot org
  2004-07-11 13:05 ` tobi at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-11 13:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-11 13:04 -------
Subject: Bug 15455

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tobi@gcc.gnu.org	2004-07-11 13:04:34

Modified files:
	gcc/fortran    : ChangeLog module.c 

Log message:
	PR fortran/15455
	* module.c (gfc_dump_module, gfc_use_module): Print locus
	when opening of module file fails.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&r1=1.117&r2=1.118
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/module.c.diff?cvsroot=gcc&r1=1.11&r2=1.12



-- 


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


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

* [Bug rtl-optimization/15455] GCC (new-ra) build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
  2004-05-15 23:41 ` [Bug rtl-optimization/15455] " pinskia at gcc dot gnu dot org
  2004-07-11 13:04 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-11 13:05 ` tobi at gcc dot gnu dot org
  2004-08-03 19:11 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tobi at gcc dot gnu dot org @ 2004-07-11 13:05 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tobi at gcc dot gnu dot org  2004-07-11 13:05 -------
Sorry! I put the wrong PR number in the ChangeLog.

-- 


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


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

* [Bug rtl-optimization/15455] GCC (new-ra) build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
                   ` (2 preceding siblings ...)
  2004-07-11 13:05 ` tobi at gcc dot gnu dot org
@ 2004-08-03 19:11 ` pinskia at gcc dot gnu dot org
  2004-08-24  5:12 ` naveens at noida dot hcltech dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-03 19:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |13246
              nThis|                            |


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


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

* [Bug rtl-optimization/15455] GCC (new-ra) build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
                   ` (3 preceding siblings ...)
  2004-08-03 19:11 ` pinskia at gcc dot gnu dot org
@ 2004-08-24  5:12 ` naveens at noida dot hcltech dot com
  2005-01-03 12:02 ` [Bug rtl-optimization/15455] [new-ra] GCC " steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: naveens at noida dot hcltech dot com @ 2004-08-24  5:12 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |naveens at noida dot hcltech
                   |                            |dot com


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


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

* [Bug rtl-optimization/15455] [new-ra] GCC build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
                   ` (4 preceding siblings ...)
  2004-08-24  5:12 ` naveens at noida dot hcltech dot com
@ 2005-01-03 12:02 ` steven at gcc dot gnu dot org
  2005-01-03 12:03 ` steven at gcc dot gnu dot org
  2005-01-17 15:29 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-01-03 12:02 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-03 12:02 -------
new-ra development appears to be stalled, so marking as NEW...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-01-03 12:02:50
               date|                            |
            Summary|GCC (new-ra) build fails for|[new-ra] GCC build fails for
                   |sh-unknown-elf              |sh-unknown-elf


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


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

* [Bug rtl-optimization/15455] [new-ra] GCC build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
                   ` (5 preceding siblings ...)
  2005-01-03 12:02 ` [Bug rtl-optimization/15455] [new-ra] GCC " steven at gcc dot gnu dot org
@ 2005-01-03 12:03 ` steven at gcc dot gnu dot org
  2005-01-17 15:29 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: steven at gcc dot gnu dot org @ 2005-01-03 12:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2005-01-03 12:03 -------
...so I can SUSPEND it.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |SUSPENDED


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


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

* [Bug rtl-optimization/15455] [new-ra] GCC build fails for sh-unknown-elf
  2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
                   ` (6 preceding siblings ...)
  2005-01-03 12:03 ` steven at gcc dot gnu dot org
@ 2005-01-17 15:29 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-01-17 15:29 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-17 15:23 -------
Closing as wiill not fix as new-ra was removed from the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2005-01-17 15:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-15 21:27 [Bug c/15455] New: GCC (new-ra) build fails for sh-unknown-elf rakeshku at noida dot hcltech dot com
2004-05-15 23:41 ` [Bug rtl-optimization/15455] " pinskia at gcc dot gnu dot org
2004-07-11 13:04 ` cvs-commit at gcc dot gnu dot org
2004-07-11 13:05 ` tobi at gcc dot gnu dot org
2004-08-03 19:11 ` pinskia at gcc dot gnu dot org
2004-08-24  5:12 ` naveens at noida dot hcltech dot com
2005-01-03 12:02 ` [Bug rtl-optimization/15455] [new-ra] GCC " steven at gcc dot gnu dot org
2005-01-03 12:03 ` steven at gcc dot gnu dot org
2005-01-17 15:29 ` pinskia 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).