[PATCH][BUILDROBOT] nios2: Include builtins.h

2014-06-21 Thread Jan-Benedict Glaw
/jbglaw/repos/gcc/gcc/config/nios2/nios2.c:3349: error: too many initializers for ‘gcc_target’ make[1]: *** [nios2.o] Error 1 Committed as obvious. MfG, JBG 2014-06-21 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/nios2/nios2.c: Include builtins.h. diff --git a/gcc/config/nios2

[BUILDROBOT] v850 fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
‘tree_node*’ to ‘const char*’ for argument ‘2’ to ‘void set_decl_section_name(tree_node*, const char*)’ make[1]: *** [v850.o] Error 1 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles sollte so einfach wie möglich gemacht sein

[BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
]: *** [insn-preds.o] Error 1 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Ich hatte in letzter Zeit ein bißchen viel Realitycheck. the second : Langsam möchte ich mal wieder weiterträumen können

[BUILDROBOT] frv fallout (was: Turn DECL_SECTION_NAME into string)

2014-06-24 Thread Jan-Benedict Glaw
/repos/gcc/gcc/config/frv/frv.c: In function ‘bool frv_in_small_data_p(const tree_node*)’: /home/jbglaw/repos/gcc/gcc/config/frv/frv.c:9491: error: request for member ‘base’ in ‘* section_name’, which is of non-class type ‘const char’ make[1]: *** [frv.o] Error 1 MfG, JBG -- Jan-Benedict Glaw

Re: [BUILDROBOT] xtensa fallout (was: Turn DECL_SECTION_NAME into string)

2014-07-04 Thread Jan-Benedict Glaw
for Xtensa. *ping* As Jan wrote it, I *guess* it probably is (haven't checked.) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: http://www.eyrie.org/~eagle/faqs/questions.html the second : signature.asc Description: Digital

[BUILDROBOT] gcov patch (was: r212448 - in /trunk: gcc/ChangeLog gcc/Makefile...)

2014-07-11 Thread Jan-Benedict Glaw
`/home/jbglaw/build/rl78-elf/build-gcc/gcc' make: *** [all-gcc] Error 2 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:Lauf nicht vor Deinem Glück davon: the second : Es könnte hinter Dir

Re: [BUILDROBOT] gcov patch

2014-07-11 Thread Jan-Benedict Glaw
On Fri, 2014-07-11 15:03:06 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: See eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=289639, it breaks like this: [...] g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind

[BUILDROBOT][PATCH] Fix mmix (unused variable)

2014-07-17 Thread Jan-Benedict Glaw
(FILE *stream, const_rtx x, int reversed) int64_t mmix_intval (const_rtx x) { - uint64_t retval; - if (GET_CODE (x) == CONST_INT) return INTVAL (x); -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Zensur im

Re: [BUILDROBOT][PATCH] Fix mmix (unused variable)

2014-07-18 Thread Jan-Benedict Glaw
On Fri, 2014-07-18 03:10:09 -0400, Hans-Peter Nilsson h...@bitrange.com wrote: On Fri, 18 Jul 2014, Jan-Benedict Glaw wrote: As a leftover of r210931, an unused variable resulted in: g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind

Re: [BUILDROBOT][PATCH] Fix mmix (unused variable)

2014-07-19 Thread Jan-Benedict Glaw
On Fri, 2014-07-18 20:36:20 -0400, Hans-Peter Nilsson h...@bitrange.com wrote: On Fri, 18 Jul 2014, Jan-Benedict Glaw wrote: This was a build using GCC's ./contrib/config-list.mk to do the build. It passes --enable-werror-always to top-level `configure', this is where the -Werror comes from

Re: werror fallout for cross-builds (was: Re: [BUILDROBOT][PATCH] Fix mmix (unused variable))

2014-07-23 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Fortschritt bedeutet, einen Schritt so zu machen, the second : daß man den nächsten auch noch machen kann. signature.asc Description: Digital signature

Re: werror fallout for cross-builds (was: Re: [BUILDROBOT][PATCH] Fix mmix (unused variable))

2014-07-25 Thread Jan-Benedict Glaw
On Thu, 2014-07-24 16:30:13 -0400, Hans-Peter Nilsson h...@bitrange.com wrote: On Thu, 24 Jul 2014, Jan-Benedict Glaw wrote: On Tue, 2014-07-22 16:40:31 -0400, Hans-Peter Nilsson h...@bitrange.com wrote: Jan-Benedict, which host gcc version do you use when getting most targets to build

[BUILDROBOT] error: ‘cl_target_option_stream_in’ was not declared in this scope (was: LTO streaming of TARGET_OPTIMIZE_NODE)

2014-11-14 Thread Jan-Benedict Glaw
://toolchain.lug-owl.de/buildbot/show_build_details.php?id=376051 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: What we do for ourselves dies with us. What we do for the second : others and the world remains

Re: [BUILDROBOT] error: �??cl_target_option_stream_in�?? was not declared in this scope (was: LTO streaming of TARGET_OPTIMIZE_NODE)

2014-11-15 Thread Jan-Benedict Glaw
be fixed by the followup commit a minute later. Does it works for you now? Looks good. Thanks! MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: They that give up essential liberty to obtain temporary safety, the second : deserve neither

Re: Rerog streaming of OPTIMIZATION_NODE

2014-11-15 Thread Jan-Benedict Glaw
. (streamer_write_tree_body): Output TS_TARGET_OPTION. ) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second : signature.asc Description: Digital signature

[BUILDROBOT] nios2: build breakage (was: Rerog streaming of OPTIMIZATION_NODE)

2014-11-15 Thread Jan-Benedict Glaw
this needs to be stored into target option structure? If this is really needed, then we can always add a support for streaming arrays, but I would preffer keeping that structure small and simple ;) Port maintainers Cc'ed. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49

[PATCH, committed] Sync config.{guess,sub} with upstream

2014-11-15 Thread Jan-Benedict Glaw
stuff and do it step by step, additionally verifying multiple targets being built without errors in the build robot. 2014-11-16 Jan-Benedict Glaw jbg...@lug-owl.de * config.sub: Update from upstream config repo. * config.guess: Ditto. diff --git a/config.guess b/config.guess

[PATCH, committed] Update Automake files

2014-11-16 Thread Jan-Benedict Glaw
Hi! This patch updates the files taken from Automake. Committed. MfG, JBG 2014-11-16 Jan-Benedict Glaw jbg...@lug-owl.de * compile: Sync with upstream Automake. * depcomp: Ditto. * install-sh: Ditto. * missing: Ditto. * mkinstalldirs: Ditto

[PATCH, committed] Update move-if-change from gnulib

2014-11-16 Thread Jan-Benedict Glaw
Hi! This brings move-if-change in sync with upstream gnulib. MfG, JBG 2014-11-16 Jan-Benedict Glaw jbg...@lug-owl.de * move-if-change: Sync from upstream gnulib. diff --git a/move-if-change b/move-if-change index e7ba25e..88d9574 100755 --- a/move-if-change +++ b/move-if-change

[BUILDROBOT] Build breakage in builtin.c (was: [PATCH, Pointer Bounds Checker, Builtins instrumentation 3/5] Expand instrumented builtin calls)

2014-11-17 Thread Jan-Benedict Glaw
:3763:25: error: ‘BNDmode’ was not declared in this scope rtx bnd = force_reg (BNDmode, ^ make[1]: *** [builtins.o] Error 1 make[1]: Leaving directory `/home/jbglaw/build/mips-linux/build-gcc/gcc' MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

Re: [BUILDROBOT] Build breakage in builtin.c (was: [PATCH, Pointer Bounds Checker, Builtins instrumentation 3/5] Expand instrumented builtin calls)

2014-11-17 Thread Jan-Benedict Glaw
On Mon, 2014-11-17 15:59:41 +0100, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On 2014.11.17 at 15:52 +0100, Jan-Benedict Glaw wrote: On Thu, 2014-11-06 15:24:59 +0300, Ilya Enkovich enkovich@gmail.com wrote: [...] It seems this part of the patch series causes some build

Re: [BUILDROBOT] Build breakage in builtin.c (was: [PATCH, Pointer Bounds Checker, Builtins instrumentation 3/5] Expand instrumented builtin calls)

2014-11-17 Thread Jan-Benedict Glaw
On Mon, 2014-11-17 19:17:34 +0300, Ilya Enkovich enkovich@gmail.com wrote: On 17 Nov 16:12, Jan-Benedict Glaw wrote: On Mon, 2014-11-17 15:59:41 +0100, Markus Trippelsdorf mar...@trippelsdorf.de wrote: On 2014.11.17 at 15:52 +0100, Jan-Benedict Glaw wrote: On Thu, 2014-11-06 15:24

Re: [PATCH, committed] Update Automake files

2014-11-20 Thread Jan-Benedict Glaw
there. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Friends are relatives you make for yourself. the second : signature.asc Description: Digital signature

Re: [PATCH] Work around in-tree gmp configure problems

2014-11-22 Thread Jan-Benedict Glaw
configure bug with missing flex. * Makefile.in: Regenerated. Bernd and I discussed that patch; I'm all for it! Looks like that's the least-ugly thing we'd possibly come up with. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

Merging configure bits with Binutils

2014-11-22 Thread Jan-Benedict Glaw
Hi! This is my current patch series for GCC to merge all the config bits from Binutils. It's not yet testet, but I'd like to post it early to get feedback. That way, I hope to not forget something obvious. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

[PATCH RFC 3/4] Merge the ./config directory between GCC and Binutils

2014-11-22 Thread Jan-Benedict Glaw
This pulls in the missing Binutils pieces into the ./config directory. Contains these missing Binutils changes: 2014-08-14 Alan Modra amo...@gmail.com * plugins.m4: Test for dlfcn.h or windows.h here to set default for --enable-plugins. Report error if someone tries to enable

[PATCH RFC 1/4] Merge ./configure.ac with Binutils

2014-11-22 Thread Jan-Benedict Glaw
-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8fe60c7..240c8ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-11-22 Jan-Benedict Glaw jbg...@lug-owl.de + + * configure.ac: Merge with Binutils. + 2014-11-21 Ilya Verbin

[PATCH RFC 2/4] Merge ./config/ChangeLog with missing entries from Binutils

2014-11-22 Thread Jan-Benedict Glaw
--- config/ChangeLog | 15 +++ 1 file changed, 15 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index ab3a773..2cbc885 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -26,11 +26,22 @@ * isl.m4 (ISL_CHECK_VERSION): Check link of isl library for

[PATCH RFC 4/4] Regenerate ./configure

2014-11-22 Thread Jan-Benedict Glaw
2014-11-22 Jan-Benedict Glaw jbg...@lug-owl.de * configure: Regenerate. --- ChangeLog | 4 configure | 14 -- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 240c8ac..b7392bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5

Re: [PATCH] Work around in-tree gmp configure problems

2014-11-24 Thread Jan-Benedict Glaw
Hi Richard, On Mon, 2014-11-24 12:53:11 +0100, Richard Biener richard.guent...@gmail.com wrote: On Sat, Nov 22, 2014 at 4:34 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Sat, 2014-11-22 14:33:29 +0100, Bernd Edlinger bernd.edlin...@hotmail.de wrote: since r217627 we use an updated

Re: [PATCH/TopLevel] Fix compiling libgo with a combined sources

2014-11-24 Thread Jan-Benedict Glaw
---or not. That is, I would be grateful if you'd commit that patch after mine is accepted (or right away, if my patch set is rejected.) Would save me from some rebase hell. ;-) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles wird

Re: Merging configure bits with Binutils

2014-11-24 Thread Jan-Benedict Glaw
On Mon, 2014-11-24 09:42:57 -0700, Jeff Law l...@redhat.com wrote: On 11/23/14 00:31, Jan-Benedict Glaw wrote: This is my current patch series for GCC to merge all the config bits from Binutils. It's not yet testet, but I'd like to post it early to get feedback. That way, I hope

Re: Merging configure bits with Binutils

2014-11-26 Thread Jan-Benedict Glaw
the RTEMS bits are correct and those were, IMHO, the most important. I think we're early enough in stage3 that this can go forward. So I rebased the patches, regenerated ./configure and will commit the following set of patches soon. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

[PATCH 2/4] Merge ./config/ChangeLog with missing entries from Binutils

2014-11-26 Thread Jan-Benedict Glaw
2014-11-26 Jan-Benedict Glaw jbg...@lug-owl.de * config/ChangeLog: Merge entries from Binutils --- config/ChangeLog | 15 +++ 1 file changed, 15 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index ab3a773..2cbc885 100644 --- a/config/ChangeLog +++ b/config

[PATCH 3/4] Merge the ./config directory between GCC and Binutils

2014-11-26 Thread Jan-Benedict Glaw
plugins on a host we don't support. 2014-08-19 Alan Modra amo...@gmail.com * plugins.m4 (AC_PLUGINS): If plugins are enabled, add -ldl to LIBS via AC_SEARCH_LIBS. For this commit: 2014-11-26 Jan-Benedict Glaw jbg...@lug-owl.de * config/plugins.m4: Merge from

[PATCH 4/4] Regenerate ./configure

2014-11-26 Thread Jan-Benedict Glaw
2014-11-26 Jan-Benedict Glaw jbg...@lug-owl.de * configure: Regenerate. --- ChangeLog | 4 configure | 14 -- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5ce738..4c8adff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3

[PATCH] Put all MAINTAINERS email addresses into ...

2014-09-25 Thread Jan-Benedict Glaw
of space-before-tab and trailing whitespace: 2014-09-23 Jan-Benedict Glaw jbg...@lug-owl.de * MAINTAINERS: Put all email addresses between '' and ''. diff --git a/MAINTAINERS b/MAINTAINERS index da8a6ed..09d2554 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -20,21 +20,21 @@ Maintainers

Fallout on full bootstrap (was: r216010 - in /trunk/gcc: ChangeLog ipa-polymorp...)

2014-10-11 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: really soon now: an unspecified period of time, likly to the second : be greater than any reasonable definition

[BUILDROBOT] Mainline broken

2014-10-20 Thread Jan-Benedict Glaw
:386 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See http://gcc.gnu.org/bugs.html for instructions. make[2]: *** [cilk-abi-cilk-for.lo] Error 1 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

arc: Fix typo, really

2014-05-01 Thread Jan-Benedict Glaw
Hi! There was still an error with parentheses, fixed in r209978 as obvious: 2014-05-01 Jan-Benedict Glaw jbg...@lug-owl.de * config/arc/arc.c (arc_select_cc_mode): Fix typo. Index: config/arc/arc.c === --- config/arc

arc: Fix warning about redefinition of TARGET_LRA_P

2014-05-01 Thread Jan-Benedict Glaw
of the previous definition #define TARGET_LRA_P(target_flags) ((target_flags MASK_LRA) != 0) ^ 2014-05-01 Jan-Benedict Glaw jbg...@lug-owl.de * config/arc/arc.c (TARGET_LRA_P): Undef before redefine. 2014-05-01 Yuri Rumyantsev ysrum...@gmail.com Index: config/arc/arc.c

[buildrobot][patch] picochip: Fix int - enum machine_mode fallout

2014-05-04 Thread Jan-Benedict Glaw
- 1) / UNITS_PER_WORD); ^ make[2]: *** [picochip.o] Error 1 2014-05-04 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/picochip/picochip-protos.h (picochip_regno_nregs): Change int argument to machine_mode. (picochip_class_max_nregs): Dito

[PATCH] config-list.mk: `show' target to show all considered targets

2014-05-05 Thread Jan-Benedict Glaw
Hi! I'd like to install this patch, which would help me to run the build robot (http://toolchain.lug-owl.de/buildbot/): 2014-05-05 Jan-Benedict Glaw jbg...@lug-owl.de contrib/ * config-list.mk (show): New target. diff --git a/contrib/config-list.mk b/contrib/config-list.mk index

[PATCH][buildrobot] AVR: Fix warning for unused argument

2014-05-06 Thread Jan-Benedict Glaw
/gcc/config/avr/avr.c:745:1: warning: unused parameter ‘from’ [-Wunused-parameter] avr_can_eliminate (const int from, const int to) ^ 2014-05-06 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/avr/avr.c (avr_can_eliminate): Mark unused argument. diff --git a/gcc/config/avr/avr.c b

Re: we are starting the wide int merge

2014-05-06 Thread Jan-Benedict Glaw
/show_build_details.php?id=219709) bfin-elf (http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=219778) (and several others.) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles sollte so einfach wie möglich gemacht sein. the second

Re: we are starting the wide int merge

2014-05-06 Thread Jan-Benedict Glaw
On Tue, 2014-05-06 15:54:05 -0700, Mike Stump mikest...@comcast.net wrote: On May 6, 2014, at 2:17 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2014-05-06 12:20:54 -0700, Mike Stump mikest...@comcast.net wrote: On May 6, 2014, at 8:19 AM, Kenneth Zadeck zad...@naturalbridge.com

[ping] [PATCH] config-list.mk: `show' target to show all considered targets

2014-05-08 Thread Jan-Benedict Glaw
On Mon, 2014-05-05 14:05:40 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: I'd like to install this patch, which would help me to run the build robot (http://toolchain.lug-owl.de/buildbot/): 2014-05-05 Jan-Benedict Glaw jbg...@lug-owl.de contrib/ * config-list.mk (show): New

iq2000-elf: wide-int fallout (was: we are starting the wide int merge)

2014-05-08 Thread Jan-Benedict Glaw
) for more details. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: 17:44 @uschebit Evangelist ist doch ein Vertriebler the second : für unverkäufliche Produkte, oder? (#korsett, 20120821) signature.asc Description: Digital

UTItype fallout (was: wide-int fallout)

2014-05-08 Thread Jan-Benedict Glaw
On Fri, 2014-05-09 00:48:39 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Just found this for iq2000: g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format

Re: [PATCH] Properly do the LTO bytecode version check

2014-03-04 Thread Jan-Benedict Glaw
warnings being treated as errors make[2]: *** [lto-section-in.o] Error 1 See eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=156703 -- http://toolchain.lug-owl.de/buildbot/deliver_artifact.php?mode=viewid=1152984 MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

[BUILDROBOT] Build failure on AIX (was: [PATCH] AutoFDO patch for trunk)

2014-10-22 Thread Jan-Benedict Glaw
] http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=364675 -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: The course of history shows that as a government grows, liberty the second : decreases. (Thomas Jefferson) signature.asc Description

Re: Patch RFA: Top-level configure patch: disable go on systems where it doesn't work

2014-10-27 Thread Jan-Benedict Glaw
broken for these targets? Bacause this patch breaks a number of targets mentioned in contrib/config-list.mk. Maybe Go didn't work on these, but it at least built. Is it FUBAR there? Or just little fixes needed? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Re: Patch RFA: Top-level configure patch: disable go on systems where it doesn't work

2014-10-27 Thread Jan-Benedict Glaw
On Mon, 2014-10-27 08:19:34 -0700, Ian Taylor i...@golang.org wrote: On Mon, Oct 27, 2014 at 8:06 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Wed, 2014-10-22 20:36:53 -0700, Ian Taylor i...@golang.org wrote: This patch to the top level GCC configure script disables the go languages

[BUILDROBOT] Unused static function (was: RFA: AVR: add infrastructure for device packages)

2014-10-28 Thread Jan-Benedict Glaw
Is it planned to use that function later on? Or shall we just drop it? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Fortschritt bedeutet, einen Schritt so zu machen, the second : daß man den nächsten auch noch machen

[PATCH][BUILDROBOT] Unused static function (was: RFA: AVR: add infrastructure for device packages)

2014-10-29 Thread Jan-Benedict Glaw
On Wed, 2014-10-29 02:23:31 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Wed, 2014-10-08 18:50:32 +0100, Joern Rennecke joern.renne...@embecosm.com wrote: Attached is the GCC patch for the basic device package infrastructure. OK to apply? There's some fallout on config-list.mk

Re: [PATCH][BUILDROBOT] Unused static function (was: RFA: AVR: add infrastructure for device packages)

2014-10-30 Thread Jan-Benedict Glaw
On Thu, 2014-10-30 10:46:39 +0400, Denis Chertykov cherty...@gmail.com wrote: 2014-10-29 13:42 GMT+03:00 Jan-Benedict Glaw jbg...@lug-owl.de: On Wed, 2014-10-29 02:23:31 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Wed, 2014-10-08 18:50:32 +0100, Joern Rennecke joern.renne

[PATCH] config-list.mk: Build Go only for supported targets (was: Patch RFA: Top-level configure patch: disable go on systems where it doesn't work)

2014-10-30 Thread Jan-Benedict Glaw
On Mon, 2014-10-27 09:33:41 -0700, Ian Taylor i...@golang.org wrote: On Mon, Oct 27, 2014 at 9:02 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Mon, 2014-10-27 08:19:34 -0700, Ian Taylor i...@golang.org wrote: On Mon, Oct 27, 2014 at 8:06 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote

Re: [PATCH] config-list.mk: Build Go only for supported targets (was: Patch RFA: Top-level configure patch: disable go on systems where it doesn't work)

2014-10-30 Thread Jan-Benedict Glaw
On Thu, 2014-10-30 08:08:51 -0700, Ian Taylor i...@golang.org wrote: On Thu, Oct 30, 2014 at 6:19 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: This updates contrib/config-list.mk to build Go for all but known-non-working targets. A comment to configure{.ac,} is also added. diff --git

Re: [PATCH] config-list.mk: Build Go only for supported targets (was: Patch RFA: Top-level configure patch: disable go on systems where it doesn't work)

2014-10-31 Thread Jan-Benedict Glaw
On Thu, 2014-10-30 17:10:38 -0700, Ian Taylor i...@golang.org wrote: On Thu, Oct 30, 2014 at 12:14 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Thu, 2014-10-30 08:08:51 -0700, Ian Taylor i...@golang.org wrote: On Thu, Oct 30, 2014 at 6:19 AM, Jan-Benedict Glaw jbg...@lug-owl.de

[PATCH] [BUILDROBOT] RX: Mark unused argument

2014-11-03 Thread Jan-Benedict Glaw
/config/rx/rx.c ../../../gcc/gcc/config/rx/rx.c:2675:13: error: unused parameter ‘args’ [-Werror=unused-parameter] tree args, ^ cc1plus: all warnings being treated as errors make[2]: *** [rx.o] Error 1 Silence the warning. Ok for mainline? 2014-11-03 Jan-Benedict Glaw jbg

[BUILDROBOT] s390x-linux: Breaking in ifcvt.c (was: [PATCH, ifcvt] Allow CC mode if HAVE_cbranchcc4)

2014-11-03 Thread Jan-Benedict Glaw
there. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:If it doesn't work, force it. the second : If it breaks, it needed replacing anyway. signature.asc Description: Digital signature

Re: [BUILDROBOT] s390x-linux: Breaking in ifcvt.c (was: [PATCH, ifcvt] Allow CC mode if HAVE_cbranchcc4)

2014-11-03 Thread Jan-Benedict Glaw
On Mon, 2014-11-03 11:06:06 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Wed, 2014-10-29 18:27:57 +0800, Zhenqiang Chen zhenqiang.c...@arm.com wrote: Hi, The patch enhances ifcvt to allow_cc_mode if HAVE_cbranchcc4. Bootstrap and no make check regression on X86-64

[PATCH, BUILDROBOT] SH: Fix unused variable warning (was: [SH][committed] PR 53513 - Add __builtin_sh_get_fpscr, __builtin_sh_set_fpscr)

2014-11-04 Thread Jan-Benedict Glaw
’ [-Werror=unused-variable] rtx dst, src; ^ cc1plus: all warnings being treated as errors make[2]: *** [sh.o] Error 1 This should fix it, ok for mainline? 2014-11-04 Jan-Benedict Glaw jbg...@lug-owl.de * config/sh/sh.c (emit_fpu_switch): Drop unused automatic variable. diff

Re: [PATCH, BUILDROBOT] SH: Fix unused variable warning (was: [SH][committed] PR 53513 - Add __builtin_sh_get_fpscr, __builtin_sh_set_fpscr)

2014-11-04 Thread Jan-Benedict Glaw
On Tue, 2014-11-04 13:21:24 +0100, Oleg Endo oleg.e...@t-online.de wrote: On 4 Nov 2014, at 11:50, Jan-Benedict Glaw jbg...@lug-owl.de wrote: 2014-11-04 Jan-Benedict Glaw jbg...@lug-owl.de * config/sh/sh.c (emit_fpu_switch): Drop unused automatic variable. [...] This should fix

[BUILDROBOT][PATCH] Fix warnings in the mep-elf target

2014-08-28 Thread Jan-Benedict Glaw
) ^ cc1plus: all warnings being treated as errors make[2]: *** [mep.o] Error 1 This patch should fix it. Okay to apply? 2014-08-28 Jan-Benedict Glaw jbg...@lug-owl.de * config/mep/mep-pragma.c (mep_pragma_coprocessor_subclass): Rework to silence warning. * config/mep/mep.c

Re: [BUILDROBOT][PATCH] Fix warnings in the mep-elf target

2014-08-28 Thread Jan-Benedict Glaw
On Thu, 2014-08-28 15:47:07 -0700, Andrew Pinski pins...@gmail.com wrote: On Thu, Aug 28, 2014 at 3:00 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Hi! The following patch silences two warnings in the mep-elf target, fixing the config-list.mk build: I thought -Werror was only

Re: [BUILDROBOT][PATCH] Fix warnings in the mep-elf target

2014-08-28 Thread Jan-Benedict Glaw
On Thu, 2014-08-28 15:47:07 -0700, Andrew Pinski pins...@gmail.com wrote: On Thu, Aug 28, 2014 at 3:00 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: The following patch silences two warnings in the mep-elf target, fixing the config-list.mk build: I thought -Werror was only on when

[BUILDROBOT][PATCH] mcore-elf: Fix bad declaration

2014-08-31 Thread Jan-Benedict Glaw
, including a small whitespace fix in the following declaration. It doesn't fix the other long vs. long long warnings though... 2014-09-01 Jan-Benedict Glaw jbg...@lug-owl.de * config/mcore/mcore.c (try_constant_tricks): Fix declaration. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk

[BUILDROBOT] [PATCH] rx-elf: error: logical not is only applied to the left hand side of comparison

2014-09-04 Thread Jan-Benedict Glaw
treated as errors make[2]: *** [caller-save.o] Error 1 This should fix it: 2014-09-04 Jan-Benedict Glaw jbg...@lug-owl.de * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces. diff --git a/gcc/config/rx/rx.h b/gcc/config/rx/rx.h index 8f3d92b..64d96d1 100644 --- a/gcc/config/rx/rx.h +++ b

Re: [debug-early] reuse variable DIEs and fix their context

2014-09-04 Thread Jan-Benedict Glaw
folks would have noticed, too: http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=350741 http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=350742 :) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: 17:45 @Eimann Hrm

Re: [PATCH] RTEMS: Update contrib/config-list.mk

2014-09-17 Thread Jan-Benedict Glaw
. What's the rationale for removing --enable-threads=yes here, as well as the specific version number? Don't get me wrong: I don't question this change, though it's not obvious to me; I'd probably just add powerpc-rtems additionally? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

Re: [PATCH] RTEMS: Update contrib/config-list.mk

2014-09-18 Thread Jan-Benedict Glaw
On Wed, 2014-09-17 10:52:34 -0500, Joel Sherrill joel.sherr...@oarcorp.com wrote: On 9/17/2014 10:41 AM, Sebastian Huber wrote: On 09/17/2014 04:45 PM, Jan-Benedict Glaw wrote: On Wed, 2014-09-17 15:37:32 +0200, Sebastian Hubersebastian.hu...@embedded-brains.de wrote: contrib

Re: [PATCH] RTEMS: Update contrib/config-list.mk

2014-09-19 Thread Jan-Benedict Glaw
On Thu, 2014-09-18 10:27:46 -0500, Joel Sherrill joel.sherr...@oarcorp.com wrote: On 9/18/2014 6:51 AM, Jan-Benedict Glaw wrote: And to tell the whole story, Sebastian approached me with extending the target lists in use by those targets he sent a patch for; I just asked him to go

Re: [PATCH] RTEMS: Update contrib/config-list.mk

2014-09-19 Thread Jan-Benedict Glaw
that would now contain the three new targets.) Though they're still working down their old list; I've just added the targets there as well, they should show up soonish on one of the *-configlist_mk* builders. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Re: [PATCH] RTEMS: Update contrib/config-list.mk

2014-09-20 Thread Jan-Benedict Glaw
On Fri, 2014-09-19 22:26:59 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Thu, 2014-09-18 16:55:35 -0500, Joel Sherrill joel.sherr...@oarcorp.com wrote: I only see one RTEMS target that has been built in the top page. Are more than the powerpc-rtems being built? How can I check

[BUILDROBOT] genrecog fix uncovers problem in bfin.md (was: [Patch] Teach genrecog/genoutput that scratch registers require write constraint modifiers)

2014-09-20 Thread Jan-Benedict Glaw
: *** [all-gcc] Error 2 Would be nice if the bfin maintainer or you would come up with a fix. Thanks, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:http://www.chiark.greenend.org.uk/~sgtatham/bugs.html the second : signature.asc

Re: [BUILDROBOT] genrecog fix uncovers problem in bfin.md (was: [Patch] Teach genrecog/genoutput that scratch registers require write constraint modifiers)

2014-09-22 Thread Jan-Benedict Glaw
On Mon, 2014-09-22 08:58:34 +0100, James Greenhalgh james.greenha...@arm.com wrote: On Sat, Sep 20, 2014 at 08:40:01PM +0100, Jan-Benedict Glaw wrote: My build robot shows a new build error, which I guess is caused/uncovered by your genrecog change on bfin-elf (see eg. build http

[PATCH] Fix recent warning about pending_assemble_externals_processed

2012-12-17 Thread Jan-Benedict Glaw
+ pending_assemble_externals_processed true. + (assemble_external): Call assemble_external_real if the pending + assemble externals have been processed. Okay to commit? 2012-12-17 Jan-Benedict Glaw jbg...@lug-owl.de * gcc/varasm.c (pending_assemble_externals_processed): Guard

Re: [PATCH] Fix recent warning about pending_assemble_externals_processed

2012-12-17 Thread Jan-Benedict Glaw
On Mon, 2012-12-17 12:24:58 -0500, John David Anglin dave.ang...@bell.net wrote: On 12/17/2012 12:08 PM, John David Anglin wrote: On 12/17/2012 11:42 AM, Jan-Benedict Glaw wrote: 2012-12-17 Jan-Benedict Glaw jbg...@lug-owl.de * gcc/varasm.c (pending_assemble_externals_processed

[PATCH] Merge Makefile.{def,in} from Binutils

2013-01-08 Thread Jan-Benedict Glaw
Hi! I merged this patch from Binutils, which defines a dep on gas for various other Binutils components: 2013-01-07 Jan-Benedict Glaw jbg...@lug-owl.de * Makefile.def: Merge from binutils. * Makefile.in: Dito. Index: Makefile.in

[PATCH] Merge config.{guess,sub} from config repo

2013-01-08 Thread Jan-Benedict Glaw
Hi! I merged this patch: 2013-01-08 Jan-Benedict Glaw jbg...@lug-owl.de * config.sub: Merge from config repo. * config.guess: Dito. Index: config.sub === --- config.sub (revision 195037) +++ config.sub

[PATCH] Update config.sub from config repo

2013-01-11 Thread Jan-Benedict Glaw
Hi! I committed this patch: 2013-01-11 Jan-Benedict Glaw jbg...@lug-owl.de * config.sub: Update from config repo. Index: config.sub === --- config.sub (revision 195104) +++ config.sub (working copy) @@ -4,7 +4,7

[PATCH] Fix indention in vax.md

2013-01-15 Thread Jan-Benedict Glaw
Hi! While searching for a VAX-related ICE, I saw that some indention could be fixed a bit. Committed as obvious. 2013-01-15 Jan-Benedict Glaw jbg...@lug-owl.de * config/vax/vax.md (addmode3, submode3, mulmode3, divmode3, andmode3, *andmode_const_int, iormode3, xormode3

Re: RFA: Add makefile for cross-configuration torture test

2011-04-14 Thread Jan-Benedict Glaw
chatty you all like your Makefiles to be, but what about putting `tee' into the output redirection? Other than that, I like that approach. A nice, fast way to build a hugh number of supposed-to-work configurations. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172

[PATCH, frv-linux] Silence warning

2012-07-21 Thread Jan-Benedict Glaw
(enum machine_mode, rtx, -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Gib Dein Bestes. Dann übertriff Dich selbst! the second : signature.asc Description: Digital signature

[Patch, committed] Add myself to MAINTAINERS file

2012-07-24 Thread Jan-Benedict Glaw
Hi! I just committed this patch: 2012-07-24 Jan-Benedict Glaw jbg...@lug-owl.de * MAINTAINERS (Write After Approval): Add myself. --- a/MAINTAINERS +++ b/MAINTAINERS @@ -371,6 +371,7 @@ Pompapathi V Gadad pompapathi.v.ga...@nsc.com Kaveh Ghazi

Re: [PATCH] delete last traces of GO_IF_MODE_DEPENDENT_ADDRESS

2012-07-27 Thread Jan-Benedict Glaw
a const_rtx. (TARGET_MODE_DEPENDENT_ADDRESS_P): Define. The VAX parts look good to me, but Matt has to decide on that. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: really soon now: an unspecified period of time, likly

[PATCH] Fix AVR fallout

2012-08-17 Thread Jan-Benedict Glaw
Jan-Benedict Glaw jbg...@lug-owl.de gcc/Changelog: * config/avr/avr-log.c (avr_log_vadump): Properly use int-promoted enum values. * config/avr/avr.h (struct mcu_type_s): Change `arch' from int to enum avr_arch. * config/avr/gen-avr-mmcu-texi.c (main): Use

[PATCH, Committed] Fix ChangeLog (was: [PATCH] Fix AVR fallout)

2012-08-19 Thread Jan-Benedict Glaw
On Sun, 2012-08-19 10:19:37 +0400, Denis Chertykov cherty...@gmail.com wrote: 2012/8/18 Jan-Benedict Glaw jbg...@lug-owl.de: [...] gcc/Changelog: * config/avr/avr-log.c (avr_log_vadump): Properly use int-promoted enum values. * config/avr/avr.h (struct mcu_type_s

Re: [PATCH, Committed] Fix ChangeLog (was: [PATCH] Fix AVR fallout)

2012-08-19 Thread Jan-Benedict Glaw
On Sun, 2012-08-19 11:58:49 -0700, Ian Lance Taylor i...@google.com wrote: On Sun, Aug 19, 2012 at 1:34 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: I fixed ChangeLog's whitespace (probably cut'n'paste error), committed as obvious. 2012-08-19 Jan-Benedict Glaw jbg...@lug-owl.de

[PATCH] Fix breakage for m68k-linux introduced by 4a020a8 / r189359

2012-07-10 Thread Jan-Benedict Glaw
, JBG 2012-07-11 Jan-Benedict Glaw jbg...@lug-owl.de * config/m68k/m68k.c (m68k_epilogue_uses): New. * config/m68k/m68k.h (m68k_epilogue_uses): Use new function instead of former macro. * config/m68k/m68k-protos.h (m68k_epilogue_uses): Declare. diff --git a/gcc

Re: [PATCH] Fix breakage for m68k-linux introduced by 4a020a8 / r189359

2012-07-11 Thread Jan-Benedict Glaw
On Wed, 2012-07-11 08:44:33 +0200, Steven Bosscher stevenb@gmail.com wrote: On Wed, Jul 11, 2012 at 7:49 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Hi! Git revision 4a020a8 [aka. SVN 189359], the large header reordering patch, broke m68k-linux (.../configure --target=m68k-linux

Re: [Patch] Rewrite regex matchers

2013-08-30 Thread Jan-Benedict Glaw
, too! If you save four or eight bytes off of a stackframe (or struct or whatever), but sacrifice a cacheline or two to access badly layouted variables in eg. a long-running loop, you even lost performance. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

[Ping^2 PATCH] VAX: Fix ICE during operand output

2013-09-13 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 18:34:26 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: We've seen ICEs while outputting an operand (not even the excessive CISC of a VAX could do that), which should be fixed by this patch: 2013-07-31 Jan-Benedict Glaw jbg...@lug-owl.de * config/vax

[buildrobot] [PATCH] r202527: ssa / ssanames restructure broke alpha-linux

2013-09-14 Thread Jan-Benedict Glaw
from tree-flow*.h * Makefile.in (tree-ssanames.h): Add to tree-ssanames.o and GTFILES. See for example this build log: http://toolchain.lug-owl.de/buildbot/showlog.php?id=11663mode=view I suggest this patch, which fixes an alpha-linux build for me: 2013-09-13 Jan-Benedict Glaw jbg...@lug

Re: [buildrobot] [PATCH] r202527: ssa / ssanames restructure broke alpha-linux

2013-09-16 Thread Jan-Benedict Glaw
in gcc/Makefile.in. However, we still need tree-flow.h, but instead of tree-ssa.h, we can include tree-ssanames.h: I will commit attached incremental patch, once bootstrap finish. Please don't forget the dep's in gcc/Makefile.in as mentioned above. MfG, JBG -- Jan-Benedict Glaw

[PATCH] target/56875: Work around buggy GAS

2013-09-20 Thread Jan-Benedict Glaw
+if ![info exists DEFAULT_CFLAGS] then { +set DEFAULT_CFLAGS -ansi -pedantic-errors +} + +# Initialize `dg'. +dg-init + +# Main loop. +dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] \ +$DEFAULT_CFLAGS + +# All done. +dg-finish MfG, JBG -- Jan-Benedict Glaw jbg

Re: [PATCH] target/56875: Work around buggy GAS

2013-09-20 Thread Jan-Benedict Glaw
On Fri, 2013-09-20 18:58:23 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: VAX GAS has a glitch when generating a 64bit value from a small negative integer, which isn't properly sign-extended. (I'll see if this can be fixed without breaking other cases.) However, GCC should work around

[PATCH] Silence an unused variable warning

2013-09-20 Thread Jan-Benedict Glaw
don't eliminate any registers (beyond GCC's internal default). Fixed by moving this variable into the #ifdef block to which it belongs. 2013-09-20 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * lra-eliminations.c (update_reg_eliminate): Guard value_p. diff --git a/gcc/lra-eliminations.c b

[ping] [PATCH] Silence an unused variable warning

2013-09-26 Thread Jan-Benedict Glaw
On Fri, 2013-09-20 20:51:37 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Hi! With the VAX target, I see this warning: g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual

  1   2   3   >