Snapshot gcc-7-20160417 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/7-20160417/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 7 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision
On 15 April 2016 at 14:34, Prasad Ghangal wrote:
> Hi!
>
> Regarding PR64955, I was observing function format_type_warning() (in
> c-family/c-format.c), how can I get format specifier for arg_type?
>
> Say, if tree arg_type stores 'char', then how can I get its format i.e. 'c' ?
That information
On 04/17/2016 02:19 PM, Angelo Dureghello wrote:
Dear all,
i submitted some months ago 2 issues on cross-building gcc for the
m68k/coldfilre family.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68082
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467
These issues are connected, and probably th
Dear all,
i submitted some months ago 2 issues on cross-building gcc for the
m68k/coldfilre family.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68082
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68467
These issues are connected, and probably the first one is invalid,
due to the fact that as de
On April 16, 2016 7:50:21 PM CDT, Oleg Endo wrote:
>Hi,
>
>On Sat, 2016-04-16 at 18:58 -0500, Joel Sherrill wrote:
>
>> I am hoping the solution to this is obvious to someone
>> more familiar with the C++ libraries. Recently the
>> sh4 BSP for RTEMS began to have undefined symbols
>> like this w
hi
i am a java developer, i want to install gnu java compiler on LINUX
7.2 for testing purpose. i already have gcc version 4.8.5 20150623
(Red Hat 4.8.5-4) (GCC) in my machine. now i want to add gcj in it.
how can i install it?
--
regards
jahanzeb
A glance over gthr.h reminds me __gthread_time_t. There seem few requirements
documented in gthr.h.
I discussed this with Adrien Nader on mingw-w64's mailing list a few days ago.
Specifically, here are the two questions:
0) Should __gthread_time_t be a struct or a plain integral type?
The 'struct