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 c++/51722] Options "-g3" or "-ggdb3" or "-g3 -gdwarf-2" and other "-g..level3" - internal compiler error


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

--- Comment #10 from Yuriy Lalym <ylalym at gmail dot com> 2012-01-03 06:17:03 UTC ---
Created attachment 26226
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26226
only main with empty pch

--------------------
main.cpp
--------------------
int main()
{
  return 0;
}

--------------------
pch.h
--------------------
// Empty


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