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

Ticket #76 (new defect)

Opened 3 months ago

Last modified 3 weeks ago

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

Reported by: ChristianK Assigned to:
Priority: major Milestone:
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 16: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 14: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 02:59:32 changed by wilsonk

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

Thanks, K.Wilson

Copyright © 2008, LDC Development Team.