[Bug target/71208] [6 regression] mmix: C++ code fails to link

2017-09-13 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71208 --- Comment #10 from Yaakov Selkowitz --- A fix for PR ld/20125, set for the 2.29.1 release, has been committed. Does anything further need to happen on the gcc side?

[Bug bootstrap/79771] [7 Regression] in-tree zlib breaks build

2017-03-10 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79771 --- Comment #6 from Yaakov Selkowitz --- (In reply to Jakub Jelinek from comment #5) > Do you really need even the zlib.def change? For standalone zlib, yes; if you try to export a symbol which doesn't exist, ld errors out. > That part has

[Bug bootstrap/79771] [7 Regression] in-tree zlib breaks build

2017-03-03 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79771 --- Comment #4 from Yaakov Selkowitz --- This is an upstream issue in the recent zlib releases, here's a patch: https://github.com/cygwinports/zlib/blob/master/1.2.11-gzopen_w.patch Configuring with --with-system-zlib avoids this, as long as

[Bug other/77409] CVE-2016-4973 Targets using libssp for SSP are missing -D_FORTIFY_SOURCE functionality

2016-08-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77409 Yaakov Selkowitz changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug other/77409] CVE-2016-4973 Targets using libssp for SSP are missing -D_FORTIFY_SOURCE functionality

2016-08-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77409 --- Comment #8 from Yaakov Selkowitz --- (In reply to Andrew Pinski from comment #3) > In fact this is by design. NetBSD for an example has ssp/stdio.h where you > use that to get the fority. This does not apply where the libc provides its own

[Bug other/77409] CVE-2016-4973 Targets using libssp for SSP are missing -D_FORTIFY_SOURCE functionality

2016-08-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77409 --- Comment #2 from Yaakov Selkowitz --- (In reply to Andrew Pinski from comment #1) > I don't think this is a security hole at all. In fact the security holes > should be on the applications side rather than the library side. The compiler is

[Bug other/77409] New: CVE-2016-4973 Targets using libssp for SSP are missing -D_FORTIFY_SOURCE functionality

2016-08-29 Thread yselkowi at redhat dot com
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com CC: jon_y at users dot sourceforge.net, ktietz at gcc dot gnu.org Target Milestone: --- Targets that use libssp

[Bug target/71208] [6 regression] mmix: C++ code fails to link

2016-05-20 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71208 Yaakov Selkowitz changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug target/71208] New: [6 regression] mmix: C++ code fails to link

2016-05-19 Thread yselkowi at redhat dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Target Milestone: --- Host: x86_64-cygwin Target: mmix-knuth-mmixware Build: x86_64-cygwin Created attachment 38530 --> https://gcc.gnu.org/bugzi

[Bug libstdc++/71135] rl78-elf libstdc++ FTBFS with some multilibs

2016-05-16 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71135 --- Comment #5 from Yaakov Selkowitz --- Possible patch included in attachment 38505 for bug 71133.

[Bug libstdc++/71133] msp430-elf -mlarge FTBFS in libstdc++-v3

2016-05-16 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71133 --- Comment #1 from Yaakov Selkowitz --- Created attachment 38505 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38505=edit Draft patch for 6.1 The results of this test are (so far) used only in the code that will later fail to compile on

[Bug libstdc++/71135] rl78-elf libstdc++ FTBFS with some multilibs

2016-05-16 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71135 --- Comment #4 from Yaakov Selkowitz --- (In reply to Yaakov Selkowitz from comment #3) > It seems that #define _GLIBCXX_USE_WEAK_REF 1 would fix this; the question > is where exactly it should go (config/os/generic/os_defines.h ?) and under >

[Bug libstdc++/71135] rl78-elf libstdc++ FTBFS with some multilibs

2016-05-16 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71135 --- Comment #3 from Yaakov Selkowitz --- It seems that #define _GLIBCXX_USE_WEAK_REF 1 would fix this; the question is where exactly it should go (config/os/generic/os_defines.h ?) and under what conditions.

[Bug libstdc++/71135] rl78-elf libstdc++ FTBFS with some multilibs

2016-05-16 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71135 --- Comment #2 from Yaakov Selkowitz --- (In reply to Jonathan Wakely from comment #1) > I think we just want to disable TM library support for such targets. Okay, h8300-elf and xstormy16-elf are both similarly affected. msp430-elf probably

[Bug libstdc++/71135] New: rl78-elf libstdc++ FTBFS with some multilibs

2016-05-15 Thread yselkowi at redhat dot com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Target Milestone: --- Host: x86_64-cygwin Target: rl78-elf Build: x86_64-cygwin rl78-elf FTBFS in GCC 6.1 libstdc++-v3 (but not in recent 4.x or 5) due

[Bug libstdc++/71133] New: msp430-elf -mlarge FTBFS in libstdc++-v3

2016-05-15 Thread yselkowi at redhat dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Target Milestone: --- Building gcc 6.1.0 with newlib 2.4.0 for target msp430-elf fails during configure-target-libstdc++-v3 in the 'large' multilib: checking how size_t is mangled... x configure

[Bug target/64375] m32c ICE building newlib in calls.cL3638

2016-05-15 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64375 --- Comment #2 from Yaakov Selkowitz --- Still not working with 6.1.0 m32c-elf at calls.c:3679.

[Bug target/64400] iq2000-elf: ICE in dwarf2out_var_location, at dwarf2out.c:21266

2016-05-15 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64400 Yaakov Selkowitz changed: What|Removed |Added Version|5.2.0 |6.1.0 --- Comment #2 from Yaakov

[Bug target/21530] libstdc++ not supported on h8

2016-05-15 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21530 Yaakov Selkowitz changed: What|Removed |Added CC||yselkowi at redhat dot com

[Bug libstdc++/51749] Including pollutes global namespace

2016-04-06 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51749 --- Comment #32 from Yaakov Selkowitz --- In an effort to enable C99-in-C++ functionality on newlib-based targets (including Cygwin and RTEMS), we just overhauled our feature test macros to be functionally compatible with glibc's. Ignoring the

[Bug target/65501] [5 Regression] v850 ICE at c_register_pragma_1, at c-family/c-pragma.c:1317

2016-03-02 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65501 --- Comment #6 from Yaakov Selkowitz --- Created attachment 37849 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37849=edit patch for gcc-5 (In reply to Jeffrey A. Law from comment #5) > Fixed on the trunk by the change for 68271. I'm

[Bug target/64402] mep-elf ICE in pre_and_rev_post_order_compute, at cfganal.c:1022

2016-03-02 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64402 --- Comment #4 from Yaakov Selkowitz --- (In reply to Bernd Edlinger from comment #3) > Created attachment 37172 [details] > Patch to fix ICE and make interrupt restore r0 That allows me to finish the --without-headers build of 5.3.0 and

[Bug target/65501] [5/6 Regression] v850 ICE at c_register_pragma_1, at c-family/c-pragma.c:1317

2015-07-31 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65501 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added CC||yselkowi

[Bug target/67061] sh64-elf: internal compiler error: in sh_find_set_of_reg, at config/sh/sh-protos.h:235

2015-07-31 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67061 --- Comment #3 from Yaakov Selkowitz yselkowi at redhat dot com --- (In reply to Kazumoto Kojima from comment #2) Does the patch below work? Yes, this patch in combination of that from bug 67049 allows me to complete the sh64-elf toolchain

[Bug target/64403] m32c-elf ICE in final_scan_insn, at final.c:2891 with -mcpu=m32cm and cleanup

2015-07-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64403 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/64424] cr16-elf ICE in gen_rtx_SUBREG, at emit-rtl.c:748

2015-07-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64424 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug libgcc/64401] avr-elf crtbegin.o fails to compile

2015-07-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64401 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug target/67061] New: sh64-elf: internal compiler error: in sh_find_set_of_reg, at config/sh/sh-protos.h:235

2015-07-29 Thread yselkowi at redhat dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Target Milestone: --- Host: x86_64-cygwin Target: sh64-elf Build: x86_64-cygwin After

[Bug target/67049] sh64-elf: internal compiler error: in df_uses_record, at df-scan.c:3001

2015-07-29 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67049 --- Comment #2 from Yaakov Selkowitz yselkowi at redhat dot com --- (In reply to Kazumoto Kojima from comment #1) My bad. Could you please try this patch? That gets me through libgcc, but when I get to newlib I see bug 67061.

[Bug target/64375] m32c ICE building newlib in calls.cL3638

2015-07-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64375 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added CC||yselkowi

[Bug target/64402] mep-elf ICE in pre_and_rev_post_order_compute, at cfganal.c:1022

2015-07-28 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64402 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Version|4.9.2 |5.2.0

[Bug target/67049] New: sh64-elf: internal compiler error: in df_uses_record, at df-scan.c:3001

2015-07-28 Thread yselkowi at redhat dot com
-on-valid-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Target Milestone: --- Host: x86_64-cygwin Target: sh64-elf Build: x86_64

[Bug target/64400] iq2000-elf: ICE in dwarf2out_var_location, at dwarf2out.c:21266

2015-07-27 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64400 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Version|4.9.2 |5.2.0

[Bug target/64408] fr30-elf ICE in extract_insn, at recog.c:2202

2015-02-04 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64408 --- Comment #3 from Yaakov Selkowitz yselkowi at redhat dot com --- (In reply to Nick Clifton from comment #2) Fixed by: https://gcc.gnu.org/ml/gcc-patches/2015-02/msg00247.html Fix confirmed with 4.9.2; thanks.

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 --- Comment #4 from Yaakov Selkowitz yselkowi at redhat dot com --- This still occurs with 4.9.2, and the patch in comment 2 fixes it.

[Bug target/64451] tic6x-elf: ICE in extract_insn, at recog.c:2202

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64451 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/57295] target c6x-elf // internal compiler error: in extract_insn, at recog.c:2150

2015-01-09 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57295 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added CC||yselkowi

[Bug target/64451] New: tic6x-elf: ICE in extract_insn, at recog.c:2202

2014-12-30 Thread yselkowi at redhat dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com While building gcc-4.9.2 --target=tic6x-elf with newlib-2.2.0: libtool: compile: /usr/src/ports/cross-gcc/cross-gcc-4.9.2-1.x86_64/build/tic6x-elf/./gcc/xgcc -B/usr/src/ports/cross-gcc/cross

[Bug target/63681] ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-12-30 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #6 from Yaakov Selkowitz yselkowi at redhat dot com --- (In reply to Mikael Pettersson from comment #5) The ICE on bfin-elf started for 4.9 with r204985, and stopped for 5.0 with r210683. Backporting r210683 to current 4.9 branch

[Bug target/64424] New: cr16-elf ICE in gen_rtx_SUBREG, at emit-rtl.c:748

2014-12-28 Thread yselkowi at redhat dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: cr16-elf Build: x86_64-cygwin While compiling gcc-4.9.2 --target=cr16-elf with binutils-2.25 and newlib-2.2.0 libtool

[Bug target/64407] New: ICE in simplify_const_unary_operation, at simplify-rtx.c:1730

2014-12-25 Thread yselkowi at redhat dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: xstormy16-elf Build: x86_64-cygwin While compiling newlib-2.2.0 with gcc-4.9.2 --target

[Bug target/64407] ICE in simplify_const_unary_operation, at simplify-rtx.c:1730

2014-12-25 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64407 --- Comment #1 from Yaakov Selkowitz yselkowi at redhat dot com --- Created attachment 34333 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34333action=edit preprocessed source

[Bug target/64408] New: fr30-elf ICE in extract_insn, at recog.c:2202

2014-12-25 Thread yselkowi at redhat dot com
: target Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: fr30-elf Build: x86_64-cygwin Created attachment 34334 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34334action=edit

[Bug bootstrap/64400] New: Unable to bootstrap for iq2000-elf target

2014-12-24 Thread yselkowi at redhat dot com
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com With binutils-2.25, bootstrapping gcc-4.9.2 with --target=iq2000-elf --without-headers fails: /usr/src/ports/cross-gcc/cross-gcc-4.9.2-1.x86_64/build/iq2000-elf/./gcc/xgcc -B/usr/src/ports/cross

[Bug libgcc/64401] New: avr-elf crtbegin.o fails to compile

2014-12-24 Thread yselkowi at redhat dot com
Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: avr-elf Build: x86_64-cygwin Building gcc-4.9.2 with --target=avr-elf --without-headers using binutils-2.25, libgcc.a itself and crtend.o

[Bug target/63681] bfin-rtems ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-12-24 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added CC||yselkowi

[Bug target/63681] bfin-rtems ICE in cfg_layout_initialize, at cfgrtl.c:4233

2014-12-24 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63681 --- Comment #3 from Yaakov Selkowitz yselkowi at redhat dot com --- I'm seeing an ICE in the same code on the tic6x-elf target as well.

[Bug target/57636] cr16: ICE while building libgcc

2014-12-24 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57636 --- Comment #6 from Yaakov Selkowitz yselkowi at redhat dot com --- This is working in 4.9.2, so it seems that indeed fixed it.

[Bug target/45360] arm: -mhard-float != -mfloat-abi=hard during linking

2014-12-24 Thread yselkowi at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45360 Yaakov Selkowitz yselkowi at redhat dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/64402] New: mep-elf ICE in libgcc/unwind-dw2.c

2014-12-24 Thread yselkowi at redhat dot com
Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: mep-elf Build: x86_64-cygwin While building 4.9.2 with --target=mep-elf --without-headers, in apparently all multilibs: /usr/src/ports/cross

[Bug target/64403] New: m32c-elf ICE with -mcpu=m32cm and cleanup

2014-12-24 Thread yselkowi at redhat dot com
Assignee: unassigned at gcc dot gnu.org Reporter: yselkowi at redhat dot com Host: x86_64-cygwin Target: m32c-elf, m32c-rtems Build: x86_64-cygwin While building 4.9.2 with binutils-2.25 for m32c-{elf,rtems} targets, the m32cm multilib