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 target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150


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

Wojciech Migda <wojtek.golf at interia dot pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wojtek.golf at interia dot pl

--- Comment #1 from Wojciech Migda <wojtek.golf at interia dot pl> ---
This is the smallest source code to reproduce this problem:

void foo(foid)
{
  *(volatile int *)-1L = 0;
}


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