--- Comment #3 from sayle at gcc dot gnu dot org 2006-03-13 23:47 ---
Subject: Bug 26557
Author: sayle
Date: Mon Mar 13 23:47:47 2006
New Revision: 112032
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112032
Log:
PR middle-end/26557
* stmt.c (emit_case_nodes):
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-04 15:53 ---
This is definitely a middle-end issue:
#0 fancy_abort (file=0xce9f78
"/home/pinskia/src/checkin/trunk/gcc/simplify-rtx.c", line=4402,
function=0xed4670 "simplify_subreg") at
/home/pinskia/src/checkin/trunk/gcc/
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Known to fail||4.0.3 4.0.2 4.1.0 4.2.0
Known to work|
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-04 15:49 ---
Confirmed, a C testcase:
extern const int struct_test[];
const int struct_test[] = {1};
void g();
void f() {
switch(struct_test[0]) {
case 1: g();
}
}
--
pinskia at gcc dot gnu dot org changed:
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
CC||pinskia at gcc dot gnu dot
|
5 matches
Mail list logo