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:
>
>>
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
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.
>>>
>
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
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.
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
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
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)