public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-05  7:23 joel
  0 siblings, 0 replies; 7+ messages in thread
From: joel @ 2002-12-05  7:23 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hp, nickc

Synopsis: [fr30-elf] does not build

State-Changed-From-To: open->feedback
State-Changed-By: joel
State-Changed-When: Thu Dec  5 07:23:15 2002
State-Changed-Why:
    still applies to 3.2.1

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6172


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-11 16:36 Joel Sherrill
  0 siblings, 0 replies; 7+ messages in thread
From: Joel Sherrill @ 2002-12-11 16:36 UTC (permalink / raw)
  To: nickc; +Cc: gcc-prs

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Joel Sherrill <joel.sherrill@OARcorp.com>
To: Hans-Peter Nilsson <hp@bitrange.com>
Cc: Nick Clifton <nickc@redhat.com>, joel@gcc.gnu.org,
 	gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: Wed, 11 Dec 2002 18:31:46 -0600

 Hans-Peter Nilsson wrote:
 > 
 > On Wed, 11 Dec 2002, Joel Sherrill wrote:
 > > I think this got it further.  Now it dies here:
 > > ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c:712: Internal
 > > compiler error in extract_insn, at recog.c:2148
 > >
 > > Do you want me to close this PR and open another or continue?
 > 
 > It is already closed, because there's no build problem on the
 > main trunk, evidently due to Nick's patch.  (No execute *tests*
 > seem so succeed unfortunately. :-( )  As I wrote in the closing
 > comment, please open another PR for 3.2.x.
 
 Done.  Now that you mention test suite.. has anyone successfully
 run test_installed on a cross toolset?  I would like some hints. :)
 
 Thanks.
 
 > brgds, H-P
 
 -- 
 Joel Sherrill, Ph.D.             Director of Research & Development
 joel@OARcorp.com                 On-Line Applications Research
 Ask me about RTEMS: a free RTOS  Huntsville AL 35805
 Support Available                (256) 722-9985


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-11 16:26 Hans-Peter Nilsson
  0 siblings, 0 replies; 7+ messages in thread
From: Hans-Peter Nilsson @ 2002-12-11 16:26 UTC (permalink / raw)
  To: nickc; +Cc: gcc-prs

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Hans-Peter Nilsson <hp@bitrange.com>
To: Joel Sherrill <joel.sherrill@OARcorp.com>
Cc: Nick Clifton <nickc@redhat.com>,  <joel@gcc.gnu.org>, 
     <gcc-bugs@gcc.gnu.org>,  <gcc-prs@gcc.gnu.org>,  <gcc-gnats@gcc.gnu.org>
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: Wed, 11 Dec 2002 19:17:22 -0500 (EST)

 On Wed, 11 Dec 2002, Joel Sherrill wrote:
 > I think this got it further.  Now it dies here:
 > ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c:712: Internal
 > compiler error in extract_insn, at recog.c:2148
 >
 > Do you want me to close this PR and open another or continue?
 
 It is already closed, because there's no build problem on the
 main trunk, evidently due to Nick's patch.  (No execute *tests*
 seem so succeed unfortunately. :-( )  As I wrote in the closing
 comment, please open another PR for 3.2.x.
 
 brgds, H-P
 


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-11 16:16 Joel Sherrill
  0 siblings, 0 replies; 7+ messages in thread
From: Joel Sherrill @ 2002-12-11 16:16 UTC (permalink / raw)
  To: nickc; +Cc: gcc-prs

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Joel Sherrill <joel.sherrill@OARcorp.com>
To: Nick Clifton <nickc@redhat.com>
Cc: joel@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
 	hp@bitrange.com, gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: Wed, 11 Dec 2002 18:09:41 -0600

 I think this got it further.  Now it dies here:
 
 ./targ-include -I../../../../../gcc-3.2.1/newlib/libc/../libc/include
 -fno-builtin      -g -Os -c
 ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c
 ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c: In function
 `_strtod_r':
 ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c:712: unrecognizable
 insn:
 (insn 3500 3499 1270 (set:SI (subreg:SI (reg/v:DI 62) 4)
         (sign_extend:SI (subreg:QI (subreg:SI (reg/v:DI 62) 4) 0))) -1
 (nil)
     (nil))
 ../../../../../gcc-3.2.1/newlib/libc/stdlib/strtod.c:712: Internal
 compiler error in extract_insn, at recog.c:2148
 
 Do you want me to close this PR and open another or continue?
 
 Nick Clifton wrote:
 > 
 > Hi Joel,
 > 
 > > Synopsis: [fr30-elf] does not build
 > >
 > > State-Changed-From-To: open->feedback
 > > State-Changed-By: joel
 > > State-Changed-When: Thu Dec  5 07:23:15 2002
 > > State-Changed-Why:
 > >     still applies to 3.2.1
 > 
 > The patch below fixes this problem.
 > 
 > Cheers
 >         Nick
 > 
 > 2002-12-05  Nick Clifton  <nickc@redhat.com>
 > 
 >         * config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Check for frame
 >         pointer and arg pointer by examining the register number.
 > 
 > Index: gcc/config/fr30/fr30.h
 > ===================================================================
 > RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.h,v
 > retrieving revision 1.28
 > diff -c -3 -p -w -r1.28 fr30.h
 > *** gcc/config/fr30/fr30.h      20 Feb 2002 18:31:17 -0000      1.28
 > --- gcc/config/fr30/fr30.h      5 Dec 2002 18:15:50 -0000
 > *************** do                                                                              \
 > *** 1085,1092 ****
 >         goto LABEL;                                                     \
 >         if (GET_CODE (X) == PLUS                                                \
 >           && ((MODE) == SImode || (MODE) == SFmode)                     \
 > !         && (XEXP (X, 0) == frame_pointer_rtx                          \
 > !             || XEXP(X,0) == arg_pointer_rtx)                          \
 >           && GET_CODE (XEXP (X, 1)) == CONST_INT                        \
 >           && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4)) \
 >           goto LABEL;                                                   \
 > --- 1085,1093 ----
 >         goto LABEL;                                                     \
 >         if (GET_CODE (X) == PLUS                                                \
 >           && ((MODE) == SImode || (MODE) == SFmode)                     \
 > !         && GET_CODE (XEXP (X, 0)) == REG                              \
 > !           && (REGNO (XEXP (X, 0)) == FRAME_POINTER_REGNUM             \
 > !            || REGNO (XEXP (X, 0)) == ARG_POINTER_REGNUM)              \
 >           && GET_CODE (XEXP (X, 1)) == CONST_INT                        \
 >           && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4)) \
 >           goto LABEL;                                                   \
 
 -- 
 Joel Sherrill, Ph.D.             Director of Research & Development
 joel@OARcorp.com                 On-Line Applications Research
 Ask me about RTEMS: a free RTOS  Huntsville AL 35805
 Support Available                (256) 722-9985


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-09  9:56 Hans-Peter Nilsson
  0 siblings, 0 replies; 7+ messages in thread
From: Hans-Peter Nilsson @ 2002-12-09  9:56 UTC (permalink / raw)
  To: nickc; +Cc: gcc-prs

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Hans-Peter Nilsson <hp@bitrange.com>
To: gcc-bugs@gcc.gnu.org,  <gcc-prs@gcc.gnu.org>,  <nickc@gcc.gnu.org>, 
     <gcc-gnats@gcc.gnu.org>
Cc:  
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: Mon, 9 Dec 2002 05:34:39 -0500 (EST)

 It is relevant to add that most test-cases fail:
                 === gcc Summary ===
 
 # of expected passes            16034
 # of unexpected failures        4825
 # of expected failures          62
 # of unresolved testcases       49
 # of unsupported tests          163
 x/fr30-sim/gcc/xgcc version 3.3 20021207 (experimental)
                 === g++ Summary ===
 
 # of expected passes            6725
 # of unexpected failures        1043
 # of expected failures          93
 # of unresolved testcases       23
 # of untested testcases         29
 # of unsupported tests          20
 x/fr30-sim/gcc/testsuite/../g++ version 3.3 20021207 (experimental)
                 === objc Summary ===
 
 # of expected passes            653
 # of unexpected failures        500
 x/fr30-sim/gcc/xgcc version 3.3 20021207 (experimental)
 


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-08 21:12 hp
  0 siblings, 0 replies; 7+ messages in thread
From: hp @ 2002-12-08 21:12 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, hp, nickc

Synopsis: [fr30-elf] does not build

State-Changed-From-To: feedback->closed
State-Changed-By: hp
State-Changed-When: Sun Dec  8 21:12:20 2002
State-Changed-Why:
    Now builds on main trunk as of LAST_UPDATED: Sat Dec  7 23:09:21 GMT 2002
    (Open a separate case for 3.2.x branch if the problem persists there.)

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6172


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

* Re: bootstrap/6172: [fr30-elf] does not build
@ 2002-12-05 10:36 Nick Clifton
  0 siblings, 0 replies; 7+ messages in thread
From: Nick Clifton @ 2002-12-05 10:36 UTC (permalink / raw)
  To: nickc; +Cc: gcc-prs

The following reply was made to PR bootstrap/6172; it has been noted by GNATS.

From: Nick Clifton <nickc@redhat.com>
To: joel@gcc.gnu.org
Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, hp@bitrange.com,
   gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6172: [fr30-elf] does not build
Date: 05 Dec 2002 19:34:30 +0000

 Hi Joel,
 
 > Synopsis: [fr30-elf] does not build
 > 
 > State-Changed-From-To: open->feedback
 > State-Changed-By: joel
 > State-Changed-When: Thu Dec  5 07:23:15 2002
 > State-Changed-Why:
 >     still applies to 3.2.1
 
 
 The patch below fixes this problem.
 
 Cheers
         Nick
 
 2002-12-05  Nick Clifton  <nickc@redhat.com>
 
 	* config/fr30/fr30.h (GO_IF_LEGITIMATE_ADDRESS): Check for frame
 	pointer and arg pointer by examining the register number.
 
 Index: gcc/config/fr30/fr30.h
 ===================================================================
 RCS file: /cvs/gcc/gcc/gcc/config/fr30/fr30.h,v
 retrieving revision 1.28
 diff -c -3 -p -w -r1.28 fr30.h
 *** gcc/config/fr30/fr30.h	20 Feb 2002 18:31:17 -0000	1.28
 --- gcc/config/fr30/fr30.h	5 Dec 2002 18:15:50 -0000
 *************** do										\
 *** 1085,1092 ****
   	goto LABEL;							\
         if (GET_CODE (X) == PLUS						\
   	  && ((MODE) == SImode || (MODE) == SFmode)			\
 ! 	  && (XEXP (X, 0) == frame_pointer_rtx				\
 ! 	      || XEXP(X,0) == arg_pointer_rtx)				\
   	  && GET_CODE (XEXP (X, 1)) == CONST_INT			\
   	  && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4))	\
           goto LABEL;							\
 --- 1085,1093 ----
   	goto LABEL;							\
         if (GET_CODE (X) == PLUS						\
   	  && ((MODE) == SImode || (MODE) == SFmode)			\
 ! 	  && GET_CODE (XEXP (X, 0)) == REG 				\
 !           && (REGNO (XEXP (X, 0)) == FRAME_POINTER_REGNUM 		\
 !            || REGNO (XEXP (X, 0)) == ARG_POINTER_REGNUM) 		\
   	  && GET_CODE (XEXP (X, 1)) == CONST_INT			\
   	  && IN_RANGE (INTVAL (XEXP (X, 1)), -(1 << 9), (1 <<  9) - 4))	\
           goto LABEL;							\
 
 


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

end of thread, other threads:[~2002-12-12  0:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-05  7:23 bootstrap/6172: [fr30-elf] does not build joel
2002-12-05 10:36 Nick Clifton
2002-12-08 21:12 hp
2002-12-09  9:56 Hans-Peter Nilsson
2002-12-11 16:16 Joel Sherrill
2002-12-11 16:26 Hans-Peter Nilsson
2002-12-11 16:36 Joel Sherrill

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