gcc-7-20160417 is now available

2016-04-17 Thread gccadmin
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

Re: Getting format of arg_type

2016-04-17 Thread Manuel López-Ibáñez
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

Re: m68k / coldfire target

2016-04-17 Thread Jeff Law
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

m68k / coldfire target

2016-04-17 Thread Angelo Dureghello
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

Re: Undefined C++ Atomic Symbol on sh-rtems

2016-04-17 Thread Joel Sherrill
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

guide me

2016-04-17 Thread J a h a n z e b F a h i m
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

Re: Re: Adding a new thread model to GCC

2016-04-17 Thread lh_mouse
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