[Bug bootstrap/36331] [4.4 Regression]: Gcc failed to bootstrap

hjl dot tools at gmail dot com gcc-bugzilla@gcc.gnu.org
Mon May 26 06:58:00 GMT 2008



------- Comment #2 from hjl dot tools at gmail dot com  2008-05-26 06:58 -------
Revision 135882 is the cause. A simple testcase:

[hjl@gnu-26 gcc]$ cat x.cc
int
main ()
{
#ifndef __GNUG__
#error "This is bad."
#endif
  return 0;
}
[hjl@gnu-26 gcc]$ gcc -c x.cc
[hjl@gnu-26 gcc]$ ./xgcc -B./ -c x.cc
x.cc:5:2: error: #error "This is bad."
[hjl@gnu-26 gcc]$


-- 


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



More information about the Gcc-bugs mailing list