This is the mail archive of the gcc-help@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]

Re: upgrading gcc-4.4.0 to gcc-4.7.0:configure: error: cannot compute suffix of object files: cannot compile


"damodar.sonone" <dsonone@gmail.com> writes:

> conftest.c: In function 'main':
> conftest.c:16:1: internal compiler error: in reg_save_code, at
> caller-save.c:158
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <http://gcc.gnu.org/bugs.html> for instructions.

This one is the problem.

It means that your newly built compiler has a bug--it gets an internal
compiler error.  Unfortunately I don't have a simple solution here.  I
don't know why such an error would occur for you, when it clearly
doesn't happen for other people.

Ian


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