[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-25 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #3 from Andreas Schwab --- Where is located then?

[Bug fortran/92643] ISO_Fortran_binding_15.f90 failure on i586-*-freebsd

2019-11-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92643 --- Comment #2 from Andreas Schwab --- It also fails on aarch64-*-linux, both ILP32 and LP64.

[Bug bootstrap/92627] configure script unable to find gmp, mpc, and mpfr install dirs

2019-11-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92627 --- Comment #2 from Andreas Schwab --- What does config.log contain?

[Bug go/92605] [10 regression] r278509 causes/reveals issue in building go library

2019-11-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92605 Andreas Schwab changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #

[Bug bootstrap/92614] Bootstrap broken due to libgo run-time

2019-11-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92614 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug bootstrap/92540] [10 regression] r278218 breaks bootstrap on riscv64

2019-11-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 --- Comment #2 from Andreas Schwab --- This doesn't resemble the logic in riscv_address_insns in any way.

[Bug bootstrap/92540] New: [10 regression] r278218 breaks bootstrap on riscv64

2019-11-16 Thread sch...@linux-m68k.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: mliska at suse dot cz Blocks: 24639 Target Milestone: --- Target: riscv64-*-* ../../gcc/config/riscv/riscv.c

[Bug bootstrap/92433] [10 regression] r276645 breaks bootstrap on powerpc

2019-11-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92433 --- Comment #2 from Andreas Schwab --- That doesn't fix the spurious warning, though.

[Bug bootstrap/92433] New: [10 regression] r276645 breaks bootstrap on powerpc

2019-11-09 Thread sch...@linux-m68k.org
Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Blocks: 91975 Target Milestone: --- Target: powerpc*-*-* ../configure --prefix=/usr --build=powerpc64-suse-linux --enable-checking=release

[Bug c/92395] m68k-linux-gnu-gcc generates wrong code when the -mshort option is used

2019-11-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92395 --- Comment #5 from Andreas Schwab --- Feel free to submit a patch.

[Bug c/92395] m68k-linux-gnu-gcc generates wrong code when the -mshort option is used

2019-11-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92395 --- Comment #3 from Andreas Schwab --- The m68k-linux target does not support -mshort.

[Bug c++/92338] double/float thought (ambiguous) candidate for C-array index. (Non numeric types aren't.)

2019-11-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92338 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug c++/92338] double/float thought (ambiguous) candidate for C-array index. (Non numeric types aren't.)

2019-11-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92338 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug go/91992] gcc/testsuite/go/index0-out.x SEGV and spinlock during testsuite run

2019-10-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91992 --- Comment #4 from Andreas Schwab --- On aarch64, I see *** stack smashing detected ***: terminated

[Bug target/91970] arm: 64bit int to double conversion does not respect rounding mode

2019-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91970 --- Comment #2 from Andreas Schwab --- Don't you need #pragma STDC FENV_ACCESS?

[Bug target/91855] [8/9 Regression] OpenJDK Zero VM segfaults on SPARC

2019-09-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91855 --- Comment #1 from Andreas Schwab --- SIGBUS probably means unaligned access. What is the executed code?

[Bug target/91779] Unbalanced stack manipulation

2019-09-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91779 Andreas Schwab changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/91779] Unbalanced stack manipulation

2019-09-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91779 Andreas Schwab changed: What|Removed |Added Attachment #46892|0 |1 is obsolete|

[Bug target/91779] Unbalanced stack manipulation

2019-09-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91779 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug go/91781] [10 regression] r275691 breaks go test "reflect"

2019-09-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91781 --- Comment #4 from Andreas Schwab --- For reflect to work there needs to be support for go closures in libffi.

[Bug driver/81358] libatomic not automatically linked with C11 code

2019-09-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358 --- Comment #10 from Andreas Schwab --- All these failure modes can already be observed on riscv-linux, where -pthread implies -latomic.

[Bug target/91779] Unbalanced stack manipulation

2019-09-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91779 Andreas Schwab changed: What|Removed |Added Summary|[9 regression] Unbalanced |Unbalanced stack |sta

[Bug target/91779] New: [9 regression] Unbalanced stack manipulation

2019-09-16 Thread sch...@linux-m68k.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: i586-*-* Created attachment 46887 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46887&action=edit Preprocesse

[Bug driver/81358] libatomic not automatically linked with C11 code

2019-09-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81358 --- Comment #8 from Andreas Schwab --- See also bug 84568 and bug 86005.

[Bug go/91764] [10 regression] libgo build broken with Solaris grep

2019-09-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91764 --- Comment #1 from Andreas Schwab --- That should use grep -E and ERE.

[Bug target/59230] __divtf3@@GCC_4.4.0 missing from libgcc_s.so.1

2019-09-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59230 --- Comment #1 from Andreas Schwab --- Created attachment 46808 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46808&action=edit Missing __divtf3@@GCC_4.4.0 on ia64

[Bug target/91386] open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386 --- Comment #3 from Andreas Schwab --- Created attachment 46683 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46683&action=edit Preprocessed sources with Makefile, part 3

[Bug target/91386] open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386 --- Comment #2 from Andreas Schwab --- Created attachment 46682 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46682&action=edit Preprocessed sources with Makefile, part 2

[Bug target/91386] open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91386 --- Comment #1 from Andreas Schwab --- Created attachment 46681 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46681&action=edit Preprocessed sources with Makefile, part 1

[Bug target/91386] New: open-iscsi iscsiadm miscompiled by LTO on aarch64

2019-08-07 Thread sch...@linux-m68k.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: aarch64-*-* This is the start of main from iscsiadm: 8fe0: d13003ffsub sp, sp, #0xc00 8fe4

[Bug c++/91335] False positive "unused variable" warning with variable initialized in 'if' condition

2019-08-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91335 --- Comment #4 from Andreas Schwab --- Or add a conversion to bool that does the right thing?

[Bug ada/87100] FAIL: gnat.dg/config_pragma1.adb execution test

2019-08-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87100 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug ipa/91302] tree-ssa-sccvn.c:7308:1: internal compiler error: in speculative_call_info, at cgraph.c:1114

2019-07-30 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91302 --- Comment #1 from Andreas Schwab --- Fixed by r273910.

[Bug ipa/89330] IPA inliner touches released cgraph_edges

2019-07-29 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89330 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug c/91232] Adding -fPIC with optimization level > 0 resulting a busy hang in my program

2019-07-23 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91232 --- Comment #4 from Andreas Schwab --- *((uint32_t *)&tmpDst) = spfInt; This is a strict-aliasing violation.

[Bug other/91197] [8,9 regression] alignment test program used in perl does not work with -O2 anymore

2019-07-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91197 --- Comment #1 from Andreas Schwab --- You are relying on undefined behaviour.

[Bug target/91130] [9/10 Regression] -MF clashes with -flto on aarch64

2019-07-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91130 --- Comment #22 from Andreas Schwab --- -MMD doesn't take an argument as a driver option.

[Bug target/91130] [9/10 Regression] -MF clashes with -flto on aarch64

2019-07-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91130 --- Comment #16 from Andreas Schwab --- Then why does it only happen on arm? All the LTO option handling should be target independent.

[Bug target/91130] [9/10 Regression] -MF clashes with -flto on aarch64

2019-07-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91130 Andreas Schwab changed: What|Removed |Added Target|aarch64-linux-gnu |aarch64-*-* arm*-*-* Host

[Bug bootstrap/91176] [10 regression] AArch64 bootstrap fails since r273479

2019-07-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #4 from Andreas Schwab --- $ diff -u <(objdump -d stage2-gcc/aarch64.o) <(objdump -d stage3-gcc/aarch64.o) | grep '^[-+].*:$' -8540 <_ZL27target_gen_sibcall_epiloguev>: +8540 <_ZL19target_gen_prologuev>: -0

[Bug bootstrap/91176] [10 regression] AArch64 bootstrap fails since r273479

2019-07-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91176 --- Comment #3 from Andreas Schwab --- objdump -d

[Bug other/87695] Arduino: ICE with avr and LTO

2019-07-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87695 --- Comment #14 from Andreas Schwab --- Since you know how to reproduce the issue, you can help by providing the requested information.

[Bug c/91092] Error on implicit function declarations by default

2019-07-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91092 --- Comment #8 from Andreas Schwab --- What about cmake, metaconfig, meson, scons, ...

[Bug other/91085] New: fixincludes breaks

2019-07-04 Thread sch...@linux-m68k.org
: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: *-*-linux* fixincludes applies a bad change to from glibc 2.30. @@ -26,7 +35,7 @@ /* Use "" to work around incorrect macro expansion of the __has_include argument (GC

[Bug middle-end/91042] New: ICE in convert_move, at expr.c:218

2019-07-01 Thread sch...@linux-m68k.org
Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: armv7l-*-* Created attachment 46538 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46538&action=edit Test case $ g++ -w -O2 -c skcms.ii during R

[Bug middle-end/90713] New: [10 regression] FAIL: gcc.dg/gimplefe-40.c (internal compiler error)

2019-06-02 Thread sch...@linux-m68k.org
Priority: P3 Component: middle-end Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: powerpc64-*-* Configured with: ../configure --prefix=/usr --build

[Bug c++/90617] GCC 9 miscompiles Qt4 "foreach" macro

2019-05-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90617 --- Comment #2 from Andreas Schwab --- According to [stmt.for] the expression is supposed to be evaluated in the scope of the inner loop.

[Bug tree-optimization/88828] Inefficient update of the first element of vector registers

2019-05-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88828 --- Comment #7 from Andreas Schwab --- ../../gcc/tree-ssa-forwprop.c: In function 'bool simplify_vector_constructor(gimple_stmt_iterator*)': ../../gcc/tree-ssa-forwprop.c:2107:14: error: array subscript 2 is above array bounds of 'tree_node* [2]'

[Bug middle-end/90435] gcc generate infinite loop code when using -O2 or -O3

2019-05-12 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90435 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug fortran/90355] New: Uninitialized read in gfortran.dg/ISO_Fortran_binding_4.f90 test

2019-05-05 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: pault at gcc dot gnu.org Target Milestone: --- The second argument of gfc_desc_to_cfi_desc is not fully

[Bug testsuite/90318] New: Non-constant test names in libphobos.shared

2019-05-02 Thread sch...@linux-m68k.org
: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: ibuclaw at gdcproject dot org Target Milestone: --- Some tests in libphobos.shared include $srcdir in the test name (via the second argument of dg-runtest), causing unnecessary

[Bug c++/87249] Undefined reference within a header

2019-05-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87249 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug rtl-optimization/90282] internal compiler error: qsort checking failed in snapshot-20190429

2019-04-29 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90282 --- Comment #2 from Andreas Schwab --- Probably dup of bug 87281.

[Bug c++/90205] Wformat-signedness detects %d and suggests %d fixit hint

2019-04-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90205 --- Comment #1 from Andreas Schwab --- %f is correct for double.

[Bug inline-asm/90181] Feature request: provide a way to explicitly select specific named registers in constraints

2019-04-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90181 --- Comment #1 from Andreas Schwab --- x86 doesn't support this either. It just happens to have a few register classes that consist of a single register, but only because of ISA constraints.

[Bug go/90110] [9 Regression] libgo fails to build against glibc 2.19

2019-04-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90110 --- Comment #5 from Andreas Schwab --- What is the condition i > 0x7fff for? Shouldn't that test val instead?

[Bug c/90081] stdint constant macros evaluating to wrong type

2019-04-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90081 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug preprocessor/90034] gcc hangs on wait4 after vfork after opening tmp file

2019-04-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90034 --- Comment #4 from Andreas Schwab --- You get the resolve part for free by opening it.

[Bug bootstrap/89980] [9 Regression] bootstrap failed

2019-04-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89980 --- Comment #7 from Andreas Schwab --- It fails everywhere.

[Bug target/89955] riscv.h improperly defines STARTFILE_PREFIX_SPEC spec

2019-04-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89955 --- Comment #1 from Andreas Schwab --- In which way is STARTFILE_PREFIX_SPEC interfering with sysroot? The sysroot is expected to use the standard layout, and the directories in STARTFILE_PREFIX_SPEC are prefixed with the sysroot before being us

[Bug target/89954] missed optimization for signed extension for x86-64

2019-04-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89954 --- Comment #2 from Andreas Schwab --- Doesn't aarch64 always implicitly zero-extend when the dest is a 32-bit reg?

[Bug lto/89896] -flto=4 is confused by presence of 'all.c' in a local directory. -flto=1 is not.

2019-04-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89896 --- Comment #6 from Andreas Schwab --- Just make the target .PHONY.

[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 --- Comment #3 from Andreas Schwab --- Why do you think that long unsigned int should be 32 bit?

[Bug c/89716] Bogus warning -Wformat= in printf with __uint64_t argument

2019-03-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89716 --- Comment #1 from Andreas Schwab --- Why do you think that __uint64_t is not long unsigned int?

[Bug target/89627] Miscompiled constructor call

2019-03-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89627 --- Comment #3 from Andreas Schwab --- Here are the test results with the patch: .

[Bug target/89627] Miscompiled constructor call

2019-03-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89627 --- Comment #2 from Andreas Schwab --- FWIW this has been extracted from the swig testsuite. https://build.opensuse.org/package/live_build_log/openSUSE:Factory:RISCV/swig/standard/riscv64 [ 3650s] ["/home/abuild/rpmbuild/BUILD/swig-3.0.12/Examp

[Bug target/89627] New: Miscompiled constructor call

2019-03-07 Thread sch...@linux-m68k.org
Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: wilson at gcc dot gnu.org Target Milestone: --- Target: riscv64-*-* $ cat bind2nd.cc #include #include int main () { auto b = std::bind2nd (std

[Bug go/89171] Wrong default for GOROOT

2019-03-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89171 Andreas Schwab changed: What|Removed |Added Summary|FAIL: go/build |Wrong default for GOROOT --- Comment #6

[Bug go/89171] FAIL: go/build

2019-02-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89171 Andreas Schwab changed: What|Removed |Added Target|riscv64-*-* | --- Comment #5 from Andreas Schwab --

[Bug go/89171] FAIL: go/build

2019-02-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89171 --- Comment #3 from Andreas Schwab --- How can I build and run a single libgo test?

[Bug preprocessor/89380] Multiple items in brace not working on nested macro

2019-02-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89380 --- Comment #4 from Andreas Schwab --- You can do dirty things with hiding the comma behind a macro, but don't do this at home, kids.

[Bug c/89379] -Wformat is supposed not to give warning

2019-02-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89379 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/89171] FAIL: go/build

2019-02-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89171 --- Comment #2 from Andreas Schwab --- There are prebuilt images in that are set up to execute via qemu linux-user emulation.

[Bug middle-end/89269] RISC-V stack variable as global variable

2019-02-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89269 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID

[Bug middle-end/89269] RISC-V stack variable as global variable

2019-02-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89269 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/89269] RISC-V stack variable as global variable

2019-02-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89269 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/89269] RISC-V stack variable as global variable

2019-02-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89269 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/89265] Incorrect bitfield type in -Wconversion warnings

2019-02-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89265 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/89264] Incorrect bitfield type in -Wconversion warnings

2019-02-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89264 --- Comment #1 from Andreas Schwab --- *** Bug 89265 has been marked as a duplicate of this bug. ***

[Bug libstdc++/89181] Can std C++ library follow ISO spec parameter names?

2019-02-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89181 --- Comment #6 from Andreas Schwab --- > a #define before a header, that just looks like bad coding? You do that all the time. gcc -Dn=20 ...

[Bug go/89173] New: FAIL: runtime/pprof

2019-02-03 Thread sch...@linux-m68k.org
airs dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: riscv64-*-* --- FAIL: TestMemoryProfiler (0.75s) mprof_test.go:114: The entry did not match: 32: 1024 \[32: 1024\] @ 0x[0-9,a-f x

[Bug go/89172] New: FAIL: runtime/pprof

2019-02-03 Thread sch...@linux-m68k.org
airs dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: powerpc64-*-* --- FAIL: TestEmptyCallStack (0.00s) pprof_test.go:953: got: "test18836_0 profile: total 1\n1 @ 0x104e8931\n#\t0x

[Bug go/89171] New: FAIL: go/build

2019-02-03 Thread sch...@linux-m68k.org
dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: riscv64-*-* --- FAIL: TestDependencies (8.67s) deps_test.go:531: unexpected dependency: debug/gcc8-8.2.1+r264010-7.1.riscv64/libgo/go/archive/tar imports

[Bug go/89170] New: FAIL: net/http

2019-02-03 Thread sch...@linux-m68k.org
dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: powerpc64-*-* 2019/02/03 13:30:21 http: TLS handshake error from 127.0.0.1:39152: read tcp 127.0.0.1:40261->127.0.0.1:39152: use of closed network connect

[Bug go/89169] New: FAIL: internal/cpu

2019-02-03 Thread sch...@linux-m68k.org
airs dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: powerpc64-*-* --- FAIL: TestMinimalFeatures (0.00s) cpu_test.go:28: power8 expected true, got false --- FAIL: TestDisableAllCapabilities (0.43s

[Bug go/89168] New: FAIL: cmd/go/internal/load

2019-02-03 Thread sch...@linux-m68k.org
: ian at airs dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: powerpc64-*-* _testmain.go:9:24: error: incompatible type for field 2 in struct construction 9 | {"TestMainDeps", load.Te

[Bug go/89162] libgo build is broken on powerpc64-linux

2019-02-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89162 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug go/52084] go tests fail to link on powerpc-linux-gnu (undefined reference to __sync_add_and_fetch_8)

2019-02-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52084 Andreas Schwab changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug target/88952] The asm operator modifiers for rs6000 should be documented like they are for x86

2019-01-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88952 --- Comment #8 from Andreas Schwab --- reg:reg+1 maps to lo:hi on x86.

[Bug c++/88831] the layout of .data section of a binary is slightly changed when -g option is enabled.

2019-01-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88831 --- Comment #1 from Andreas Schwab --- *** Bug 88832 has been marked as a duplicate of this bug. ***

[Bug c++/88832] the layout of .data section of a binary is slightly changed when -g option is enabled.

2019-01-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88832 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/30475] assert(int+100 > int) optimized away

2019-01-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=30475 --- Comment #58 from Andreas Schwab --- -Wstrict-overflow=1 is enabled by -Wall.

[Bug c/88584] GCC thinks that the type is complete dispite shaddowing.

2018-12-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88584 --- Comment #5 from Andreas Schwab --- The examples in the DR only show identifiers with linkage and with compatible types, but the shadowing decl in the example above has no linkage and an incompatible type.

[Bug target/88524] PLT32 relocation is off by 4

2018-12-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88524 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/87861] [9 regression] ICE in output_constructor_regular_field, at varasm.c:5165

2018-12-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87861 --- Comment #10 from Andreas Schwab --- http://gcc.gnu.org/ml/gcc-testresults/2018-12/msg00950.html

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-30 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug driver/88262] gcc uses crt1.o in place of Scrt1.o when the main function is in a PIC shared lib

2018-11-29 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88262 --- Comment #1 from Andreas Schwab --- >From the gcc driver's point of view this is just a normal link since it does not know where main is defined.

[Bug c/88237] __extension__ in function declaration argument list causes error

2018-11-28 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88237 --- Comment #3 from Andreas Schwab --- __extension__ can also be used for declarations and definitions that contain extensions, but it needs to occur at the start of them. See the glibc sources for examples.

[Bug go/88202] New: FAIL: runtime/pprof

2018-11-26 Thread sch...@linux-m68k.org
airs dot com Reporter: sch...@linux-m68k.org CC: cmang at google dot com Target Milestone: --- Target: aarch64-*-* --- FAIL: TestCPUProfile (6.84s) pprof_test.go:254: total 19 CPU profile samples collected: 17: 0x4db918 (runtime.sigprof:3553

[Bug c++/87229] [8 Regression] ICE: tree code 'call_expr' is not supported in LTO streams

2018-11-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87229 --- Comment #6 from Andreas Schwab --- That breaks gnat.dg/lto19.adb on aarch64. Executing on host: /opt/gcc/gcc-20181120/Build/gcc/gnatmake --GCC=/opt/gcc/gcc-20181120/Build/gcc/xgcc --GNATBIND=/opt/gcc/gcc-20181120/Build/gcc/gnatbind --GNATLIN

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