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: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.


On 14 February 2012 19:40, Satya Prakash Prasad wrote:
>
> Our codebase compiles fine with this GCC version but not with GCC
> 4.5.0. It throws a lot of error which we need to fix is again an Org
> level initiative.
>
> However my intention was to implement this -
> https://lwn.net/Articles/457543/ ?- I wanted to write an a new GCC
> pass

That's about writing a new pass *as*a*plugin* - do you need to write a
new pass or write a plugin?

> which requires a minimum GCC 4.5.0 [as per the document]. Now

*Plusings* require GCC 4.5, new passes don't.

(But that's still not a reason to use GCC 4.5.0 instead of GCC 4.5.3!)

> currently either our Org has to upgrade the code to compile with GCC
> 4.5.0 [which definitely is not possible now] or please let me know any
> alternative way to implement it in GCC pass in 4.1.2 ?version?

Are you asking if it's possible to write a plugin for 4.1.2 (that's
impossible) or possible to write a new pass?


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