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]
Other format: [Raw text]

[Bug optimization/12920] [tree-ssa] compiler fails to build gdb


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-05 00:08 -------
Here is a case where it fails on powerpc (from an email from Fariborz Jahanian):
float (*x)[];
void a_tether( ) {
 (*x)[20] = 3.0;
}

-- 


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


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