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 tree-optimization/35468] LHS of assignment can be folded to a constant causing ICE



------- Comment #7 from pinskia at gcc dot gnu dot org  2008-08-11 01:02 -------
This happens with the short testcase which does not need -fno-tree-dce and it
only needs -O0:
int main() {
        *"c" = 'x';
}


-- 


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


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