Re: LTO FAILs: invalid section name on non-ELF platform?

2009-12-28 Thread Dave Korn
Dave Korn wrote: >> FAIL: gcc.c-torture/compile/2009-1.c (test for excess errors) >> Excess errors: >> /win/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp/cccnrdgl.s:13: Error: junk at end of >> line, first unrecognized character is `*' > > Looking at the generated assembly using --save-temps: > >>

How to stream trees in lto-cgraph.c?

2009-12-28 Thread Martin Jambor
Hi, in order to implement all sorts of IPA-devirtualization in WHOPR, I need to store type of OBJ_TYPE_REF_OBJECT when streaming a call graph edge. I assume that lto_output_tree and lto_input_tree are what I need to use. Unfortunately, I have not been really able to use neither. The problem wit

Re: Problem while configuring gcc3.2

2009-12-28 Thread Pardis Beikzadeh
On Mon, Dec 28, 2009 at 7:00 AM, Kai Ruottu wrote: > Jie Zhang wrote: >> >> On 12/28/2009 12:59 PM, Pardis Beikzadeh wrote: >>> >>> Hi, >>> >>> Also 'make bootstrap' doesn't work without running configure, so I'm >>> not sure what the "recommended way" mentioned in the email below >>> means. >>> >

Re: tree check: expected SSA_NAME, have var_decl

2009-12-28 Thread Justin Seyster
You can assign the "a" TREE_NODE to a temporary variable and call make_ssa_name on the temp, allowing you to use it as an argument to a GIMPLE_CALL. Here is the function I use for that purpose: /* Create a GIMPLE statement assigning a reference to a temporary variable, add that statement at th

Re: libgomp forces -Werror even when top level configure --disable-werror

2009-12-28 Thread Alexander Monakov
In the broader scope, there are two separate problems here. One is that libgomp does not honor --disable-werror indeed. However, --disable-werror, if it worked for libgomp, would be too big a hammer to work around the second (real) problem, and not quite useful for development builds anyway.

your parcel withheld

2009-12-28 Thread Sir William R Gillian , Jnr

roportajlar

2009-12-28 Thread ikincigundem
Sükrü Yildiz: Türkiye laik degildir Türkiye Cumhuriyetini laik bir devlet olarak görmüyorum. Ya da laiklik anlayisini kabul edilir bulmuyorum http://www.ikincigundem.com/article_view.php?aid=2119 Ufuk Uras: Seksen bir ilde meclis kurduk Aleviler ilk defa CHP nin dolgu malzemesi, sadece seçmen ki

Re: libgomp forces -Werror even when top level configure --disable-werror

2009-12-28 Thread Laurent GUERBY
Hi, FYI this problem is still here on powerpc64-linux, I opened http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42519 There's also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32193 Laurent On Thu, 2009-02-19 at 15:06 +0100, Laurent GUERBY wrote: > Hi, > > Trunk bootstrap on powerpc64-linux (deb

Re: Problem while configuring gcc3.2

2009-12-28 Thread Kai Ruottu
Jie Zhang wrote: On 12/28/2009 12:59 PM, Pardis Beikzadeh wrote: Hi, Also 'make bootstrap' doesn't work without running configure, so I'm not sure what the "recommended way" mentioned in the email below means. The bootstrap in Jim's reply means, I think, building a minimal (only C front-end)