public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [buildrobot] First results of running contrib/config-list.mk
@ 2013-11-26  3:20 Jan-Benedict Glaw
  2013-11-26  3:24 ` [buildrobot] alpha64-dec-vms / alpha-dec-vms Jan-Benedict Glaw
                   ` (26 more replies)
  0 siblings, 27 replies; 55+ messages in thread
From: Jan-Benedict Glaw @ 2013-11-26  3:20 UTC (permalink / raw)
  To: gcc

[-- Attachment #1: Type: text/plain, Size: 979 bytes --]

Hi!

The two build robot instances that schedule jobs using
contrib/config-list.mk are done with two rounds. I haven't looked at
the details (and thus there are no patches), but I'd like to point out
the results.

Depending on the host, gcc/g++ is:

	gcc20: g++ (GCC) 4.9.0 20131122 (experimental)
	gcc76: g++ (GCC) 4.9.0 20131121 (experimental)

Binutils were not freshly build, so they're older.

I tried to find the respective maintainers and Cc'ed them, but that
wasn't obvious in some cases.  But I hope we'll see some fixes soon.
At least a good number of the -Werror build breakages look quite
simple to fix.

MfG, JBG

-- 
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of: "Debugging is twice as hard as writing the code in the first place.
the second  :  Therefore, if you write the code as cleverly as possible, you are,
               by definition, not smart enough to debug it." - Brian W. Kernighan

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 55+ messages in thread
* Re: [buildrobot] avr-rtems
@ 2013-11-26 12:33 Joel Sherrill
  2013-11-26 14:48 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 55+ messages in thread
From: Joel Sherrill @ 2013-11-26 12:33 UTC (permalink / raw)
  To: Jan-Benedict Glaw
  Cc: gcc, Denis Chertykov, Anatoly Sokolov, Eric Weddington, Ralf Corsepius

Is avr-elf not in the set your are building? This looks like a generic target build issue and not something architecture specific.

-Joel

Jan-Benedict Glaw <jbglaw@lug-owl.de> wrote:


Hi!

Build log is available at
http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=38764 .

g++ -c  -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC  -DCROSS_DIRECTORY_STRUCTURE  -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -fno-common  -DHAVE_CONFIG_H -I. -Ic-family -I../../../gcc/gcc -I../../../gcc/gcc/c-family -I../../../gcc/gcc/../include -I../../../gcc/gcc/../libcpp/include -I/opt/cfarm/mpc/include  -I../../../gcc/gcc/../libdecnumber -I../../../gcc/gcc/../libdecnumber/dpd -I../libdecnumber -I../../../gcc/gcc/../libbacktrace    -o c-family/c-common.o -MT c-family/c-common.o -MMD -MP -MF c-family/.deps/c-common.TPo ../../../gcc/gcc/c-family/c-common.c
In file included from ../../../gcc/gcc/c-family/c-common.c:29:0:
../../../gcc/gcc/c-family/c-common.c: In function ‘void c_common_nodes_and_builtins()’:
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro ‘get_identifier’
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro ‘get_identifier’
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro ‘get_identifier’
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5537:22: note: in expansion of macro ‘get_identifier’
   char16_type_node = get_identifier (CHAR16_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro ‘get_identifier’
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro ‘get_identifier’
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
../../../gcc/gcc/stringpool.h:39:53: error: null argument where non-null required (argument 1) [-Werror=nonnull]
     ? get_identifier_with_length ((str), strlen (str))  \
                                                     ^
../../../gcc/gcc/c-family/c-common.c:5553:22: note: in expansion of macro ‘get_identifier’
   char32_type_node = get_identifier (CHAR32_TYPE);
                      ^
cc1plus: all warnings being treated as errors

MfG, JBG

--
      Jan-Benedict Glaw      jbglaw@lug-owl.de              +49-172-7608481
Signature of:                http://catb.org/~esr/faqs/smart-questions.html
the second  :

^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2013-12-02 16:34 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-26  3:20 [buildrobot] First results of running contrib/config-list.mk Jan-Benedict Glaw
2013-11-26  3:24 ` [buildrobot] alpha64-dec-vms / alpha-dec-vms Jan-Benedict Glaw
2013-11-26  8:30   ` Tristan Gingold
2013-11-26  3:25 ` [buildrobot] vax-linux-gnu / vax-netbsdelf Jan-Benedict Glaw
2013-11-26  3:25 ` [buildrobot] score-elf --enable-obsolete Jan-Benedict Glaw
2013-11-26  3:25 ` [buildrobot] x86_64-w64-mingw32 Jan-Benedict Glaw
2013-11-27 15:41   ` Fixed! (was: [buildrobot] x86_64-w64-mingw32) Jan-Benedict Glaw
2013-11-26  3:25 ` [buildrobot] vax-openbsd Jan-Benedict Glaw
2013-11-26  3:25 ` [buildrobot] rx-elf Jan-Benedict Glaw
2013-11-26  3:26 ` [buildrobot] rl78-elf Jan-Benedict Glaw
2013-11-26  3:26 ` [buildrobot] x86_64-knetbsd-gnu Jan-Benedict Glaw
2013-11-26  3:26 ` [buildrobot] moxie-elf / moxie-rtems / moxie-uclinux Jan-Benedict Glaw
2013-11-26  3:26 ` [buildrobot] pdp11-aout Jan-Benedict Glaw
2013-11-26 15:56   ` Paul Koning
2013-11-26 16:05     ` Joern Rennecke
2013-11-26 16:08       ` Joern Rennecke
2013-11-26 16:47       ` Paul Koning
2013-11-26 16:26     ` Jeff Law
2013-11-26  3:27 ` [buildrobot] i686-openbsd3.0 Jan-Benedict Glaw
2013-11-26  3:27 ` [buildrobot] microblaze-elf / microblaze-linux Jan-Benedict Glaw
2013-11-26 15:51   ` Michael Eager
2013-11-26 16:08     ` Jan-Benedict Glaw
2013-11-26 16:13       ` Michael Eager
2013-11-26 16:17         ` Jan-Benedict Glaw
2013-11-26 17:16           ` Michael Eager
2013-11-26  3:27 ` [buildrobot] lm32-elf / lm32-rtems / lm32-uclinux Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] i686-mingw32crt Jan-Benedict Glaw
2013-11-27 15:25   ` Fixed! (was: [buildrobot] i686-mingw32crt) Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] cris-linux / crisv32-linux Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] ia64-hpux Jan-Benedict Glaw
2013-11-27  2:50   ` Jan-Benedict Glaw
2013-11-27  3:41     ` Jeff Law
2013-11-27  8:15       ` Alexander Ivchenko
2013-11-27 10:15         ` Fixed! (was: [buildrobot] ia64-hpux) Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] i686-interix3 --enable-obsolete Jan-Benedict Glaw
2013-11-27 16:39   ` Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] ia64-hp-vms Jan-Benedict Glaw
2013-11-26  3:28 ` [buildrobot] mep-elf Jan-Benedict Glaw
2013-11-27  8:22   ` Jan-Benedict Glaw
2013-11-27  9:29     ` Joern Rennecke
2013-11-26  3:29 ` [buildrobot] epiphany-elf Jan-Benedict Glaw
2013-11-26 19:49   ` Fixed! (was: [buildrobot] epiphany-elf) Jan-Benedict Glaw
2013-11-26  3:29 ` [buildrobot] c6x-elf / c6x-uclinux Jan-Benedict Glaw
2013-11-26  3:29 ` [buildrobot] cr16-elf Jan-Benedict Glaw
2013-11-26  3:29 ` [buildrobot] fr30-elf Jan-Benedict Glaw
2013-11-26  3:30 ` [buildrobot] avr-rtems Jan-Benedict Glaw
2013-11-26  8:27   ` Jan-Benedict Glaw
2013-11-26  3:30 ` [buildrobot] bfin-elf / bfin-linux-uclibc / bfin-openbsd / bfin-uclinux Jan-Benedict Glaw
2013-11-26 14:54 ` [buildrobot] First results of running contrib/config-list.mk Ian Lance Taylor
2013-11-26 16:58 ` Joseph S. Myers
2013-12-02 11:08   ` Gerald Pfeifer
2013-12-02 11:15     ` Jan-Benedict Glaw
2013-12-02 16:34       ` Joseph S. Myers
2013-11-26 12:33 [buildrobot] avr-rtems Joel Sherrill
2013-11-26 14:48 ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).