[Bug libobjc/78698] [7 regression] Using static PIC libgc fails when it has dependencies

2016-12-07 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698 --- Comment #1 from Matthias Klose --- didn't check a configuration with --disable-shared :-/ What about checking for a $bdw_lib_dir/libgc.la and in that case setting BDW_GC_LIBS to $bdw_lib_dir/libgc.la and skipping the compile and link tests?

[Bug target/78695] [7 Regression] ICE (segfault) on powerpc64le-linux-gnu

2016-12-07 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78695 --- Comment #7 from Matthias Klose --- gcc configured with --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-7 --program-prefix=powerpc64le-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr

[Bug middle-end/78716] New: [7 Regression] ICE in gimplify_va_arg_expr, at gimplify.c:12650 (i686-linux-gnu)

2016-12-07 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40277 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40277&action=edit preprocessed

[Bug bootstrap/78733] New: [7 Regression] bootstrap broken on aarch64-linux-gnu

2016-12-08 Thread doko at gcc dot gnu.org
Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk 20161207 fails to build on aarch64-linux-gnu in libgfortran (binutils trunk 20161202 is used for the build): /tmp/ccEfI0qj.s: Assembler messages: /tmp/ccEfI0qj.s

[Bug target/78733] [7 Regression] bootstrap broken on aarch64-linux-gnu

2016-12-08 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78733 --- Comment #6 from Matthias Klose --- yes, I'm configuring with --enable-fix-cortex-a53-843419

[Bug target/78695] [7 Regression] ICE (segfault) on powerpc64le-linux-gnu

2016-12-08 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78695 --- Comment #8 from Matthias Klose --- still seen with r243430, but you need -fstack-protector or -fstack-protector-strong

[Bug rtl-optimization/78738] New: [7 Regression] ICE in extract_insn, at recog.c:2311

2016-12-08 Thread doko at gcc dot gnu.org
: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r243219 on i686-linux-gnu, either omitting the -std=c99 or -ffast-math works around it: $ cat fractal_cache.i double a; long double roundl(); void b

[Bug rtl-optimization/78738] [7 Regression] ICE in extract_insn, at recog.c:2311

2016-12-08 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78738 --- Comment #1 from Matthias Klose --- Created attachment 40282 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40282&action=edit preprocessed source

[Bug middle-end/78748] New: [7 Regression] ICE in extract_insn, at recog.c:2311 (s390x-linux-gnu)

2016-12-09 Thread doko at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r243430 on s390x-linux-gnu configured with --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr

[Bug middle-end/78750] New: [7 Regression] ICE in get_range_info, at tree-ssanames.c:375

2016-12-09 Thread doko at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r243430 $ cat DateTime.ii template using b = void; template class, typename...> struct c { using a = int; }; template cl

[Bug tree-optimization/78777] New: [7 Regression] ICE in mark_reachable_handlers, at tree-eh.c:3823 (aarch64-linux-gnu)

2016-12-12 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with r243430 on aarch64-linux-gnu, works with -O0, fails with -O1, -O2: $ cat server.ii void i

[Bug tree-optimization/78777] [7 Regression] ICE in mark_reachable_handlers, at tree-eh.c:3823 (aarch64-linux-gnu)

2016-12-12 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78777 --- Comment #3 from Matthias Klose --- Created attachment 40312 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40312&action=edit unreduced test case

[Bug tree-optimization/78788] New: [7 Regression] ICE (segfault) on s390x-linux-gnu

2016-12-13 Thread doko at gcc dot gnu.org
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40319 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40319&action=edit unreduced test case seen with r243559 on s390x-linux-gnu, c

[Bug tree-optimization/78788] [7 Regression] ICE (segfault) on s390x-linux-gnu

2016-12-13 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78788 --- Comment #4 from Matthias Klose --- $ cat ghosts.i int a; long b; long c; void d() { int e = 0; for (; b; b++) if (c) { e++; e++; } while (e) a = e -= 2; }

[Bug ipa/71190] [7 Regression] ICE in assemble_variable_contents, at varasm.c:2054

2016-12-16 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71190 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug libobjc/78698] [7 regression] Using static PIC libgc fails when it has dependencies

2016-12-30 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698 --- Comment #4 from Matthias Klose --- patch posted at https://gcc.gnu.org/ml/gcc-patches/2016-12/msg02004.html

[Bug libobjc/78697] --with-target-bdw-gc-include shouldn't be required to be per multilib

2016-12-30 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697 --- Comment #2 from Matthias Klose --- patch posted at https://gcc.gnu.org/ml/gcc-patches/2016-12/msg02003.html

[Bug target/79044] New: ICE in insn_is_swappable_p, at config/rs6000/rs6000.c:41191

2017-01-10 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40492 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40492&action=edit preprocessed source seen with the trunk

[Bug libobjc/78698] [7 regression] Using static PIC libgc fails when it has dependencies

2017-01-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698 --- Comment #5 from Matthias Klose --- Author: doko Date: Wed Jan 18 15:48:54 2017 New Revision: 244579 URL: https://gcc.gnu.org/viewcvs?rev=244579&root=gcc&view=rev Log: 2017-01-18 Matthias Klose PR libobjc/78697 * configure

[Bug libobjc/78697] --with-target-bdw-gc-include shouldn't be required to be per multilib

2017-01-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697 --- Comment #3 from Matthias Klose --- Author: doko Date: Wed Jan 18 15:48:54 2017 New Revision: 244579 URL: https://gcc.gnu.org/viewcvs?rev=244579&root=gcc&view=rev Log: 2017-01-18 Matthias Klose PR libobjc/78697 * configure

[Bug libobjc/78698] [7 regression] Using static PIC libgc fails when it has dependencies

2017-01-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78698 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libobjc/78697] --with-target-bdw-gc-include shouldn't be required to be per multilib

2017-01-18 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78697 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/79294] New: [7 Regression] ICE in convert_nontype_argument, at cp/pt.c:6812

2017-01-30 Thread doko at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40627 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40627&action=edit preprocessed source seen with r244943 2

[Bug c++/79296] New: [5 Regression] ICE in mangle_decl, at cp/mangle.c:3845

2017-01-30 Thread doko at gcc dot gnu.org
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40628 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40628&action=edit preprocessed source seen with 20170129 $ cat test_alias_initializa

[Bug middle-end/79297] New: [7 Regression] ICE (segfault) in main_block_label

2017-01-30 Thread doko at gcc dot gnu.org
: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20170129 $ cat share.ii struct a { a() { goto b; if (0) b:; } } c; (exp)doko@gb:/scratch/packages/tmp/yosys-0.7$ g++ -std=c++11 -c

[Bug middle-end/79297] [7 Regression] ICE (segfault) in main_block_label

2017-01-30 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79297 --- Comment #1 from Matthias Klose --- Created attachment 40630 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40630&action=edit preprocessed source

[Bug debug/79342] New: [6 Regression] ICE in output_index_string, at dwarf2out.c:25635 with -gsplit-dwarf

2017-02-02 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 40651 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40651&action=edit reduced file

[Bug debug/70578] internal compiler error: in output_index_string, at dwarf2out.c with -gsplit-dwarf

2017-02-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70578 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #9

[Bug c++/79296] [6/7 Regression] ICE in mangle_decl, at cp/mangle.c:3845

2017-02-09 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79296 Matthias Klose changed: What|Removed |Added Known to work|6.3.1 |6.3.0 Summary|[7 Regression]

[Bug ada/79724] New: please respect calling gnat tools configured with --program-suffix and --program-prefix

2017-02-27 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- currently --program-suffix and --program-prefix are not respected by the various ada tools. They might be installed

[Bug other/79792] New: configuring a nvptx-none build with --program-suffix=-7 results in a misnamed installed binary

2017-03-01 Thread doko at gcc dot gnu.org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- configuring a nvptx-none build with --program-suffix=-7 results in a misnamed installed

[Bug other/79792] configuring a nvptx-none build with --program-suffix=-7 results in a misnamed installed binary

2017-03-01 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79792 --- Comment #1 from Matthias Klose --- --program-prefix= and --program-suffix= are never passed into the gcc subdir, but are transformed to a --program-transform-name. the toplevel (expanded from an autoconf macro) has: # The aliases save the n

[Bug target/78543] [6 Regression] ICE in push_reload, at reload.c:1349 on powerpc64le-linux-gnu

2017-03-05 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543 --- Comment #10 from Matthias Klose --- here is one more build failure seen with 20170221, with -O1 (works with -O0), seen in the gtk-gnutella package: $ gcc-6 -c -O1 -msecure-plt -mcpu=power8 fileinfo.i fileinfo.c: In function 'file_info_retrie

[Bug target/78543] [6 Regression] ICE in push_reload, at reload.c:1349 on powerpc64le-linux-gnu

2017-03-05 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543 --- Comment #11 from Matthias Klose --- Created attachment 40883 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40883&action=edit preprocessed source (fileinfo.i)

[Bug target/78543] [6 Regression] ICE in push_reload, at reload.c:1349 on powerpc64le-linux-gnu

2017-03-06 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78543 --- Comment #12 from Matthias Klose --- still reproducible with r245899 on the gcc-6-branch

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

2017-03-13 Thread doko at gcc dot gnu.org
||lib/issues/238 CC||doko at gcc dot gnu.org --- Comment #7 from Matthias Klose --- now forwarded upstream

[Bug c++/80356] New: [7 Regression] ICE in convert_nontype_argument, at cp/pt.c:6827

2017-04-07 Thread doko at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 41151 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41151&action=edit preprocessed source the reduced te

[Bug target/80357] New: [7 Regression] ICE in model_update_limit_points_in_group, at haifa-sched.c:1982 on powerpc64le-linux-gnu

2017-04-07 Thread doko at gcc dot gnu.org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen on trunk 20170407 on powerpc64le-linux-gnu, fails with -O3, works with

[Bug rtl-optimization/80358] New: [7 Regression] ICE (cc1 killed) building glib with -O3 on powerpc64le-linux-gnu

2017-04-07 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 41152 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41152&action=edit prepr

[Bug rtl-optimization/80357] [7 Regression] ICE in model_update_limit_points_in_group, at haifa-sched.c:1982 on powerpc64le-linux-gnu

2017-04-10 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80357 Matthias Klose changed: What|Removed |Added Status|WAITING |UNCONFIRMED Ever confirmed|1

[Bug other/82327] [7 Regression] ICE in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429 (i686-linux-gnu)

2017-09-29 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82327 --- Comment #5 from Matthias Klose --- still searching ... /usr/lib/gcc/i686-linux-gnu/7/include/stddef.h:20440:11: internal compiler error: in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429 0x8858876 equal_mem_array_ref_p ../../s

[Bug bootstrap/80843] [8 Regression] bootstrap fails in stage1 on powerpc-linux-gnu

2017-10-11 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80843 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/82559] New: [7 Regression] libgo bootstrap broken on at least alpha, s390x

2017-10-15 Thread doko at gcc dot gnu.org
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- see https://buildd.debian.org/status/package.php?p=gcc-7 seen on the gcc-7-branch 20171013, didn't

[Bug target/81924] [6 Regression] ICE: in simplify_binary_operation_1, at simplify-rtx.c:3678 on powerpc64le-linux-gnu

2017-10-22 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81924 --- Comment #10 from Matthias Klose --- hmm, can't remember anymore where the test case comes from ... :-/ Need to get more consistent to add downstream bug numbers.

[Bug target/77267] MPX does not work in a presence of "-Wl,-as-needed" option (Ubuntu default)

2017-10-25 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267 --- Comment #12 from Matthias Klose --- fyi, this is now fixed in Ubuntu 16.04 LTS

[Bug other/82327] [7 Regression] ICE in equal_mem_array_ref_p, at tree-ssa-scopedtables.c:429 (i686-linux-gnu)

2017-10-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82327 Matthias Klose changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/82785] New: [8 Regression] gnat bootstrap fails on m68k-linux-gnu

2017-10-31 Thread doko at gcc dot gnu.org
Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk 20171031: a-dispat.adb:33:06: "System.Linux" is not a predefined library unit a-dispat.adb:33:06: "Ada.Dispatching (body)" depends on &

[Bug other/82857] New: libbacktrace: please support binaries stripped with dwz -m (following the .gnu_debugaltlink)

2017-11-06 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- jakub: do you know if libbacktrace is working with dwz stripped debug info? doko: no, somebody would need to

[Bug fortran/83021] New: [7 Regression] gfortran segfault

2017-11-16 Thread doko at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 42622 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42622&action=edit test case [forwarded from https://bugs.debian.org/881918] seen building open-coarra

[Bug target/81228] [7/8 Regression] ICE in gen_vec_cmpv2dfv2di, at config/aarch64/aarch64-simd.md:2508

2017-11-22 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81228 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #3

[Bug target/83114] New: [7/8 Regression] ICE in gen_vec_cmpv2dfv2di, at config/aarch64/aarch64-simd.md:2495

2017-11-22 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with the branch and the trunk, doesn't show with -O2. Maybe a duplicate of PR81228. void *a; void b() { c

[Bug c++/83204] New: [6/7/8 Regression] c++ -std=c++14 ICE in maybe_undo_parenthesized_ref, at cp/semantics.c:1694

2017-11-28 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/882855] not seen with GCC 5, but with the 6, 7 branches and the trunk

[Bug driver/77529] New: -fno-pie disables -fPIC

2016-09-08 Thread doko at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with a GCC 6 configured with --enable-default-pie: $ gcc -E -dM - < /dev/null 2>&1|grep -i 'pi[ce]' #define __pie__ 2 #define __PIE__ 2 #define __pic__ 2 #define __PIC__ 2

[Bug target/77267] MPX does not work in a presence of "-Wl,-as-needed" option (Ubuntu default)

2016-09-16 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #5

[Bug target/77267] MPX does not work in a presence of "-Wl,-as-needed" option (Ubuntu default)

2016-09-16 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267 --- Comment #7 from Matthias Klose --- yes, you are right about the old linker versions, I forgot about these cases. But it doesn't help the case when you enable the push/pop for a bfd default linker, and the fail with gold.

[Bug target/77686] New: [6/7 Regression] wrong code on arm-linux-gnueabi and arm-linux-gnueabihf

2016-09-22 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/838438] seen with gcc-6 20160915 and trunk 20160902 (rechecking with newer version

[Bug go/77688] New: [7 Regression] libgo bootstrap broken on mips*-linux-gnu and sparc*-linux-gnu

2016-09-22 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- mentioned at https://gcc.gnu.org/ml/gcc-patches/2016-09/msg00161.html

[Bug rtl-optimization/71709] powerpc64le: argument to strcpy() optimised out

2016-09-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71709 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug preprocessor/66317] Preprocessor chokes on __FILE__ containing a newline

2016-09-27 Thread doko at gcc dot gnu.org
||doko at gcc dot gnu.org --- Comment #1 from Matthias Klose --- confirmed, reported too in https://bugs.debian.org/838874 with another reproducer.

[Bug go/77857] New: gccgo: vendoring doesn't work in gcc 6/7

2016-10-04 Thread doko at gcc dot gnu.org
t: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- reported in https://github.com/golang/go/issues/15628 reported in https://bugs.debian.org/839598 didn't check with GCC 5; according to the

[Bug target/77822] [6/7 Regression] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-10-05 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug libstdc++/77913] New: error building bits/locale_conv.h: expected primary-expression before ',' token

2016-10-09 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- [forwarded from https://bugs.debian.org/839995] The Debian issue has an unreduced test case, and a proposed

[Bug tree-optimization/77983] New: [5/6/7 Regression] destructor call optimized out

2016-10-14 Thread doko at gcc dot gnu.org
: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 39808 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39808&action=edit test case [forwarded from https://launchpad.net/bugs/

[Bug c++/78039] New: [6/7 Regression] fails to compile glibc tests

2016-10-19 Thread doko at gcc dot gnu.org
++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- Created attachment 39841 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39841&action=edit preprocessed source gcc-6-branch 20161018 fails to build the glibc-2.2

[Bug c++/78039] [6/7 Regression] fails to compile glibc tests

2016-10-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78039 --- Comment #1 from Matthias Klose --- gcc-6-branch 20161010 (r240906) built the glibc tests ok.

[Bug go/78143] New: [7 Regression] bootstrap broken in libgo on powerpc-linux-gnu

2016-10-28 Thread doko at gcc dot gnu.org
Priority: P3 Component: go Assignee: ian at airs dot com Reporter: doko at gcc dot gnu.org CC: cmang at google dot com Target Milestone: --- trunk 20161027 fails to build in libgo (from the build log it looks like it's failing in the 64bit non-de

[Bug rtl-optimization/78229] New: [6/7 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2305

2016-11-06 Thread doko at gcc dot gnu.org
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with gcc-6-branch 20161103 r241817, works with -O1 instead of -O2, test case extracted from blender 2.77: $ g++ -mavx

[Bug sanitizer/78307] New: [7 Regression] missing symbols in libubsan without changing the soname

2016-11-11 Thread doko at gcc dot gnu.org
Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target

[Bug sanitizer/78307] [7 Regression] missing symbols in libubsan without changing the soname

2016-11-11 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78307 --- Comment #2 from Matthias Klose --- I can't tell. I was just looking at symbol difference in the library, like using the abigail tools.

[Bug libstdc++/64735] std::future broken on armel

2016-11-12 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64735 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment

[Bug bootstrap/78338] New: [7 Regression] bootstrap broken on mips-linux-gnu

2016-11-13 Thread doko at gcc dot gnu.org
: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with trunk r242048, apparently not seen on 20161106. x86_64-linux-gnu-g++-7 -fno-PIE -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti

[Bug bootstrap/78432] New: [7 Regression] bootstrap broken on x86_64-linux-gnu (libgo x32 multilibs)

2016-11-20 Thread doko at gcc dot gnu.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- trunk fails to bootstrap with r242629, with go enabled and x32 multilibs (--with-multilib-list=m32,m64,mx32) $ cat sysinfo.i

[Bug target/78439] New: [7 Regression] error: insn does not satisfy its constraints (arm-linux-gnueabihf)

2016-11-20 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Target Milestone: --- seen with current trunk, complete build log at https://buildd.debian.org/status/fetch.php?pkg=gcc-snapshot&arch=armhf

[Bug go/78432] [7 Regression] -fdump-go-spec ICEs for aligned causing x32 libgo library to fail to build

2016-11-20 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432 Matthias Klose changed: What|Removed |Added Target|x86_64-linux-gnu|x86_64-linux-gnu, |

[Bug go/78432] [7 Regression] -fdump-go-spec ICEs for aligned causing x32 libgo library to fail to build

2016-11-21 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78432 Matthias Klose changed: What|Removed |Added Target|x86_64-linux-gnu, |x86_64-linux-gnu, |s3

[Bug target/60609] New: [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-03-21 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32416 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32416&action=edit preprocessed source originall reported a

[Bug target/60609] [4.8/4.9 Regression] Error: value of 256 too large for field of 1 bytes at 68242

2014-03-21 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60609 --- Comment #1 from Matthias Klose --- $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.8/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/configure -v --with-pkgversion='Debian 4

[Bug target/60617] New: [4.8 Regression]

2014-03-21 Thread doko at gcc dot gnu.org
: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32424 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32424&action=edit preprocessed source seen with the 4.8 branch on arm-linux-gnueabihf, configured with --with-arch=armv7-a --with-fpu=vfpv3-d16

[Bug middle-end/60647] New: [4.8 Regression] ICE in visit_ref_for_mod_analysis, at ipa-prop.c:2112

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32444 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32444&action=edit preprocessed source seen with trunk r208764 on

[Bug target/60648] New: [4.8 Regression] ICE (segmentation fault) in expand_binop

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32445 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32445&action=edit preprocessed source seen with trunk r208764 on i686-linux-gnu, w

[Bug target/60653] New: [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org seen on arm-linux-gnueabihf, trunk r208764 (gdb) bt #0 0x0031aca6 in ?? () #1 0x0031bf30 in ?? () #2 0x0031e990 in ?? () #3 0x00320824 in lra_constraints(bool

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 --- Comment #1 from Matthias Klose --- fails with -O1 and -O2, works with -O0. fails with both -marm/-mthumb

[Bug target/60653] [4.9 Regression] gfortran: ICE (segmentation fault) in lra

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60653 --- Comment #2 from Matthias Klose --- seen with a build of the paw package in Debian/unstable and Ubuntu/trusty.

[Bug target/60655] New: [4.9 Regression] ICE: output_operand: invalid expression as operand

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32450 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32450&action=edit preprocessed source seen with trunk r208764, omitting

[Bug target/60657] New: [4.9 Regression] ICE: error: insn does not satisfy its constraints

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32452 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32452&action=edit preprocessed source seen with trunk r208764 on ar

[Bug target/60657] [4.9 Regression] ICE: error: insn does not satisfy its constraints

2014-03-25 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60657 --- Comment #1 from Matthias Klose --- seen with every package using this boost header

[Bug target/60659] New: [4.9 Regression] ICE in get_polymorphic_call_info, at ipa-devirt.c:1292

2014-03-25 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org Created attachment 32453 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32453&action=edit preprocessed source seen with trunk r208764 on powe

[Bug target/57578] SPE detection broken on Linux (bits/predefs.h: No such file or directory)

2014-04-05 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57578 Matthias Klose changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/59925] [4.9/4.10 Regression] link failure in python2.7 build with -flto and -fprofile-use -fprofile-correction enabled

2014-04-16 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59925 Matthias Klose changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug sanitizer/59758] [4.9/4.10 Regression] bootstrap failure in libsanitizer/asan on sparc-linux-gnu

2014-04-27 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59758 --- Comment #7 from Matthias Klose --- still fails to build with the proposed patch on sparc-linux-gnu In file included from ../../../../src/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc:20:0: ../../../../src/libsanitizer/sanit

[Bug target/61031] New: [4.10 Regression] ICE building libjava (verify_flow_info failed)

2014-05-01 Thread doko at gcc dot gnu.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org libjava fails to build on aarch64-linux gnu with trunk 20140425, works with the 4.9 branch. ../../../src/libjava/interpret.cc: In static member function 's

[Bug c++/61046] New: [4.8/4.9/4.10 Regression] ICE in lookup_field_1, at cp/search.c:384

2014-05-03 Thread doko at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org 4.7 rejects this without an ICE, the ICE is seen on 4.8, 4.9 branches and trunk. $ cat tst.cc #include const int i = 0; std::array bar = { [i] = 0

[Bug driver/61065] New: [4.9/4.10 Regresion] invalid args to -fsanitize should be an error not a warning

2014-05-05 Thread doko at gcc dot gnu.org
: normal Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org [forwarded from https://bugs.debian.org/745105] With gcc-4.8 this works because -fsanitize=address works in 4.8: > gcc-4.8 -fsanit

[Bug other/61106] New: [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-07 Thread doko at gcc dot gnu.org
Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: doko at gcc dot gnu.org [forwarded from http://bugs.debian.org/747345] Whether various combinations of options imply -Wunused-parameter in the presence of -Wno

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #3 from Matthias Klose --- this leads to: if (!opts_set->x_warn_unused_but_set_variable) handle_generated_option (opts, opts_set, OPT_Wunused_but_set_variable, NULL, (),

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #5 from Matthias Klose --- this works and fixes the issue. running the full testsuite now.

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #8 from Matthias Klose --- Author: doko Date: Thu May 8 22:17:43 2014 New Revision: 210246 URL: http://gcc.gnu.org/viewcvs?rev=210246&root=gcc&view=rev Log: gcc/ 2014-05-08 Manuel López-Ibáñez Matthias Klose

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #9 from Matthias Klose --- Author: doko Date: Thu May 8 22:30:32 2014 New Revision: 210247 URL: http://gcc.gnu.org/viewcvs?rev=210247&root=gcc&view=rev Log: gcc/ 2014-05-08 Manuel López-Ibáñez Matthias Klose

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #10 from Matthias Klose --- Author: doko Date: Thu May 8 22:57:55 2014 New Revision: 210248 URL: http://gcc.gnu.org/viewcvs?rev=210248&root=gcc&view=rev Log: gcc/ 2014-05-08 Manuel López-Ibáñez Matthias Klose

[Bug driver/61106] [4.8/4.9/4.10 Regression] impliedness of -Wunused-parameter depends on -W option ordering

2014-05-08 Thread doko at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 Matthias Klose changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    1   2   3   4   5   6   7   8   9   10   >