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 middle-end/25636] cc1 and cc1plus --help core



------- Comment #11 from drab at kepler dot fjfi dot cvut dot cz  2006-01-16 02:02 -------
OK, now, this is totally weird, because now I checked the 'stage1-cc/cc1'
within the output object compilation tree and it works OK. However the higher
stages 'prev-gcc/cc1' and 'gcc/cc1' fail! I also notice that while the latter
two are about 16 MB in size, the former one is 18 MB. This would indicate, that
there is less (if any) optimizations applied during the first stage compilation
(which is understandable) than in the second and third stage. And this would
indicate, that there is some other bug somewhere in those options, that are
disabled during the first stage and enabled during the second and third. (Note
that this happens even when I compiled the compiler with itself, so this is not
a thing of compiling the first stage with a different compiler or version.)


-- 


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


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