Re: Building libgccjit with -fno-semantic-interposition? ( was Re: 1.76% performance loss in VRP due to inlining)

2024-05-02 Thread Andrea Corallo via Gcc
> FWIW I've no idea if any libgccjit users are using semantic > interposition; I suspect the answer is "no one is using it". > > Antoyo, Andrea [also CCed]: are either of you using semantic > interposition of symbols within libgccjit? Hi David, AFAIU in Emacs we ar

No warning about duplicate values in enum

2023-03-10 Thread Andrea Monaco via Gcc
, which is an obvious source of problems. Andrea Monaco

Buggy error message when dereferencing once a double pointer to struct

2022-05-23 Thread Andrea Monaco via Gcc
you mean to use ‘->’? i = p->val; ^~ -> which seems a buggy error message to me: I wrote "p", not "*p"; also the compiler suggests replacing "->" with itself. Andrea Monaco

Re: No type checking in ctype builtins

2022-04-27 Thread Andrea Monaco via Gcc
pens before compilation. Maybe we could mention that in the manual, for example in "6.59 Other Built-in Functions Provided by GCC" (https://gcc.gnu.org/onlinedocs/gcc/Other-Builtins.html). Andrea Monaco

No type checking in ctype builtins

2022-04-27 Thread Andrea Monaco via Gcc
But they are also provided as builtins by gcc, so I wonder why type checking is not performed in that case, either. Thanks, Andrea Monaco

"cannot convert to a pointer type" error repeated tens of times

2022-02-12 Thread Andrea Monaco via Gcc
lared this way in curl.h CURL_EXTERN CURLcode curl_easy_setopt(CURL *curl, CURLoption option, ...); but I couldn't replicate the bug by copying that line only. Thanks, Andrea Monaco

Re: Update to GCC copyright assignment policy

2021-06-01 Thread Andrea Corallo via Gcc
ty sounds bizzarre to me to say the least. [...] > I respectfully ask the GCC Steering Committee to suspend the > implementation of these changes until the rationale and the practical > consequences of changing the GCC contribution model and its license have > been carefully thought, discussed and preferably consensuated among the > GCC contributors and maintainers. Quote. Best Regards. Andrea

Protest against removal of RMS from GCC Steering Committee

2021-04-01 Thread Andrea G. Monaco
given the presence of powerful and evil corporations like Google and IBM. I suspect that many people agree with me, but perhaps they are scared into silence by this intimidating and hostile mob. Andrea Monaco

Re: RMS removed from the GCC Steering Committee

2021-04-01 Thread Andrea Corallo via Gcc
inst that often proves to be a desperate task, this is really just the perfect storm. Those who loses is just us, a divided and weaker movement. Regards Andrea

Re: Remove RMS from the GCC Steering Committee

2021-03-27 Thread Andrea Corallo via Gcc
ware and IMHO we should be here just to progress on that. Regards Andrea

libgccjit maintenance status

2020-03-05 Thread Andrea Corallo
nt in emacs.git that relies on libgccjit therefore its maintenance status is a fundamental information to have. Alternatively what can I do to help speed up the review of these patches? Thanks and Regards Andrea [1] https://gcc.gnu.org/ml/jit/2020-q1/msg2.html https://gcc.gnu.org

SHA-512 of gcc-9.2.0.tar.gz

2019-08-20 Thread Andrea Carretti Mambrini
ed as: a916970e1d02c218d913744b171be5123475e2a31179812297c6812e93a6535eaf6aea0a52e0d5b0b6eb47410921d08306f96869777cc9400bd091611d2d8d15 *gcc-9.2.0.tar.gz.sig*, *gcc-9.2.0.tar.xz* and *gcc-9.2.0.tar.xz.sig* sums are ok. Contents of *gcc-9.2.0.tar.gz* and *gcc-9.2.0.tar.xz* are identical. Regards, Andrea

Connect with me on LinkedIn to be on my safe supplier list we need your products

2018-05-28 Thread Andrea Jung
gcc@gcc.gnu.org Here are some people you may know and would like to connect with you. Reach out and build new connections. Andrea Jung Chairperson and CEO of Avon Group of companies. View Profile

Update on CIL branch

2008-06-13 Thread Andrea Carlo ORNSTEIN
branch (http://gcc.gnu.org/viewcvs/branches/st/README?view=markup) Andrea C. Ornstein

GIMPLE: obtaining informations about variables

2008-02-14 Thread Andrea Callia D'Iddio
for the english :-) Andrea

How to remove the option -Qy to as

2007-08-30 Thread Andrea Marongiu
unrecognized option `-Qy' make[1]: *** [g++spec.o] Error 1 make[1]: Leaving directory `/home/marongiu/Desktop/GCC-4.2.1/ARM/BUILD/GCC/gcc' make: *** [all-gcc] Error 2 It seems to be using the correct as (arm-elf-as) which anyhow doesn't suppo

GIMPLE temporary variables

2007-05-08 Thread Andrea Callia D'Iddio
a = D.1295 + 19; how can I recognize temporary variables, such as D.1295? Thanks for support! bye!! Andrea Callia D'Iddio

TREE_CODE: arrays and variables

2007-04-17 Thread Andrea Callia D'Iddio
#x27;s size and array's name? Thanks to all Andrea

Re: how to obtain SSA form

2007-03-27 Thread Andrea Callia D'Iddio
I looked for "into" and "ssa" in passes.c, but I've not found anything. Also I tried with options -fdump-tree-ssa and -O1 but, when my pass is executed, code is only in GIMPLE form (in this last case a file with code in SSA form is written, but I don't need a file, I'd like that basic blocks conta

how to obtain SSA form

2007-03-26 Thread Andrea Callia D'Iddio
the SSA form to apply my code? Is there an option from command line, or any flag to be setted? Thanks to all Andrea

Re: Manipulating the tree Structure

2007-03-14 Thread Andrea Callia D'Iddio
ive me the name of the file containing all these definition?? Thanks to all, Andrea

Re: Manipulating the tree Structure

2007-03-12 Thread Andrea Callia D'Iddio
tree statement t: IF t is an assignment, then output variable name ELSE IF t is an IF statement then output the IF condition ELSE ... how can I do this task? Can you give me some reference? Thanks to all, Andrea On 3/12/07, Tehila Meyzels <[EMAIL PROTECTED]> wrote: The key is whether th

Manipulating the tree Structure

2007-03-12 Thread Andrea Callia D'Iddio
ow if statement is an assignement or another instruction type. And if the statement is an assignement i'd like to know wich is the name of the variable. I have serchead too much but i have not found any information. Thanks to all, Andrea Callia D'Iddio

writing a new pass: association with an option string

2006-12-04 Thread Andrea Callia D'Iddio
Dear all, I wrote a new pass for gcc. Actually the pass is always executed, but I'd like to execute it only if I specify an option from shell (ex. gcc --mypass pippo.c). How can I do? Thanks to all Andrea

Compiling gcc source: unknown command gcctabopt

2006-11-27 Thread Andrea Callia D'Iddio
.texi:229: Misplaced {. ../.././fastjar/fastjar.texi:229: Misplaced }. makeinfo: Removing output file `fastjar.info' due to errors; use --force to preserve. make[3]: *** [fastjar.info] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-fastjar] Error 2 make: *** [all] Error 2 what can I do? Thank you all Andrea

Help procob

2005-03-24 Thread Galli Andrea
Hi, only one question please, gcc can compile cobol source? (procobol) thanks very much! bye

Re: short int and conversions

2005-03-17 Thread Andrea
on ( wrote: > On Thu, 17 Mar 2005, Andrea wrote: > > > I'm trying to port gcc 4.1 for an architecture that has the following > > memory layout BITS_PER_UNIT=32 and UNITS_PER_WORD=1. > > Support for systems with bytes wider than 8 bits is somewhat bitrotten at > pr

short int and conversions

2005-03-17 Thread Andrea
small precision mode in something bigger but I cannot understand why. This is the first time I try to port gcc, so I don't know if my assumptions are reasonable or not. could someone help me? thanks andrea.