------- 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:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-03-04 15:49:04
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26557

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to