[Bug bootstrap/83015] [8 regression] bootstrap comparison failure on ia64

2017-11-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83015 --- Comment #10 from Andreas Schwab --- See comment#0.

[Bug bootstrap/83015] [8 regression] bootstrap comparison failure on ia64

2017-11-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83015 --- Comment #12 from Andreas Schwab --- See yttrium:/usr/local/gcc.

[Bug bootstrap/83015] [8 regression] bootstrap comparison failure on ia64

2017-11-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83015 --- Comment #13 from Andreas Schwab --- e0fbd2cc7d2a77e5d06bdb7bf92b98a03b9b09ce is the first bad commit commit e0fbd2cc7d2a77e5d06bdb7bf92b98a03b9b09ce Author: hubicka Date: Mon Nov 20 09:55:02 2017 + PR bootstrap/83062

[Bug c++/83101] stod, stold was not declared

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

[Bug bootstrap/83015] [8 regression] bootstrap comparison failure on ia64

2017-11-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83015 --- Comment #14 from Andreas Schwab --- (In reply to Jan Hubicka from comment #11) > I was able to bootstrap on ia64 box (terbium) shortly before the unwind > changes went in without the bootstrap miscompare. Your testing was invalidated by the

[Bug libgomp/83106] [8 regression] libgomp/target.c:2671:2: error: ‘strncat’ specified bound 5 equals source length [-Werror=stringop-overflow=]

2017-11-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83106 --- Comment #6 from Andreas Schwab --- If you already know strlen (d) you can use strcpy or memcpy instead.

[Bug c/83151] Explicit unsigned bitfields are treated as signed ones

2017-11-25 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83151 --- Comment #1 from Andreas Schwab --- The operand of ~ is promoted to int first, thus the type of the result is also int which is then implicitly converted to unsigned int on return.

[Bug libfortran/83168] FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgfortran

2017-11-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83168 --- Comment #2 from Andreas Schwab --- The first byte just outside the valid range.

[Bug fortran/80645] [8 regression] FAIL: gfortran.dg/elemental_subroutine_3.f90 -O1 (test for excess errors)

2017-11-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80645 --- Comment #7 from Andreas Schwab --- comment#1 is completely unrelated to this bug.

[Bug c++/83244] inline assembly does not verify input operands allocation

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

[Bug c/77453] No builtin version of cbrtf

2016-09-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77453 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #4 from Andreas Sch

[Bug c/77463] internal compiler error: in output_move_qimode, at config/m68k/m68k.c:3160

2016-09-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77463 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/65467] [libgomp] sorry, unimplemented: '_Atomic' with OpenMP

2016-09-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65467 --- Comment #15 from Andreas Schwab --- FAIL: gcc.dg/gomp/_Atomic-4.c (test for warnings, line 7)

[Bug c/65467] [libgomp] sorry, unimplemented: '_Atomic' with OpenMP

2016-09-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65467 --- Comment #17 from Andreas Schwab --- FAIL -> UNSUPPORTED

[Bug c/65467] [libgomp] sorry, unimplemented: '_Atomic' with OpenMP

2016-09-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65467 --- Comment #20 from Andreas Schwab --- aarch64 also fails.

[Bug gcov-profile/77466] New: [7 regression] FAIL: g++.dg/gcov/gcov-dump-1.C -std=gnu++11 (test for excess errors)

2016-09-03 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: gcov-profile Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: marxin at gcc dot gnu.org Blocks: 58306 Target Milestone: --- $ gcc/xg++ -Bgcc/ ../gcc/testsuite/g++.dg

[Bug libstdc++/77469] std::regex x("[b\\-a]") throws with message "Invalid range in bracket expression."

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

[Bug c++/77513] -Wzero-as-null-pointer-constant vs 0, nullptr, NULL and __null

2016-09-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77513 --- Comment #1 from Andreas Schwab --- The "3" flag on the line marker marks the following lines as originating from a system header where warnings are suppressed. Use -Wsystem-headers to enable them.

[Bug target/70557] uint64_t zeroing on 32-bit hardware

2016-09-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70557 --- Comment #7 from Andreas Schwab --- When compiling for m68k the compiler already generates the latter.

[Bug target/77738] New: Invalid initialisation of ar.lc register

2016-09-25 Thread sch...@linux-m68k.org
: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: ia64-*-* The doloop pass miscalculates the initial value of the ar.lc register if the loop variable is narrower than 64 bit and the

[Bug c++/77748] pr77550.C fails on arm-none-eabi

2016-09-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748 --- Comment #6 from Andreas Schwab --- On m68k it crashes here: Program received signal SIGSEGV, Segmentation fault. __GI_memcmp (s1=0x0, s2=0x0, len=2285895680) at memcmp.c:333 333 memcmp.c: No such file or directory. (gdb) up #1 0x893

[Bug c++/77748] pr77550.C fails on arm-none-eabi

2016-09-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77748 --- Comment #8 from Andreas Schwab --- That change also makes it run successfully.

[Bug c/77789] MinGW option ./configure does not make

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

[Bug middle-end/77816] [7 Regression] lots of fortran tests fail on aarch64-linux-gnu

2016-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77816 --- Comment #3 from Andreas Schwab --- Stage2 Ada compiler is miscompiled after r240649, may be the same bug.

[Bug go/77809] "_LITTLE_ENDIAN" redefined

2016-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 Andreas Schwab changed: What|Removed |Added Target|powerpc64le-unknown-linux-g |powerpc*-* |nu

[Bug go/77809] "_LITTLE_ENDIAN" redefined

2016-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 --- Comment #2 from Andreas Schwab --- The bug is that -fdump-go-spec (go_print_macro) prepends an underscore to the name of all constants, but -fgo-c-headers doesn't remove it. This will of course create conflicts.

[Bug bootstrap/77818] stage3 bootstrap error in libgo on powerpc64le

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

[Bug go/77809] "_LITTLE_ENDIAN" redefined

2016-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 Andreas Schwab changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #

[Bug go/77809] [7 regression] "_LITTLE_ENDIAN" redefined

2016-10-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77809 Andreas Schwab changed: What|Removed |Added Keywords||build Target Milestone|---

[Bug sanitizer/77827] New: tsan lacks support for 48 bit VMA on aarch64

2016-10-03 Thread sch...@linux-m68k.org
: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.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 Milestone: --- Target: aarch64

[Bug tree-optimization/77399] Poor code generation for vector casts and loads

2016-10-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77399 --- Comment #13 from Andreas Schwab --- Executing on host: /daten/gcc/gcc-20161002/Build/gcc/xgcc -B/daten/gcc/gcc-20161002/Build/gcc/ /daten/gcc/gcc-20161002/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c -m32 -fno-diagnostics-show-caret -fdiag

[Bug target/77835] New: -O2 -pg -m32 overwrites saved lr with bogus value

2016-10-03 Thread sch...@linux-m68k.org
: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: powerpc-*-* When compiling with -O2 -pg the compiler is saving lr twice, once before _mcount, a second time after it (where it overwrites the saved value

[Bug target/77835] -O2 -pg -m32 overwrites saved lr with bogus value

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

[Bug target/77850] New: FAIL: gcc.dg/compat/scalar-by-value-4 c_compat_x_tst.o-c_compat_y_tst.o execute

2016-10-04 Thread sch...@linux-m68k.org
: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: powerpc-*-* All the new _Complex char va tests fail on powerpc -m32.

[Bug rtl-optimization/77738] Invalid initialisation of ar.lc register

2016-10-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77738 Andreas Schwab changed: What|Removed |Added Component|target |rtl-optimization --- Comment #1 from An

[Bug rtl-optimization/77738] Invalid initialisation of ar.lc register

2016-10-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77738 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |7.0

[Bug target/77738] Invalid initialisation of ar.lc register

2016-10-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77738 Andreas Schwab changed: What|Removed |Added Component|rtl-optimization|target --- Comment #2 from Andreas Schw

[Bug target/77738] Invalid initialisation of ar.lc register

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

[Bug target/77974] m68k bootstrap failure due to -Werror=implicit-fallthrough

2016-10-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77974 --- Comment #2 from Andreas Schwab --- I think this is intented: diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index a104193c23..0eb1528079 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -4546,6 +4546,7 @@ m68

[Bug c/77992] Failures to initialize padding bytes -- causing many information leaks

2016-10-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77992 --- Comment #11 from Andreas Schwab --- The problem with that strategy is that padding is architecture dependent, and care must be taken not to introduce ABI breakage.

[Bug c/78036] -MM suppresses error detection

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

[Bug c++/78045] Parsing error when creating temporary object with space in type name (unsigned int)

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

[Bug c/78075] Need a way to tell pthread_cancel don't to the forced unwind

2016-10-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78075 Andreas Schwab changed: What|Removed |Added Resolution|FIXED |MOVED

[Bug target/77974] m68k bootstrap failure due to -Werror=implicit-fallthrough

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

[Bug target/78128] New: fortran/resolve.c:resolve_operator miscompiled at -O2

2016-10-27 Thread sch...@linux-m68k.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: ia64-*-* Created attachment 39905 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39905&action=edit Reduc

[Bug middle-end/78128] [7 regression] fortran/resolve.c:resolve_operator miscompiled at -O2

2016-10-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78128 Andreas Schwab changed: What|Removed |Added CC||rguenth at gcc dot gnu.org Com

[Bug ada/78159] a-teioed.adb:2724:4: error: alignment of array elements is greater than element size

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

[Bug fortran/78062] sinus and cosinus fails

2016-11-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78062 --- Comment #5 from Andreas Schwab --- This is most likely .

[Bug c++/78193] [7 regression] g++.dg/concepts/inherit-ctor3.C etc. FAIL

2016-11-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78193 Andreas Schwab changed: What|Removed |Added Target|sparc-sun-solaris2.12 |sparc-sun-solaris2.12,

[Bug c++/78193] [7 regression] g++.dg/concepts/inherit-ctor3.C etc. FAIL

2016-11-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78193 --- Comment #2 from Andreas Schwab --- 7896267da348b7e9f4e8c930f2b3fa41577ebf45 is the first bad commit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@241765 138bc75d-0d04-0410-961f-82ee72b054a4

[Bug other/78250] Gcc 6 bootstrap failure

2016-11-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 --- Comment #1 from Andreas Schwab --- You should have "#define HAVE_DECL_BASENAME 1" in gcc/auto-host.h.

[Bug target/78254] New: FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compiler error)

2016-11-08 Thread sch...@linux-m68k.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: m68k-*-* Combine is generating (insn 47 46 48 (set (cc0) (compare (zero_extract:SI (reg:SI 1 %d1 [orig:33 b

[Bug target/78254] FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compiler error)

2016-11-09 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78254 --- Comment #2 from Andreas Schwab --- The expression would be undefined at runtime, so it doesn't matter if we generate an unspecified result.

[Bug target/78254] FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compiler error)

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

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 --- Comment #3 from Andreas Schwab --- Does it help to revert r242414?

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 Andreas Schwab changed: What|Removed |Added Target|s390x |s390x-*-*, ia64-*-*,

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 --- Comment #11 from Andreas Schwab --- That didn't fix the ia64 bootstrap failure.

[Bug other/78410] gen-fac.c: undefined references

2016-11-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78410 Andreas Schwab changed: What|Removed |Added Resolution|WORKSFORME |INVALID

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 --- Comment #24 from Andreas Schwab --- This also fixes bootstrap on ia64.

[Bug bootstrap/78390] [7 Regression] Bootstrap failure: match.pd: cannot determine type of operand

2016-11-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78390 --- Comment #26 from Andreas Schwab --- Note that the patch in comment 8 is already included in r242526.

[Bug rtl-optimization/78422] FAIL: gcc.c-torture/execute/cbrt.c execution failure

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

[Bug other/78424] intl reincludes sysroot into searching for ld

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

[Bug preprocessor/60570] expression in 'elif' directive mis-diagnosed as error when group will be skipped

2014-03-18 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60570 --- Comment #1 from Andreas Schwab --- Dup of 19040?

[Bug c++/60625] attributes on template member function definition inside class definition not supported

2014-03-23 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60625 --- Comment #2 from Andreas Schwab --- Or somewhere else before the function name, ie. as part of the declaration-specifiers.

[Bug c/60100] warning disappears when preprocessed source is compiled

2014-03-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60100 --- Comment #7 from Andreas Schwab --- # 3416 "/home/lavr/cxx/src/connect/ncbi_socket.c" 3 4 The file is marked as system header, perhaps because the expansion on this line came from a system header? (looks like assert(...)) Note that there are

[Bug c/60639] New Assert Variants

2014-03-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60639 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/60639] New Assert Variants

2014-03-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60639 --- Comment #8 from Andreas Schwab --- So convince one of the standards body that your macro is a good thing to add.

[Bug c/60639] New Assert Variants

2014-03-24 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60639 --- Comment #10 from Andreas Schwab --- Standards also sometimes invent new interfaces if the need arises.

[Bug c++/60747] the tree-vrp compilation flag produce wrong assembly

2014-04-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60747 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/60772] New: [4.9 regression] FAIL: gcc.target/powerpc/direct-move-float1.c (internal compiler error)

2014-04-06 Thread sch...@linux-m68k.org
: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target: powerpc64-*-* configure flags: --prefix=/usr --build=powerpc64-linux --enable-checking=release

[Bug target/60772] [4.9 regression] FAIL: gcc.target/powerpc/direct-move-float1.c (internal compiler error)

2014-04-06 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60772 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug target/60773] New: FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects scan-tree-dump-times vect "vectorized 1 loops" 1

2014-04-06 Thread sch...@linux-m68k.org
Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target: powerpc64-*-* configure flags: --prefix=/usr --build=powerpc64-linux --enable-checking=releas

[Bug target/60773] FAIL: gcc.dg/vect/pr60656.c -flto -ffat-lto-objects scan-tree-dump-times vect "vectorized 1 loops" 1

2014-04-06 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60773 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug testsuite/60806] New: libstdc++ abi check should ignore missing TLS symbols

2014-04-10 Thread sch...@linux-m68k.org
Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org baseline_symbols.txt is expected not to contain TLS symbols so that libstdc++ abi check won't complain about them missing in --disable-tls configurations. This is error prone since p

[Bug c/60809] C99 struct initialiser with embedded self assignment

2014-04-10 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60809 --- Comment #3 from Andreas Schwab --- 6.7.9 Initialization 23 The evaluations of the initialization list expressions are indeterminately sequenced with respect to one another and thus the order in which any side effects occur is unspecified.

[Bug testsuite/60806] libstdc++ abi check should ignore missing TLS symbols

2014-04-14 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60806 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug libstdc++/60883] std::ostringstream::str(const std::string&) works strangely

2014-04-18 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60883 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/56744] [meta-bug] Namelist bugs

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56744 Bug 56744 depends on bug 52539, which changed state. Bug 52539 Summary: I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 What|Removed

[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 --- Comment #11 from Andreas Schwab --- Mixing push_char and push_char4 can't be right.

[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 --- Comment #12 from Andreas Schwab --- ! { dg-do run } ! PR52539 UTF-8 support for namelist read and write character(len=10, kind=4) :: str, str2 character(len=25, kind=4) :: str3 namelist /nml/ str str = 4_'1a'//char (int (z'4F60'),4) &

[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 --- Comment #14 from Andreas Schwab --- Run it.

[Bug libfortran/52539] I/O: Wrong result for UTF-8/UCS-4 list-directed and namelist read and nml write

2014-04-27 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52539 --- Comment #19 from Andreas Schwab --- Use the test case from #c12.

[Bug java/61005] libgcj.spec openned when not needed (-S on command line)

2014-04-29 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61005 Andreas Schwab changed: What|Removed |Added Resolution|WONTFIX |INVALID --- Comment #2 from Andreas Schw

[Bug testsuite/61025] New: [4.10 regression] FAIL: gfortran.dg/coarray_lib_this_image_1.f90

2014-05-01 Thread sch...@linux-m68k.org
Priority: P3 Component: testsuite Assignee: bur...@net-b.de Reporter: sch...@linux-m68k.org FAIL: gfortran.dg/coarray_lib_this_image_1.f90 -O scan-tree-dump-times original "bar \\(real\\(kind=4\\)\\[2\\] \\* restrict x, void \\* restrict caf_token.., in

[Bug testsuite/61025] [4.10 regression] FAIL: gfortran.dg/coarray_lib_this_image_1.f90

2014-05-01 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61025 Andreas Schwab changed: What|Removed |Added Version|4.9.0 |4.10.0 Target Milestone|---

[Bug ada/48835] porting GNAT to m68k-linux

2014-05-02 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48835 --- Comment #56 from Andreas Schwab --- Created attachment 32724 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32724&action=edit Ada support patch updated for gcc 4.9

[Bug fortran/61002] Can't divide by 0

2014-05-03 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61002 --- Comment #9 from Andreas Schwab --- It should use the same format as the warning messages. "Division by zero at %L [-frange-check]"

[Bug testsuite/61061] New: FAIL: g++.dg/inherit/covariant7.C

2014-05-05 Thread sch...@linux-m68k.org
Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: nathan at gcc dot gnu.org Target: ia64-*-* Created attachment 32735 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32735&action=edit covariant7.C.002t.class FAIL:

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

2014-05-09 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61106 --- Comment #12 from Andreas Schwab --- FAIL: gfortran.dg/wextra_1.f -O (test for warnings, line 4)

[Bug c/50459] alignof doesn't work on plain old constant, works with expressions containing it

2014-05-10 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50459 --- Comment #8 from Andreas Schwab --- FAIL: gcc.target/ia64/small-addr-1.c (test for excess errors)

[Bug c/61137] New: [4.10 regression] FAIL: gcc.target/ia64/small-addr-1.c (test for excess errors)

2014-05-10 Thread sch...@linux-m68k.org
: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: mpolacek at gcc dot gnu.org Blocks: 50459 Target: ia64-*-* $ gcc/xgcc -B gcc/ ../gcc/testsuite/gcc.target

[Bug libstdc++/61227] [C++11] Regex does not work

2014-05-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61227 --- Comment #2 from Andreas Schwab --- The C++ standard refers to ECMA-262 which defines [\w] as Perl does.

[Bug tree-optimization/61184] [4.10 Regression] wrong code (that hangs) by LTO on x86_64-linux-gnu

2014-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61184 --- Comment #5 from Andreas Schwab --- This breaks gcc.dg/Wstrict-overflow-18.c.

[Bug tree-optimization/61266] New: [4.10 regression] FAIL: gcc.dg/Wstrict-overflow-18.c (test for bogus messages, line 20)

2014-05-21 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Blocks: 61184 gcc/testsuite/gcc.dg/Wstrict-overflow-18.c: In function 'foo': gcc/testsuite/gcc.dg/Wstric

[Bug libgcj/61356] make error in gcj

2014-05-29 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61356 --- Comment #1 from Andreas Schwab --- Something has forcefully killed the compiler, probably due to OOM.

[Bug middle-end/61394] [4.10 regression] ICE in symtab_get_node

2014-06-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61394 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug middle-end/61394] New: [4.10 regression] ICE in symtab_get_node

2014-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: hubicka at gcc dot gnu.org Target: powerpc*-*-* $ gcc/xgcc -B gcc/ -O2 -S ../gcc/gcc/testsuite/gcc.dg/noncompile/920507-1.c

[Bug middle-end/61396] [4.10 regression] ICE in simplify_immed_subreg

2014-06-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61396 Andreas Schwab changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug middle-end/61396] New: [4.10 regression] ICE in simplify_immed_subreg

2014-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: zadeck at gcc dot gnu.org Target: powerpc-*-* $ gcc/xgcc -B gcc/ -O2 -maltivec -m32 -S ../gcc/gcc/testsuite/gcc.dg/pr34856.c

<    5   6   7   8   9   10   11   12   13   14   >