Re: About GSOC.

2019-03-30 Thread Tejas Joshi
Hello. I have developed a fairly working patch for roundeven, attaching herewith. The testcase function as follows : double f() { double x = 4.5; double ret = __builtin_roundeven (x); return ret; } We can inspect the file foo.c.028t.ccp1, where we can see f() returns value 4.0e+0. I am also

Re: programming language that does not inhibit further optimization by gcc

2019-03-30 Thread David Brown
On 30/03/2019 08:13, Albert Abramson wrote: Now I'm on a totally unrelated project, writing code in C, but still using the GCC compiler under the hood. The previous developers used raw pointers quite a bit. However, as I expand the code, I'd like to use some of the features in C++, but Atmel St

syncing the GCC vax port

2019-03-30 Thread coypu
hi folks, i was interesting in tackling some problems gcc netbsd/vax has. it has some ICEs which are in reload phase. searching around, the answer to that is "switch to LRA first". Now, I don't quite know what that is yet, but I know I need to try to do it. As an initial step, I need to sync the

Status of all 3 aktiv bracnhes on x86_64-w64-mingw32.

2019-03-30 Thread Rainer Emrich
Test results here: 7.4.1 revision 270001 https://gcc.gnu.org/ml/gcc-testresults/2019-03/msg03790.html 8.3.1 revision 270001 https://gcc.gnu.org/ml/gcc-testresults/2019-03/msg03824.html 9.0.1 revision 270001 https://gcc.gnu.org/ml/gcc-testresults/2019-03/msg03904.html Complete logs can be found

Re: programming language that does not inhibit further optimization by gcc

2019-03-30 Thread Albert Abramson
Now I'm on a totally unrelated project, writing code in C, but still using the GCC compiler under the hood. The previous developers used raw pointers quite a bit. However, as I expand the code, I'd like to use some of the features in C++, but Atmel Studio doesn't REALLY support C++. Code::Blocks