This is the mail archive of the gcc@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: debugging gcc/cc1


On Wed, 26 May 2004, Mike Stump wrote:
> gcc -v t.c -c
> gcc -E t.c >t.i
>
> and the mostly likely command under gdb:
>
> 	run -quiet t.i
>
> Some platforms might have flags you might have to add, -fPIC and the
> testcase might be dependent upon optimization (-O2), but 90% of
> testcases run this simply.
>

I don't quite know what I was doing wrong at
first, but all the info has simplified things for me :)

Thanks,
Johnny


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