[Bug tree-optimization/66612] [6 regression] FAIL: gcc.target/powerpc/20050830-1.c scan-assembler bdn

2015-06-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66612 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/66612] New: [6 regrssion] FAIL: gcc.target/powerpc/20050830-1.c scan-assembler bdn

2015-06-20 Thread sch...@linux-m68k.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: amker at gcc dot gnu.org Blocks: 62173 Target Milestone: --- Target: powerpc64-*-* $ gcc/xgcc -Bgcc

[Bug c++/66520] bad code generated code for branches with single

2015-06-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66520 --- Comment #6 from Andreas Schwab sch...@linux-m68k.org --- If a and b are side-effect-free, pure-boolean expressions then `a b' and `a b' are completely equivalent and there is no reason to generate different code for them.

[Bug fortran/66534] Compilation error of gfortran building on YDL6.2

2015-06-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66534 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last

[Bug c/29192] gcc will delete the c_source_file.c without any alarm!

2015-06-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29192 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||yongjin.ohn at lge

[Bug c/66532] Source file deleted when we use gcc compile

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

[Bug c/66425] (void) cast doesn't suppress __attribute__((warn_unused_result))

2015-06-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66425 --- Comment #13 from Andreas Schwab sch...@linux-m68k.org --- I don't really see why the trouble making the mental connection from the void cast with the coder's intent do discard that result. Could it mean anything else really? The C

[Bug rtl-optimization/66351] [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-06-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- Yes, it does.

[Bug testsuite/66497] FAIL: g++.dg/abi/aarch64_guard1.C

2015-06-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66497 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Resolution|FIXED |DUPLICATE

[Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original _ZGVZ3foovE1x 1

2015-06-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66428 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||singhai at gcc dot

[Bug libgomp/66518] New: FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-common/lib-42.c -DACC_DEVICE_TYPE_host_nonshm=1 -DACC_MEM_SHARED=0 output pattern test, is , should match \[[0-9a-fA-FxX]+,256\] is

2015-06-11 Thread sch...@linux-m68k.org
...@linux-m68k.org CC: jakub at gcc dot gnu.org Target Milestone: --- $ gcc/xgcc -Bgcc/ ../gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-42.c -Bx86_64-linux/libgomp/ -Bx86_64-linux/libgomp/.libs -Ix86_64-linux/libgomp -I../gcc/include -I../gcc/libgomp -fopenacc

[Bug tree-optimization/66442] [6 regression] FAIL: gcc.dg/autopar/pr46885.c (test for excess errors)

2015-06-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66442 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- Fixes the test case on m68k.

[Bug libstdc++/66438] libstdc++ 5.1 broke binary compat with old code using std::error_category

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

[Bug tree-optimization/66442] [6 regression] FAIL: gcc.dg/autopar/pr46885.c (test for excess errors)

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

[Bug tree-optimization/66442] New: [6 regression] FAIL: gcc.dg/autopar/pr46885.c (test for excess errors)

2015-06-06 Thread sch...@linux-m68k.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: vries at gcc dot gnu.org Blocks: 65443 Target Milestone: --- Target: m68k-*-* $ gcc/xgcc -Bgcc/ ../gcc

[Bug tree-optimization/66423] [6 Regression] a % (1 b) no longer gets folded to a (1 b) for unsigned a

2015-06-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66423 --- Comment #2 from Andreas Schwab sch...@linux-m68k.org --- ITYM a ((1 b) - 1)

[Bug target/66428] [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original _ZGVZ3foovE1x 1

2015-06-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66428 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/66428] New: [6 regression] FAIL: g++.dg/abi/aarch64_guard1.C -std=gnu++98 scan-tree-dump original _ZGVZ3foovE1x 1

2015-06-05 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 CC: ramana at gcc dot gnu.org Target Milestone: --- Target: aarch64

[Bug rtl-optimization/66351] [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-06-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351 --- Comment #2 from Andreas Schwab sch...@linux-m68k.org --- http://gcc.gnu.org/ml/gcc-testresults/2015-06/msg00430.html

[Bug tree-optimization/66419] [6 regression] FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c execution, -O3 -g

2015-06-04 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66419 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/66419] New: [6 regression] FAIL: gcc.target/aarch64/aapcs64/va_arg-6.c execution, -O3 -g

2015-06-04 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: aarch64-*-* $ gcc/xgcc -Bgcc

[Bug tree-optimization/66396] [6 regression] FAIL: gcc.dg/graphite/run-id-pr47593.c execution test

2015-06-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66396 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Keywords||wrong-code

[Bug tree-optimization/66396] New: [6 regression] FAIL: gcc.dg/graphite/run-id-pr47593.c execution test

2015-06-03 Thread sch...@linux-m68k.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: amker at gcc dot gnu.org Blocks: 48052 Target Milestone: --- Target: m68k-*-* $ gcc/xgcc -Bgcc/ ../gcc

[Bug rtl-optimization/66351] New: [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-05-31 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: hubicka at gcc dot gnu.org Target Milestone: --- Target: ia64-*-* Created attachment 35658

[Bug c++/66339] g++ 5.1.0 Generates memory leak

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

[Bug rtl-optimization/66342] New: [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf Equal symbols: [67]

2015-05-30 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: hubicka at gcc dot gnu.org Target Milestone: --- Target: aarch64-*-* $ gcc/xg++ -Bgcc

[Bug sanitizer/61955] libsanitizer fails to compile on RHEL4

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61955 --- Comment #5 from Andreas Schwab sch...@linux-m68k.org --- linux/aio_abi.h was added in 2.5.32. https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=ea5097be4e814a2a9457e60653052306295941e8

[Bug sanitizer/61955] libsanitizer fails to compile on RHEL4

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61955 --- Comment #7 from Andreas Schwab sch...@linux-m68k.org --- Format it as a hexadecimal number.

[Bug sanitizer/61955] libsanitizer fails to compile on RHEL4

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61955 --- Comment #10 from Andreas Schwab sch...@linux-m68k.org --- Are you sure their user-space kernel headers are at 2.6.9 level? https://git.kernel.org/cgit/linux/kernel/git/tglx/history.git/commit/?id=31a3791056e43c6dd7386b8bc0f5fb94848c5a61

[Bug rtl-optimization/66237] New: [6.0 regression] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE (internal compiler error)

2015-05-21 Thread sch...@linux-m68k.org
Version: 6.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: miyuki at gcc dot

[Bug rtl-optimization/66237] [6 regression] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE (internal compiler error)

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66237 --- Comment #5 from Andreas Schwab sch...@linux-m68k.org --- This fixes the ICE both on aarch64 and m68k.

[Bug rtl-optimization/66237] [6 regression] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE (internal compiler error)

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66237 --- Comment #2 from Andreas Schwab sch...@linux-m68k.org --- Created attachment 35589 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35589action=edit pr34999.gcda

[Bug rtl-optimization/66237] [6 regression] FAIL: gcc.dg/tree-prof/pr34999.c compilation, -fprofile-use -D_PROFILE_USE (internal compiler error)

2015-05-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66237 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- The profile files differ in a few bytes. 9 17 ^O 265 M-5 10 217 M-^O 44 $ 11 323 M-S 301 M-A 12 166 v165 u 21 146 f376 M-~ 22 213 M-^K 233 M-^[ 23 166 v 32 ^Z

[Bug bootstrap/66038] [5 regression] (stage 2) build/genmatch segfaults in operand::gen_transform (gcc/hash-table.h:223)

2015-05-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66038 --- Comment #16 from Andreas Schwab sch...@linux-m68k.org --- After, = 32 triggers assert (-- failure). This is backwards. The failure case is sizeof (hashval_t) * CHAR_BIT 32.

[Bug middle-end/66110] uint8_t memory access not optimized

2015-05-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66110 --- Comment #11 from Andreas Schwab sch...@linux-m68k.org --- Since typedef does not create a new type the effect of uint8_t is exactly the same as the type it is defined from. Thus if uint8_t is defined from unsigned char then uint8_t

[Bug libstdc++/66157] bits/random.tcc compiler error when using -fno-for-scope

2015-05-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66157 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug c/66088] -Wunused-but-set-variable does not regard static variable access in local scope

2015-05-10 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66088 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- The modification cannot be observed outside of the function, thus removing the assignment would not change the behaviour of the whole program.

[Bug rtl-optimization/66087] New: Invalid narrowing of MEM with containing POST_INC

2015-05-09 Thread sch...@linux-m68k.org
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: law at redhat dot com Target Milestone: --- Target: m68k-*-* Created attachment 35511 -- https://gcc.gnu.org/bugzilla

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-05-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #36 from Andreas Schwab sch...@linux-m68k.org --- mpolacek isn't a valid bugzilla user by itself. You always need to type the whole email, or wait for the completion to appear and select it.

[Bug rtl-optimization/66075] New: [6.0 regression] FAIL: gcc.target/aarch64/adds1.c scan-assembler adds\tw[0-9]+, w[0-9]+, w[0-9]+, lsl 3

2015-05-08 Thread sch...@linux-m68k.org
: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: naveenh at gcc dot gnu.org, vekumar at gcc dot gnu.org Target Milestone: --- Target

[Bug libstdc++/66018] opendir configure test not working when GCC_NO_EXECUTABLES

2015-05-07 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66018 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- What collect2 is looking for is configured during build, see the gcc/collect-ld script in the build directory.

[Bug target/66020] [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |6.0

[Bug target/66020] New: [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target Milestone: --- Target: powerpc64-*-* $ gcc/xgcc -Bgcc/ ../gcc/testsuite/gcc.target/powerpc/ppc64-abi-2.c -O2 -fprofile -mprofile-kernel

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 --- Comment #8 from Andreas Schwab sch...@linux-m68k.org --- Also fails on powerpc{-m32,-m64}.

[Bug target/66020] [6.0 regression] FAIL: gcc.target/powerpc/ppc64-abi-2.c execution test

2015-05-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66020 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||amodra at gcc dot

[Bug target/64835] -fno-ipa-cp is inconsitently supported when attributes optimize or target are used

2015-05-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64835 --- Comment #6 from Andreas Schwab sch...@linux-m68k.org --- Also fails on ia64. $ grep --color hooray iinline-attr.c.062i.inline Analyzing function: hooray/0 Analyzing function body size: hooray Inline summary for hooray/0 inlinable hooray

[Bug fortran/37131] inline matmul for small matrix sizes

2015-05-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||hjl.tools at gmail

[Bug fortran/65981] FAIL: gfortran.dg/bound_9.f90 -O execution test

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

[Bug translation/65959] plain text incorrectly marked as format-c

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

[Bug inline-asm/65898] GCC puts auto generated code between two asm volatile(.intel_syntax); and asm volatile(.att_syntax); globally syntaxed rather than not put or change it's syntax

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

[Bug fortran/37131] inline matmul for small matrix sizes

2015-05-01 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131 --- Comment #22 from Andreas Schwab sch...@linux-m68k.org --- Program aborted. Backtrace: #0 0x3FF95D8B973 FAIL: gfortran.dg/bound_9.f90 -O execution test

[Bug tree-optimization/65917] New: [6.0 regression] FAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 if 2

2015-04-28 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Target: m68k-*-* $ gcc/xgcc -B gcc/ -O1 -fdump-tree

[Bug tree-optimization/65917] [6.0 regression] FAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 if 2

2015-04-28 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65917 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug web/64968] Upgrade GCC Bugzilla to 5.0

2015-04-28 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64968 --- Comment #20 from Andreas Schwab sch...@linux-m68k.org --- I don't think this has anything to do with the timezone of the commenter. For example the mail for comment #19 has the date Tue, 28 Apr 2015 16:28:19 + (which is correct

[Bug tree-optimization/65774] [6.0 regression] FAIL: gcc.dg/builtin-arith-overflow-1.c (internal compiler error)

2015-04-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65774 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- wi::sext has undefined behaviour with offset == 0.

[Bug tree-optimization/65774] New: [6.0 regression] FAIL: gcc.dg/builtin-arith-overflow-1.c (internal compiler error)

2015-04-15 Thread sch...@linux-m68k.org
: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: rguenth at gcc dot gnu.org Target: ia64-*-* This was broken by r222085. (gdb) r -O

[Bug target/65670] [5 Regression] missing libstdc++ symbols on powerpc64le-linux-gnu and arm-linux-gnueabi

2015-04-06 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65670 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- Worksforme. $ objdump -T usr/lib64/libstdc++.so.6.0.21 | grep bad_function_callD 000e7a90 gDF .text 0050 GLIBCXX_3.4.15 0x60 _ZNSt17bad_function_callD0Ev

[Bug sanitizer/65662] AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:835 ((res)) ((kNumPossibleRegions)) (0x3ffb49, 0x80000)

2015-04-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65662 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug sanitizer/65662] New: AddressSanitizer CHECK failed: ../../../../gcc/libsanitizer/sanitizer_common/sanitizer_allocator.h:835 ((res)) ((kNumPossibleRegions)) (0x3ffb49, 0x80000)

2015-04-02 Thread sch...@linux-m68k.org
)) (0x3ffb49, 0x8) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: dodji

[Bug web/65601] add bugzilla keyword easyhack

2015-03-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65601 --- Comment #1 from Andreas Schwab sch...@linux-m68k.org --- https://gcc.gnu.org/bugzilla/editkeywords.cgi?action=add

[Bug c++/65448] Allow for cascade includes in error messages

2015-03-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65448 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- Actually I'm using gcc since about 2.6 version and I cannot recall any tool that understands these In file included from messages. Emacs has always handled them.

[Bug c/65268] While compiling gcc/errors.c, invalid link options passed to Solaris Linker

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

[Bug target/65267] While compiling gcc/errors.c, invalid link options passed to Solaris Linker

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

[Bug target/61397] [4.9/5 regression] FAIL: gcc.target/powerpc/p8vector-ldst.c scan-assembler lxsdx

2015-02-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61397 --- Comment #6 from Andreas Schwab sch...@linux-m68k.org --- It wasn't that way when reported.

[Bug c++/65160] Linker forgets definition of type_info::__is_pointer_p

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

[Bug c++/65159] Linker forgets definition of type_info::__is_pointer_p

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

[Bug testsuite/64158] [5 Regression] FAIL: gcc.dg/pr44194-1.c scan-rtl-dump dse1 global deletions = (2|3)

2015-02-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64158 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- It's a restriction of the selector expression parser.

[Bug target/65064] [5 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-18 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #15 from Andreas Schwab sch...@linux-m68k.org --- The first patch works without regressions. http://gcc.gnu.org/ml/gcc-testresults/2015-02/msg02066.html

[Bug target/65064] [5 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #14 from Andreas Schwab sch...@linux-m68k.org --- I've accidentally tested with both patches applied, will try again with only the first one.

[Bug target/65064] [5 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-17 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #13 from Andreas Schwab sch...@linux-m68k.org --- This has the same problem.

[Bug target/65064] [5 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|WAITING |NEW --- Comment

[Bug target/65064] [5 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #9 from Andreas Schwab sch...@linux-m68k.org --- before: 2170: 02 38 01 02 00 24 [MII] addl r39=0,r1 2170: GPREL22 .sdata+0x38 after: 2170: 02 38 01 02 00 24 [MII

[Bug target/65064] [5.0 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #8 from Andreas Schwab sch...@linux-m68k.org --- It doesn't bootstrap though: ada/ali.o: In function `ali__alis__reallocate': ali.adb:(.text+0x2170): relocation truncated to fit: GPREL22 against `.rodata' ada/ali.o: In function

[Bug target/65064] [5.0 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 --- Comment #6 from Andreas Schwab sch...@linux-m68k.org --- This works as well.

[Bug target/65064] [5.0 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-15 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65064 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Status|WAITING |NEW

[Bug rtl-optimization/65064] New: [5.0 regression] FAIL: gcc.dg/torture/pr60115.c -O1 (test for excess errors)

2015-02-14 Thread sch...@linux-m68k.org
: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org CC: hjl at gcc dot gnu.org, rth at gcc dot gnu.org Target: ia64-*-* $ gcc/xgcc -B gcc/ ../gcc/testsuite/gcc.dg

[Bug target/61397] [4.9/5 regression] FAIL: gcc.target/powerpc/p8vector-ldst.c scan-assembler lxsdx

2015-02-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61397 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- c9f03f9b6e7a888a270638c07190513189f8c33d

[Bug target/64930] New: [5.0 regression] FAIL: gcc.target/powerpc/atomic-p7.c scan-assembler-times isync 12

2015-02-03 Thread sch...@linux-m68k.org
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Target: powerpc64-*-* $ gcc/xgcc -Bgcc/ ../gcc/testsuite/gcc.target/powerpc/atomic-p7.c -mcpu=power7 -O2 -S -m64 -o atomic-p7.s $ grep

[Bug c/64862] printf attribute should accept other string types

2015-01-29 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64862 --- Comment #1 from Andreas Schwab sch...@linux-m68k.org --- glibc has this in wchar.h: extern int wprintf (const wchar_t *__restrict __format, ...) /* __attribute__ ((__format__ (__wprintf__, 1, 2))) */;

[Bug middle-end/323] optimized code gives strange floating point results

2015-01-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=323 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added CC||friend1992friend1992

[Bug c/64800] Bad opcode produced for coldfire mcf5307 processor

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

[Bug c++/64808] static_cast double to int on linux 32

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

[Bug c++/64759] The compiler does NOT show a warning in a case where it is reasonable to expect a warning message.

2015-01-24 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64759 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- How often does that occur in real life?

[Bug tree-optimization/64715] [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

2015-01-22 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- The original test case is already using the equivalent of a.buf1[4], without any intermediate variable.

[Bug c/64714] [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

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

[Bug c/64714] New: [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

2015-01-21 Thread sch...@linux-m68k.org
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Created attachment 34520 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34520action=edit Testcase From the glibc testsuite. $ gcc-4.9 -O2 fortify.i

[Bug c/64715] New: [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

2015-01-21 Thread sch...@linux-m68k.org
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: sch...@linux-m68k.org Created attachment 34519 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=34519action=edit Testcase From the glibc testsuite. $ gcc-4.9 -O2 fortify.i

[Bug c/64715] [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

2015-01-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64715 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug c/64715] [5.0 regression] __builtin_object_size (..., 1) fails to locate subobject

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

[Bug target/64703] glibc sysdeps/powerpc/powerpc64/dl-machine.h miscompile

2015-01-21 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64703 --- Comment #5 from Andreas Schwab sch...@linux-m68k.org --- A conversion between an integer type and a pointer type is implementation-defined, not undefined.

[Bug inline-asm/64681] gcc assign wrong register for arm inline assembly

2015-01-20 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64681 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Severity|blocker |normal

[Bug go/64595] cgo installed into wrong directory

2015-01-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595 --- Comment #8 from Andreas Schwab sch...@linux-m68k.org --- Why does libbacktrace need debug info? All required unwind information is included in the binary. Glibc's backtrace can do that too.

[Bug go/64595] cgo installed into wrong directory

2015-01-19 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595 --- Comment #11 from Andreas Schwab sch...@linux-m68k.org --- But it shouldn't crash the app if you don't have the full information.

[Bug go/64595] cgo installed into wrong directory

2015-01-14 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595 --- Comment #1 from Andreas Schwab sch...@linux-m68k.org --- According to http://golang.org/cmd/cgo/ cgo isn't supposed to be called directly, but only via go tool cgo. But the version suffix will probably break it.

[Bug tree-optimization/64567] missed optimization: redundant test before clearing bit(s)

2015-01-12 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64567 --- Comment #1 from Andreas Schwab sch...@linux-m68k.org --- This transformation is incorrect if the lvalue may be pointing to a read-only object.

[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2015-01-05 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- The glibc sources never contained such an array of incomplete type. The example in bug28865#c3 has nothing to do with glibc.

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #3 from Andreas Schwab sch...@linux-m68k.org --- It is using truncsiqi2, but that pattern hasn't been adjusted for coldfire.

[Bug target/64461] bad assembly generated for Coldfire targets

2015-01-02 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64461 --- Comment #4 from Andreas Schwab sch...@linux-m68k.org --- The easiest fix is to disable the three trunc patterns for the coldfire.

[Bug c/64470] “floating constant exceeds range” warning for constants that should fit

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

[Bug c/64417] [SH] FAIL: gcc.c-torture/compile/pr28865.c -O0 (test for excess errors)

2014-12-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64417 Andreas Schwab sch...@linux-m68k.org changed: What|Removed |Added Component|target |c --- Comment #1

<    3   4   5   6   7   8   9   10   11   12   >