Re: [GSoC] generation of Gimple loops with empty bodies

2014-07-16 Thread Richard Biener
On Tue, Jul 15, 2014 at 5:45 PM, Tobias Grosser wrote: > This is not a patch review, lets move this to gcc@gcc.gnu.org. > > > On 15/07/2014 17:03, Roman Gareev wrote: >> >> I've found out that int128_integer_type_node and >> long_long_integer_type_node are NULL at the moment of definition of >> th

Question about sysroot and fixincludes

2014-07-16 Thread Alexander Ivchenko
Hi, I have a question about sysroot and fixincludes. On Android there are different API levels (like android-9, android-10 etc) that match different versions of OS. Gcc from NDK is configured using sysroot for android-9 and the convenient way for compiling for, say, android-19 was by providing the

Fwd: Re: GNU Tools Cauldron 2014 - Local information and useful links

2014-07-16 Thread N.M. Maclaren
Here is some information from a Cambridge resident. Use it as you will. Don't even think of driving anywhere near Cambridge city centre, unless you either know it or are a complete masochist. Taxis are available but expensive and have to be requested. Bus timetables are here: http://www.cambr

GCC 4.9.1 Released

2014-07-16 Thread Jakub Jelinek
The GNU Compiler Collection version 4.9.1 has been released. GCC 4.9.1 is a bug-fix release from the GCC 4.9 branch containing important fixes for regre

GCC 4.9.2 Status Report (2014-07-16)

2014-07-16 Thread Jakub Jelinek
Status == GCC 4.9.1 has been released, the branch is now open again for regression and documentation fixes. Unless some blocker bug is found, GCC 4.9.2 should be released in October or November. Quality Data Priority # Change from Last Report --- ---

gcc-4.9-20140716 is now available

2014-07-16 Thread gccadmin
Snapshot gcc-4.9-20140716 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20140716/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.9 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: Question about sysroot and fixincludes

2014-07-16 Thread Andrew Hsieh
Bionic headers prior to android-L (for L-preview) aren't changed except for bug fixes since last major update in android-9 (gingerbread era), the API level used to build all 32-bit NDK toolchains, so it would be interesting to see how fixincluded differs should we use different API level > 9. Sinc