[Bug fortran/61910] undefined computation in trans-expr.c gfc_conv_cst_int_power

2014-08-05 Thread zeccav at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61910 --- Comment #3 from Vittorio Zecca zeccav at gmail dot com --- A fix for the offending instruction at trans-expr.c:2107 n = (unsigned HOST_WIDE_INT) (m 0 ? -m : m); might be n = (unsigned HOST_WIDE_INT) (m 0 ? - (unsigned HOST_WIDE_INT) m : m);

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug lto/48200] linking shared library with LTO results in different exported symbols

2014-08-05 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48200 Alan Modra amodra at gmail dot com changed: What|Removed |Added CC||amodra at gmail dot

[Bug c++/62017] New: AddressSanitizer reports *-buffer-overflow in destructor when multiple virtual inheritance is used

2014-08-05 Thread bezkrovatki at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62017 Bug ID: 62017 Summary: AddressSanitizer reports *-buffer-overflow in destructor when multiple virtual inheritance is used Product: gcc Version: 4.9.1 Status: UNCONFIRMED

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Target|

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #6 from ktkachov at gcc dot gnu.org --- One crude way to look is by looking for the w constraint that signifies usage of FP registers in the md files and seeing whether those usages are properly guarded by the 'simd' attribute or by

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #7 from Ramana Radhakrishnan ramana at gcc dot gnu.org --- (In reply to ktkachov from comment #6) One crude way to look is by looking for the w constraint that signifies usage of FP registers in the md files and seeing whether those

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #8 from ktkachov at gcc dot gnu.org --- Also, James pointed out the patterns in the region of aarch64_movtilow_tilow. They use SIMD registers to move wide values but are not guarded.

[Bug ipa/62015] [4.8/4.9/4.10 Regression] ipa-cp-clone uses a clone that is too specialized for the call context

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62015 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords||wrong-code

[Bug middle-end/61529] [4.10 Regression] ICE on valid code at -O3 on x86_64-linux-gnu in check_probability, at basic-block.h:953

2014-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61529 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||dehao at gcc dot

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug ipa/62016] [4.8/4.9/4.10 Regression] very slow compilation at -O3 on x86_64-linux-gnu

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62016 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug ipa/62016] [4.8/4.9/4.10 Regression] very slow compilation at -O3 on x86_64-linux-gnu

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62016 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at

[Bug bootstrap/62005] [4.10 regression] with --enable-checking=rtl : loop-unroll.c:2095:10: error: function may return address of local variable

2014-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62005 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug target/61915] [AArch64] High amounts of GP to FP register moves using LRA on AArch64

2014-08-05 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61915 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added Keywords|

[Bug ipa/62016] [4.8/4.9/4.10 Regression] very slow compilation at -O3 on x86_64-linux-gnu

2014-08-05 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62016 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug middle-end/62018] New: FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 Bug ID: 62018 Summary: FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity:

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug ada/62019] New: [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 Bug ID: 62019 Summary: [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13 Product: gcc Version: 4.10.0 Status: UNCONFIRMED

[Bug ada/62019] [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-05 Thread charlet at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 Arnaud Charlet charlet at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug middle-end/61876] Converting __builtin_round + cast into __builtin_lround is not always equivalent in regards to math errno

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61876 --- Comment #10 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Aug 5 09:52:21 2014 New Revision: 213628 URL: https://gcc.gnu.org/viewcvs?rev=213628root=gccview=rev Log: [convert.c] PR 61876: Guard transformation to lrint by

[Bug middle-end/61876] Converting __builtin_round + cast into __builtin_lround is not always equivalent in regards to math errno

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61876 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-05 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 Alexander Monakov amonakov at gcc dot gnu.org changed: What|Removed |Added CC||amonakov

[Bug ada/62019] [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-05 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/62020] [4.10 regression] ICE in add_symbol_to_partition

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62020 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug lto/62020] New: [4.10 regression] ICE in add_symbol_to_partition

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62020 Bug ID: 62020 Summary: [4.10 regression] ICE in add_symbol_to_partition Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/62021] New: ICE in verify_gimple_assign_single

2014-08-05 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Bug ID: 62021 Summary: ICE in verify_gimple_assign_single Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-05 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 --- Comment #1 from Yuri Rumyantsev ysrumyan at gmail dot com --- Created attachment 33247 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33247action=edit test-case to reprroduce Test should be compiled with -O2 -fopenmp -march=core-avx2

[Bug libstdc++/62022] New: [4.10 regression] 27_io/basic_ofstream/pthread2.cc FAILs

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62022 Bug ID: 62022 Summary: [4.10 regression] 27_io/basic_ofstream/pthread2.cc FAILs Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/62022] [4.10 regression] 27_io/basic_ofstream/pthread2.cc FAILs

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62022 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug libstdc++/62023] New: [4.10 regression] 30_threads/condition_variable_any/50862.cc FAILs

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62023 Bug ID: 62023 Summary: [4.10 regression] 30_threads/condition_variable_any/50862.cc FAILs Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/62023] [4.10 regression] 30_threads/condition_variable_any/50862.cc FAILs

2014-08-05 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62023 Rainer Orth ro at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug c/62024] New: __atomic_always_lock_free is not a constant expression

2014-08-05 Thread amanieu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62024 Bug ID: 62024 Summary: __atomic_always_lock_free is not a constant expression Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug ada/62019] [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug lto/62020] [4.10 regression] ICE in add_symbol_to_partition

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62020 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||hubicka at

[Bug libstdc++/62023] [4.10 regression] 30_threads/condition_variable_any/50862.cc FAILs

2014-08-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62023 --- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org --- That exception comes from here in src/c++11/thread.cc void thread::_M_start_thread(__shared_base_type __b) { if (!__gthread_active_p()) #if __EXCEPTIONS throw

[Bug rtl-optimization/61672] [4.9 Regression] Less redundant instructions deleted by pre_delete after r208113.

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61672 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Summary|[4.9/4.10 Regression] Less |[4.9

[Bug tree-optimization/62006] Bad code generation with -O3 (possibly due to -ftree-partial-pre)

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62006 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/62021] ICE in verify_gimple_assign_single

2014-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62021 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc

[Bug target/62011] False Data Dependency in popcnt instruction

2014-08-05 Thread debiandev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62011 --- Comment #3 from Andev debiandev at gmail dot com --- This seems to be specific to some latest Intel CPUs. I am not sure which other CPUs are affected. There is no official errata for this behavior AFAIK. As Alexander suggested, it would be

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 --- Comment #2 from Dominique d'Humieres dominiq at lps dot ens.fr --- Can you please investigate a bit yourself? The test relies on fork()/wait() to work and properly return the exit status of the forked process. Where should I start?

[Bug lto/61802] [4.10 Regression] AArch64 execute.exp failures with LTO after r212467

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61802 ktkachov at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug go/61866] FAIL: ./index0-out.go execution, -O0 -g -fno-var-tracking-assignments

2014-08-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61866 --- Comment #3 from Ian Lance Taylor ian at airs dot com --- *** Bug 61865 has been marked as a duplicate of this bug. ***

[Bug go/61865] FAIL: go.test/test/fixedbugs/bug272.go execution, -O2 -g

2014-08-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61865 Ian Lance Taylor ian at airs dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug go/60874] FAIL: go.test/test/recover.go execution

2014-08-05 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874 --- Comment #6 from Ian Lance Taylor ian at airs dot com --- I don't know why making the types smaller in comment #4 makes any difference. On a system that does not use split stacks, the runtime will allocate a 2M stack for each goroutine (see

[Bug go/60874] FAIL: go.test/test/recover.go execution

2014-08-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60874 --- Comment #7 from Uroš Bizjak ubizjak at gmail dot com --- (In reply to Ian Lance Taylor from comment #6) I don't know why making the types smaller in comment #4 makes any difference. On a system that does not use split stacks, the runtime

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 --- Comment #4 from Dominique d'Humieres dominiq at lps dot ens.fr --- With a debugger? Yerk!-(

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 --- Comment #3 from rguenther at suse dot de rguenther at suse dot de --- On Tue, 5 Aug 2014, dominiq at lps dot ens.fr wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 --- Comment #2 from Dominique d'Humieres dominiq at lps dot

[Bug go/61871] FAIL: regexp from libgo testsuite on non-split stack targets

2014-08-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61871 --- Comment #1 from Uroš Bizjak ubizjak at gmail dot com --- Ops, I was also testing with this patch: --cut here-- Index: go/regexp/all_test.go === --- go/regexp/all_test.go

[Bug target/62025] New: [4.9/4.10 Regression] Miscompilation of openssl sha512.c

2014-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62025 Bug ID: 62025 Summary: [4.9/4.10 Regression] Miscompilation of openssl sha512.c Product: gcc Version: 4.9.1 Status: UNCONFIRMED Keywords: wrong-code

[Bug middle-end/62018] FAIL: gcc.dg/torture/ftrapv-1.c * execution test on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62018 --- Comment #5 from Dominique d'Humieres dominiq at lps dot ens.fr --- If I remove the attribute 'no clone', the test succeeds with clang, but fails with at least gcc 4.8.3, 4.9.1, and trunk.

[Bug target/62025] [4.9/4.10 Regression] Miscompilation of openssl sha512.c

2014-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62025 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.9.2 ---

[Bug target/62025] [4.9/4.10 Regression] Miscompilation of openssl sha512.c

2014-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62025 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- -fno-shrink-wrap doesn't help.

[Bug target/61915] [AArch64] High amounts of GP to FP register moves using LRA on AArch64

2014-08-05 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61915 --- Comment #5 from Evandro Menezes e.menezes at samsung dot com --- Created attachment 33249 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33249action=edit Dhrystone, part 2 of 3 I firstly observed this issue when looking into Dhrystone

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #9 from Evandro Menezes e.menezes at samsung dot com --- It seems to me that it's the LRA which is forcing the use of FP registers, so, even if the patterns are fixed, I believe that in the end the combiner would just give up and ICE.

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #10 from ktkachov at gcc dot gnu.org --- What we really need here is a preprocessed testcase showing the problem. It should be fairly easy to lock down on the problem then

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #11 from Evandro Menezes e.menezes at samsung dot com --- (In reply to ktkachov from comment #10) What we really need here is a preprocessed testcase showing the problem. It should be fairly easy to lock down on the problem then

[Bug c++/62017] AddressSanitizer reports *-buffer-overflow in destructor when multiple virtual inheritance is used

2014-08-05 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62017 Yury Gribov y.gribov at samsung dot com changed: What|Removed |Added CC||dodji at gcc

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #12 from Richard Earnshaw rearnsha at gcc dot gnu.org --- aarch64_conditional_register_usage() marks all FP registers as unavailable if !TARGET_FLOAT. So the real question is why this isn't sufficient to disable use of FP registers.

[Bug c/52952] Wformat location info is bad (wrong column number)

2014-08-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #27 from Manuel López-Ibáñez manu at gcc dot gnu.org --- (In reply to Manuel López-Ibáñez from comment #25) * Cases like: 1: const str[] = something %d; 2: printf(str); Note that clang is able to handle this: manuel@gcc10:~$

[Bug c/52952] Wformat location info is bad (wrong column number)

2014-08-05 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52952 --- Comment #28 from Manuel López-Ibáñez manu at gcc dot gnu.org --- Testcase: void foo(void) { char str[] = something %d; __builtin_printf(str); }

[Bug lto/62026] New: [4.9/4.10 Regression] Crash in lto_get_decl_name_mapping

2014-08-05 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 Bug ID: 62026 Summary: [4.9/4.10 Regression] Crash in lto_get_decl_name_mapping Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug lto/62026] [4.9/4.10 Regression] Crash in lto_get_decl_name_mapping

2014-08-05 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62026 --- Comment #1 from Dmitry Gorbachev d.g.gorbachev at gmail dot com --- Created attachment 33251 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33251action=edit Backtrace from 4.10.0 Appeared in rev. (208444, 209348].

[Bug ada/62019] [4.10 Regression] FAIL: gnat.dg/weak2.adb (test for excess errors) on x86_64-apple-darwin13

2014-08-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62019 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr --- r21298O is OK, the test fails starting at r213007. Bootstrapping r212982 fails with In file included from ../../p_work/gcc/cgraphunit.c:164:0: ../../p_work/gcc/cgraphunit.c:

[Bug c++/62027] New: missing dwarf info for struct/union nested in class

2014-08-05 Thread sijun.liu at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62027 Bug ID: 62027 Summary: missing dwarf info for struct/union nested in class Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/62027] missing dwarf info for struct/union nested in class

2014-08-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62027 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- Well the struct/class are unused.

[Bug testsuite/62028] New: Power64/Linux: FAIL: gcc.dg/sms-8.c scan-rtl-dump-times sms SMS succeeded 0

2014-08-05 Thread ma...@linux-mips.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62028 Bug ID: 62028 Summary: Power64/Linux: FAIL: gcc.dg/sms-8.c scan-rtl-dump-times sms SMS succeeded 0 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity:

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 --- Comment #13 from Evandro Menezes e.menezes at samsung dot com --- Created attachment 33253 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33253action=edit Test-case This test-case is a stripped-down version of Dhrystone, where the issue

[Bug middle-end/62029] New: Requesting new warning: missing const-qualifier

2014-08-05 Thread mi+gcc at aldan dot algebra.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62029 Bug ID: 62029 Summary: Requesting new warning: missing const-qualifier Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug target/62014] [AArch64] Using -mgeneral-regs-only may lead to ICE

2014-08-05 Thread e.menezes at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62014 Evandro Menezes e.menezes at samsung dot com changed: What|Removed |Added Attachment #33246|0 |1

[Bug ipa/61602] [4.10 Regression] ICE in lto1 on x86_64-linux-gnu in ipa_single_use, at ipa.c:1257

2014-08-05 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61602 --- Comment #3 from Zhendong Su su at cs dot ucdavis.edu --- Hi, it would be really nice if this one could be fixed very soon as it keeps popping up during my testing. Many thanks!

[Bug debug/61923] [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel.

2014-08-05 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923 --- Comment #5 from Vladimir Makarov vmakarov at gcc dot gnu.org --- The difference after scheduling a block is in DFA state because of additional advance_one_cycle call when debug_insns are present. The situation looks like

[Bug rtl-optimization/62030] New: wrong code due to aliasing issue

2014-08-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 Bug ID: 62030 Summary: wrong code due to aliasing issue Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: alias, wrong-code Severity: normal Priority:

[Bug rtl-optimization/62030] wrong code due to ifcvt merging two stores which have different aliasing sets

2014-08-05 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62030 --- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org --- Here are the two stores: (insn 30 25 33 3 (set (mem/f:DI (reg/v/f:DI 200 [ prev ]) [5 MEM[(struct head *)heads][_8].first+0 S8 A64]) (reg/v/f:DI 199 [ next ])) t.c:22 302