Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #76 (closed defect: fixed)

Opened 16 years ago

Last modified 9 years ago

array index 0 is out of bounds [0..0] on PPC

Reported by: ChristianK Assigned to: lindquist
Priority: major Milestone: Delay
Component: backend Version:
Keywords: PPC Cc:

Description

llvmdc -c -w  aApply.d -ofaApply.bc
util/utf.d(427): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(428): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(433): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(434): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(435): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(440): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(441): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(442): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(443): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(493): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(494): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(556): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(561): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(562): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(567): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(568): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(569): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(574): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(575): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(576): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(577): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(656): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(661): Error: array index 0 is out of bounds buf[0 .. 0]
util/utf.d(662): Error: array index 0 is out of bounds buf[0 .. 0]

Change History

09/03/08 20:24:35 changed by ChristianK

  • summary changed from array index 0 is out of bounds [0..0] on PPC 32 to array index 0 is out of bounds [0..0] on PPC 64.

09/08/08 18:49:18 changed by Kashia

  • summary changed from array index 0 is out of bounds [0..0] on PPC 64 to array index 0 is out of bounds [0..0] on PPC.

Confirmed on PPC32.

11/12/08 07:59:32 changed by wilsonk

This also happens on Sparc, by the way (Sparc32 since llvm doesn't support Sparc64).

Thanks, K.Wilson

03/03/09 14:56:18 changed by lindquist

  • owner set to lindquist.
  • component set to backend.
  • milestone set to Delay.

11/14/14 23:37:00 changed by kai

  • status changed from new to closed.
  • resolution set to fixed.
Copyright © 2008, LDC Development Team.