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

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

[PATCH][buildrobot] vax: Fix unused variable warning

2014-01-15 Thread Jan-Benedict Glaw
it: 2014-01-15 Jan-Benedict Glaw jbg...@lug-owl.de * config/vax/vax.h (FUNCTION_ARG_REGNO_P): Vix unused variable warning. --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -295,7 +295,7 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES }; /* 1 if N is a possible register

[PATCH][buildrobot] PR59496: Fix unused variable warning

2014-01-14 Thread Jan-Benedict Glaw
make[2]: *** [c-family/c-common.o] Error 1 There were additional comments on the PR recently, I suggest this patch to plug it: 2014-01-14 Jan-Benedict Glaw jbg...@lug-owl.de PR bootstrap/59496 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Fix unused variable warning

[buildrobot] [PATCH] Fix redefinition of BITS_PER_UNIT (was: nios2 port committed)

2013-12-31 Thread Jan-Benedict Glaw
/show_build_details.php?id=74923 as an example. 2013-12-31 Jan-Benedict Glaw jbg...@lug-owl.de * config/nios2/nios2.h (BITS_PER_UNIT): Don't define it. diff --git a/gcc/config/nios2/nios2.h b/gcc/config/nios2/nios2.h index 8e6941b..f333be3 100644 --- a/gcc/config/nios2/nios2.h +++ b

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-10 Thread Jan-Benedict Glaw
Hi Jeff, On Thu, 2013-12-05 21:14:23 -0700, Jeff Law l...@redhat.com wrote: On 12/05/13 21:10, Jan-Benedict Glaw wrote: On Thu, 2013-12-05 20:49:06 -0700, Jeff Law l...@redhat.com wrote: I'd just change this one to be correct for the GNU style. If you wanted to follow-up with another

[buildrobot] Re: [PATCH] Split -fisolate-erroneous-paths into two options

2013-12-05 Thread Jan-Benedict Glaw
) ^ ../../../gcc/gcc/go/go-lang.c:277:20: error: ‘struct gcc_options’ has no member named ‘x_flag_isolate_erroneous_paths’ global_options.x_flag_isolate_erroneous_paths = 0; ^ make[2]: *** [go/go-lang.o] Error 1 MfG, JBG -- Jan-Benedict Glaw jbg...@lug

[buildrobot] Re: Make C11 _Alignof return least not greatest alignment for a type (PR c/52023)

2013-12-05 Thread Jan-Benedict Glaw
This is m68k-elf, see eg. http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=50551 , but other targets are also affected. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: They that give up essential liberty to obtain temporary

[buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jan-Benedict Glaw
Hi! This patch silences warnings (unused static functions, ambiguous `else') for the score target. 2013-12-05 Jan-Benedict Glaw jbg...@lug-owl.de * config/score/score.c (score_force_temporary): Delete function. (score_split_symbol): Ditto. * config/score/score.h

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jan-Benedict Glaw
On Thu, 2013-12-05 14:22:46 -0700, Jeff Law l...@redhat.com wrote: On 12/05/13 14:17, Jan-Benedict Glaw wrote: diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h index 5ab7875..e3bb7f0 100644 --- a/gcc/config/score/score.h +++ b/gcc/config/score/score.h @@ -757,11 +757,12

Re: [buildrobot] score: Silence warnings to fix config-list.mk build

2013-12-05 Thread Jan-Benedict Glaw
On Thu, 2013-12-05 20:49:06 -0700, Jeff Law l...@redhat.com wrote: On 12/05/13 14:33, Jan-Benedict Glaw wrote: On Thu, 2013-12-05 14:22:46 -0700, Jeff Law l...@redhat.com wrote: On 12/05/13 14:17, Jan-Benedict Glaw wrote: [...] I'd just change this one to be correct for the GNU style

[ping^2] [patch] contrib/config-list.mk: Allow to build all targets individually

2013-12-02 Thread Jan-Benedict Glaw
On Wed, 2013-11-27 02:43:08 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Sun, 2013-11-24 20:02:43 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: 2013-11-24 Jan-Benedict Glaw jbg...@lug-owl.de * config-list.mk (host_options): Allow to override it. (LIST): Change

Re: wide-int, vax

2013-11-28 Thread Jan-Benedict Glaw
On Sat, 2013-11-23 11:23:08 -0800, Mike Stump mikest...@comcast.net wrote: * config/vax/vax.c: Include wide-int.h. (vax_float_literal): Use real_from_integer. Looks good to me, but Matt must tell for sure. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

[ping] [patch] contrib/config-list.mk: Allow to build all targets individually

2013-11-26 Thread Jan-Benedict Glaw
On Sun, 2013-11-24 20:02:43 +0100, Jan-Benedict Glaw jbg...@lug-owl.de wrote: 2013-11-24 Jan-Benedict Glaw jbg...@lug-owl.de * config-list.mk (host_options): Allow to override it. (LIST): Change = to EQUAL. (list): New target listing all configurations. ($(LIST

Re: [wwwdocs] Announce Build Robot

2013-11-24 Thread Jan-Benedict Glaw
On Sun, 2013-11-24 12:14:19 +0100, Gerald Pfeifer ger...@pfeifer.com wrote: On Sat, 23 Nov 2013, Jan-Benedict Glaw wrote: +dtspanToolchain Build Robot/span +span class=date[2013-11-23]/span/dt +ddThe a href=http://toolchain.lug-owl.de/buildbot/;Build Robot/a is + mass

[patch] contrib/config-list.mk: Allow to build all targets individually

2013-11-24 Thread Jan-Benedict Glaw
not work for target names with = in them (ie. arc-elf32OPT-with-cpu=arc600), because the output log filename would be parsed as a variable assignment. 2013-11-24 Jan-Benedict Glaw jbg...@lug-owl.de * config-list.mk (host_options): Allow to override it. (LIST): Change = to EQUAL

[wwwdocs] Announce Build Robot

2013-11-23 Thread Jan-Benedict Glaw
/ a href=get-var BACKPATHtranslation.htmlTranslations/abr / /td/tr /table/td/tr Ok? 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

[buildrobot] [PATCH] mips: Really remove ENTRY_BLOCK_PTR

2013-11-20 Thread Jan-Benedict Glaw
=36303) This should fix it: 2013-11-20 Jan-Benedict Glaw jbg...@lug-owl.de * config/mips/mips.c (r10k_simplify_address): Eliminate macro usage. diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 82ca719..d06d574 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips

Re: [buildrobot] [PATCH] mips: Really remove ENTRY_BLOCK_PTR

2013-11-20 Thread Jan-Benedict Glaw
uses, but 21 comment lines contain references to the macros. 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

[jbg...@lug-owl.de: [WWW-PATCH] Advertising the buildrobot on GCC's home page]

2013-11-18 Thread Jan-Benedict Glaw
Hi! This mail didn't make it to the list. Here it is. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:Arroganz verkürzt fruchtlose Gespräche. the second : -- Jan-Benedict Glaw

[buildrobot] [PATCH] c6x.c: `mark_addressable' not declared

2013-11-13 Thread Jan-Benedict Glaw
] Error 1 (See http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=28623 . The signed-unsigned is actually old, will not touch it right now.) This is needed to make it build: 2013-11-13 Jan-Benedict Glaw jbg...@lug-owl.de * config/c6x/c6x.c: Include gimple-expr.h. diff --git

[buildrobot] [PATCH] pdp11-aout broken

2013-11-09 Thread Jan-Benedict Glaw
/cfgexpand.c:5409:40: error: ‘NAME__MAIN’ was not declared in this scope make[1]: *** [cfgexpand.o] Error 1 (See http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=27247) This fixes the fallout by moving the #define of NAME__MAIN: 2013-11-09 Jan-Benedict Glaw jbg...@lug-owl.de gcc

Re: [wide-int] Restore VAX build

2013-11-05 Thread Jan-Benedict Glaw
); if (REAL_VALUES_EQUAL (r, s)) return true; Vax, seriously??? Are there any left? There are! It's not all that dead. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Debugging is twice as hard as writing the code in the first place

Re: AIX: Dependency problem with xlC/g++ combination

2013-10-24 Thread Jan-Benedict Glaw
On Wed, 2013-10-23 20:21:50 -0400, David Edelsohn dje@gmail.com wrote: On Wed, Oct 23, 2013 at 6:21 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: When building on gcc111, I tried to use different compilers for my build robot. This machine has IBM's XL C compiler installed

[PATCH][buildrobot] libcpp/lex.c: Use enum properly

2013-10-24 Thread Jan-Benedict Glaw
: 1506-045 (S) Undeclared identifier phase. make[1]: *** [lex.o] Error 1 Fixed like this: 2013-10-24 Jan-Benedict Glaw jbg...@lug-owl.de libcpp/ * lex.c (lex_raw_string): Use proper type. diff --git a/libcpp/lex.c b/libcpp/lex.c index ed794d5..4fa244d 100644 --- a/libcpp/lex.c +++ b

Re: AIX: Dependency problem with xlC/g++ combination

2013-10-24 Thread Jan-Benedict Glaw
as with xlC/g++ on gcc111 (the mentioned AIX Jan-Benedict machine): FWIW, I believe this patch is correct. However, I cannot approve it. The patch is okay indeed. Thanks, committed as revision r204006. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Re: [PATCH][buildrobot] tilepro/tilegx: fallout after tree.h refactoring (was: Re-factor inclusion of tree.h)

2013-10-23 Thread Jan-Benedict Glaw
On Tue, 2013-10-22 08:46:13 -0400, Diego Novillo dnovi...@google.com wrote: On Tue, Oct 22, 2013 at 4:22 AM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: This fixes it: 2013-10-22 Jan-Benedict Glaw jbg...@lug-owl.de * config/tilepro/tilepro.c: Include tree.h. Sure

AIX: Dependency problem with xlC/g++ combination

2013-10-23 Thread Jan-Benedict Glaw
like to get some comments on this patch, which works for me for stage-1 builds with gcc/g++ (on a amd64-linux box) as well as with xlC/g++ on gcc111 (the mentioned AIX machine): 2013-10-24 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * configure.ac (ZW_PROG_COMPILER_DEPENDENCIES): Use CXX

[PATCH][buildrobot] tilepro/tilegx: fallout after tree.h refactoring (was: Re-factor inclusion of tree.h)

2013-10-22 Thread Jan-Benedict Glaw
patches to trunk. I get some fallout for tilepro-linux, see http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=21851 . This fixes it: 2013-10-22 Jan-Benedict Glaw jbg...@lug-owl.de * config/tilepro/tilepro.c: Include tree.h. diff --git a/gcc/config/tilepro/tilepro.c b/gcc/config

[PATCH][buildrobot] frv: Fix get_tree_code_name() conversion fallout

2013-10-18 Thread Jan-Benedict Glaw
))); ^ make[1]: *** [frv.o] Error 1 Fixed like this: 2013-10-18 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/frv/frv.c (frv_init_cumulative_args): Fix wrong cast. diff --git a/gcc/config/frv/frv.c b/gcc/config/frv/frv.c index 41ae2bb..bcd5511 100644 --- a/gcc/config/frv

Re: [PATCH][i386]Fix PR 57756

2013-10-17 Thread Jan-Benedict Glaw
to overly blame Sriraman for breaking it in the first place. Shit happens. But please have an eye on fixing the fallout, timely. MfG, JBG [1] http://toolchain.lug-owl.de/buildbot/?limit=2000 -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

Re: [PATCH][i386]Fix PR 57756

2013-10-17 Thread Jan-Benedict Glaw
to start with at contrib/config-list.mk . MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Wenn ich wach bin, träume ich. the second : signature.asc Description: Digital signature

Re: [PATCH][i386]Fix PR 57756

2013-10-17 Thread Jan-Benedict Glaw
that, or forward-port all other code. Probably a question the global reviewers should decide on. Though if you want to, I'd easily configure another instance to manually test some patches. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

[buildrobot] Minor fallout of: Fix PR 57756

2013-10-16 Thread Jan-Benedict Glaw
://toolchain.lug-owl.de/buildbot/ http://toolchain.lug-owl.de/buildbot/timeline.php -- 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

[buildrobot] r203314..r203320: ssa / ssanames restructure broke alpha-linux again

2013-10-10 Thread Jan-Benedict Glaw
Hi! On Mon, 2013-09-16 10:32:24 -0400, Andrew MacLeod amacl...@redhat.com wrote: On 09/16/2013 05:05 AM, Richard Biener wrote: On Sat, Sep 14, 2013 at 12:41 PM, Jan-Benedict Glaw jbg...@lug-owl.de wrote: My Build Robot[1] found this recent commit to break Alpha: * tree

[RFC] Change dependency-generating compiler from $(CC) to $(CXX) in gcc/

2013-10-01 Thread Jan-Benedict Glaw
from CC to CXX for dependency generation? Or better keep it as is (which I consider broken, but probably few people will ever experience that problem)? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles wird gut! ...und heute wirds

[RFC] [PATCH] Change dependency-generating compiler from $(CC) to $(CXX) in gcc/

2013-10-01 Thread Jan-Benedict Glaw
On Tue, 2013-10-01 20:49:30 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: [...] Since we're using $(CXX) instead of $(CC) these days, I suggest using CXX instead of CC. A quick check (without regenerating all configure and Makefile files just changing CC to CXX in gcc/configure) makes

[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

[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

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

[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

[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

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] VAX: Fix ICE during operand output

2013-08-21 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 18:34:26 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: Hi! 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

Re: [buildbot] r201508: Build failures after pass C++ conversion

2013-08-08 Thread Jan-Benedict Glaw
-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 and is immortal. (Albert Pine) signature.asc Description: Digital signature

[buildbot] r201508: Build failures after pass C++ conversion

2013-08-06 Thread Jan-Benedict Glaw
rtl_opt_pass *make_pass_resolve_sw_modes (gcc::context *ctxt); ^ MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Zensur im Internet? Nein danke! the second : signature.asc Description: Digital signature

Re: [buildbot] r201508: Build failures after pass C++ conversion

2013-08-06 Thread Jan-Benedict Glaw
On Tue, 2013-08-06 13:12:57 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Mon, 2013-08-05 20:16:05 -, dmalc...@gcc.gnu.org dmalc...@gcc.gnu.org wrote: New Revision: 201508 URL: http://gcc.gnu.org/viewcvs?rev=201508root=gccview=rev Log: Automated conversion of passes to C

[buildbot] r201513: Invalid cast

2013-08-06 Thread Jan-Benedict Glaw
= (gen_2arg_fn_t) GEN_FCN (code); ^ Other PPC/RS6k targets (ie. rs6000-ibm-aix4.3, ...) seem to be equally affected. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:http://www.chiark.greenend.org.uk

Re: [buildbot] r201508: Build failures after pass C++ conversion

2013-08-06 Thread Jan-Benedict Glaw
On Tue, 2013-08-06 13:18:16 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-08-06 13:12:57 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Mon, 2013-08-05 20:16:05 -, dmalc...@gcc.gnu.org dmalc...@gcc.gnu.org wrote: New Revision: 201508 URL: http

Re: [buildbot] r201508: Build failures after pass C++ conversion

2013-08-06 Thread Jan-Benedict Glaw
On Tue, 2013-08-06 14:10:11 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: And probably also for sparc{,64}-linux: 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

Re: [buildbot] r201508: Build failures after pass C++ conversion

2013-08-06 Thread Jan-Benedict Glaw
On Tue, 2013-08-06 12:06:24 -0400, David Malcolm dmalc...@redhat.com wrote: On Tue, 2013-08-06 at 13:12 +0200, Jan-Benedict Glaw wrote: On Mon, 2013-08-05 20:16:05 -, dmalc...@gcc.gnu.org dmalc...@gcc.gnu.org wrote: [Breakage on epiphany-elf] I'm kicking off a bootstrap

Build broken (was: [PATCH 02/11] Generate pass-instances.def)

2013-07-31 Thread Jan-Benedict Glaw
of the three running build clients. That one is using `mawk' instead of `gawk', what the two other builders (which are not affected) use. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:Don't believe in miracles: Rely on them

Re: Build broken (was: [PATCH 02/11] Generate pass-instances.def)

2013-07-31 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 10:34:10 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-07-30 20:50:27 -0400, David Malcolm dmalc...@redhat.com wrote: [...] Committed to trunk as r201359, having double-checked that it bootstrapped by itself on top of what had gone before

Re: Build broken (was: [PATCH 02/11] Generate pass-instances.def)

2013-07-31 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 10:34:10 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: On Tue, 2013-07-30 20:50:27 -0400, David Malcolm dmalc...@redhat.com wrote: [...] Committed to trunk as r201359, having double-checked that it bootstrapped by itself on top of what had gone before

Re: Build broken (was: [PATCH 02/11] Generate pass-instances.def)

2013-07-31 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 11:31:35 -0400, David Malcolm dmalc...@redhat.com wrote: On Wed, 2013-07-31 at 11:36 +0200, Jan-Benedict Glaw wrote: On Wed, 2013-07-31 10:34:10 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: [breakage with mawk] It seems this does only happen on one of the three

[PATCH] VAX: Fix ICE during operand output

2013-07-31 Thread Jan-Benedict Glaw
Hi! 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/constraints.md (T): Add missing CONSTANT_P check. diff --git a/gcc/config/vax

Re: Build broken (was: [PATCH 02/11] Generate pass-instances.def)

2013-07-31 Thread Jan-Benedict Glaw
On Wed, 2013-07-31 12:18:42 -0400, David Malcolm dmalc...@redhat.com wrote: On Wed, 2013-07-31 at 18:00 +0200, Jan-Benedict Glaw wrote: That's why I'm running the build robot :) Once I've got some time[tm], I'll spend it a small web frontend to look into the basic information (which builds

Restore cr16-elf

2013-07-09 Thread Jan-Benedict Glaw
? 2013-07-10 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/cr16/cr16-protos.h: Don't include target.h. diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h index a521315..f6663c9 100644 --- a/gcc/config/cr16/cr16-protos.h +++ b/gcc/config/cr16/cr16-protos.h @@ -21,8

Re: Restore cr16-elf

2013-07-09 Thread Jan-Benedict Glaw
On Wed, 2013-07-10 01:05:21 +0200, Jan-Benedict Glaw jbg...@lug-owl.de wrote: [...] The email address listed in MAINTAINERS for the person who submitted this port, Jayant Sonar jayant.so...@kpitcummins.com, bounces, though. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

[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

[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] 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] 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

Keeping config.{guess,sub}, Makefile.* configure{m.*} etc. in sync

2012-11-18 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:Don't believe in miracles: Rely on them! the second : signature.asc Description: Digital signature

[PATCH, COMMITTED] Fix comment in gcc/config/sh/sh.c

2012-10-18 Thread Jan-Benedict Glaw
Hi! This patch silences the following warning: ../../../../gcc/gcc/config/sh/sh.c:9455:1: warning: /* within comment [-Wcomment] Comitted as obvious. MfG, JBG 2012-10-18 Jan-Benedict Glaw jbg...@lug-owl.de gcc/ * config/sh/sh.c: Fix comment to silence warning. diff --git

[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 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

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, 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

[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

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

[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: 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

<    1   2   3