This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: EGCS aborts on Alpha (includes test code)


On Sun, Jun 07, 1998 at 09:11:20PM +0100, Dave Gilbert wrote:
>   This is effectivly a repost of a bug I reported earlier, but this
> case I've managed to chop it down to a couple of dozen lines of code.

The following patch cures this problem.


r~


Index: config/alpha/alpha.c
===================================================================
RCS file: /egcs/carton/cvsfiles/egcs/gcc/config/alpha/alpha.c,v
retrieving revision 1.43
diff -c -p -d -r1.43 alpha.c
*** alpha.c	1998/05/17 19:32:45	1.43
--- alpha.c	1998/06/08 07:01:44
*************** summarize_insn (x, sum, set)
*** 4074,4079 ****
--- 4074,4082 ----
  	      summarize_insn (XVECEXP (x, i, j), sum, 0);
  	    break;
  
+ 	  case 'i':
+ 	    break;
+ 
  	  default:
  	    abort ();
  	  }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]