[Bug rtl-optimization/63843] [5 Regression] wrong code generation at -O1 and higher

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63843 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Nov 19 08:18:53 2014 New Revision: 217753 URL: https://gcc.gnu.org/viewcvs?rev=217753&root=gcc&view=rev Log: PR rtl-optimization/63843 * simplify-rtx.c (simplify_binary_operat

[Bug tree-optimization/63947] Wrong assembly code generation

2014-11-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63947 Uroš Bizjak changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/63947] Wrong assembly code generation

2014-11-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63947 Uroš Bizjak changed: What|Removed |Added Target||x86 Component|tree-optimization

[Bug rtl-optimization/63843] [5 Regression] wrong code generation at -O1 and higher

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63843 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug sanitizer/63813] [5 Regression][UBSAN] ICE in ubsan_type_descriptor, at ubsan.c:346

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63813 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/63946] [Compilation error] Compilation fails giving error in iomanip.

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

[Bug c++/63928] [5 Regression] use after free in cp/constexpr.c

2014-11-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63928 --- Comment #1 from Markus Trippelsdorf --- Created attachment 34034 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34034&action=edit testcase Also reproducible with valgrind: trippels@gcc2-power8 c++11 % valgrind -q --track-origins=yes -

[Bug c/63944] [DR#413] Partial overriding of nonconstant struct/union initializers with designated initializers

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63944 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/58930] [C++11] Bogus error: converting to ... from initializer list would use explicit constructor

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58930 Paolo Carlini changed: What|Removed |Added CC||filip.roseen at gmail dot com --- Commen

[Bug c++/60698] non-empty braced-init-list of non-static data member T[N] in class template results in error diagnostic, if T is a class

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60698 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/58930] [C++11] Bogus error: converting to ... from initializer list would use explicit constructor

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58930 --- Comment #11 from Paolo Carlini --- Let's adjust the Milestone: with the backport these bugs are fixed for 4.9.1.

[Bug c++/58930] [C++11] Bogus error: converting to ... from initializer list would use explicit constructor

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58930 Paolo Carlini changed: What|Removed |Added Target Milestone|5.0 |4.9.1

[Bug c++/58753] Brace-initializing a vector with a direct-initialization NSDMI doesn't work in a template

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58753 Paolo Carlini changed: What|Removed |Added Target Milestone|5.0 |4.9.1

[Bug libgcc/63882] internal compiler error: in int_mode_for_mode, at stor-layout.c:395

2014-11-19 Thread aiencai at 126 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63882 --- Comment #1 from aiencai at 126 dot com --- According to further exploration,mpc has nothing to do with this problem. This problem is caused by configuration options '--disable-bootstrap' and '--enable-languages=c++,lto'

[Bug sanitizer/63913] [5 Regression] ICE: verify_gimple failed: statement marked for throw, but doesn't with -fnon-call-exceptions -fsanitize=bool

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63913 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Nov 19 09:27:30 2014 New Revision: 217755 URL: https://gcc.gnu.org/viewcvs?rev=217755&root=gcc&view=rev Log: PR sanitizer/63913 * ubsan.c: Include tree-eh.h. (instrument_b

[Bug c++/57654] [c++11] static class member reference-to-a-reference will not compile

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57654 Paolo Carlini changed: What|Removed |Added Summary|[c++11][constexpr] static |[c++11] static class member

[Bug tree-optimization/63677] Failure to constant fold with vectorization.

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63677 --- Comment #5 from Richard Biener --- With the patch from PR63864 we still don't optimize: : vect_cst_.12_23 = { 0, 1, 2, 3 }; vect_cst_.11_32 = { 4, 5, 6, 7 }; vectp.14_2 = &a[0]; MEM[(int *)&a] = { 0, 1, 2, 3 }; vectp.14_21 = &a[0

[Bug c++/57654] [c++11] static class member reference-to-a-reference will not compile

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57654 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57654] [c++11] static class member reference-to-a-reference will not compile

2014-11-19 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57654 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Wed Nov 19 09:36:40 2014 New Revision: 217756 URL: https://gcc.gnu.org/viewcvs?rev=217756&root=gcc&view=rev Log: 2014-11-19 Paolo Carlini PR c++/57654 * g++.dg/cpp0

[Bug sanitizer/62141] [GCC-4.10.0][ASAN] ICE: Segmentation fault: 11

2014-11-19 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62141 Francois-Xavier Coudert changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug c++/60399] constexpr ctor that does not init an attribute should be rejected but isn't

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60399 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/63844] [4.8/4.9/5 Regression] open mp parallelization prevents vectorization

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63844 --- Comment #14 from Richard Biener --- Author: rguenth Date: Wed Nov 19 09:47:19 2014 New Revision: 217757 URL: https://gcc.gnu.org/viewcvs?rev=217757&root=gcc&view=rev Log: 2014-11-19 Richard Biener PR tree-optimization/63844 * omp

[Bug tree-optimization/63844] [4.8/4.9 Regression] open mp parallelization prevents vectorization

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63844 Richard Biener changed: What|Removed |Added Known to work||5.0 Summary|[4.8/4.9/5 Regre

[Bug sanitizer/63520] ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize=undefined on ppc64

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63520 --- Comment #12 from Jakub Jelinek --- Author: jakub Date: Wed Nov 19 09:49:18 2014 New Revision: 217758 URL: https://gcc.gnu.org/viewcvs?rev=217758&root=gcc&view=rev Log: PR sanitizer/63520 * internal-fn.c (expand_ubsan_result_store): N

[Bug tree-optimization/63915] gomp/pr60823-2.c:31:1: error: dead STMT in EH table

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63915 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Nov 19 09:50:58 2014 New Revision: 217759 URL: https://gcc.gnu.org/viewcvs?rev=217759&root=gcc&view=rev Log: PR tree-optimization/63915 * tree-vect-stmts.c (vectorizable_simd_

[Bug libstdc++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 --- Comment #1 from Jonathan Wakely --- I think this must be a front end issue, not libstdc++

[Bug c++/63942] [5.0 Regression] constexpr conflicts with previous declaration

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63942 Richard Biener changed: What|Removed |Added Component|libstdc++ |c++ Target Milestone|---

[Bug tree-optimization/63941] [5 Regression] ICE on valid code at -O3 and above on x86_64-linux-gnu

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63941 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug sanitizer/63948] New: Sanitizer testsuite full of failures on darwin

2014-11-19 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63948 Bug ID: 63948 Summary: Sanitizer testsuite full of failures on darwin Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sani

[Bug testsuite/63939] [5 Regression] Massive asan failures (356) on x86_64-apple-darwin14

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 Richard Biener changed: What|Removed |Added Target Milestone|--- |5.0

[Bug c++/59296] [c++11] ref-qualified member function is ambiguous

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59296 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|jason at gcc

[Bug c++/63935] internal compiler error: output_operand: invalid expression as operand

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63935 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug target/59843] ICE with return of generic vector on aarch64

2014-11-19 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59843 alalaw01 at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[Bug go/63812] Compilation error due to a large floating point constant truncated to integer

2014-11-19 Thread e29253 at jp dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63812 --- Comment #5 from Tatsushi Inagaki --- Submitted a pull request to Docker: https://github.com/docker/docker/pull/9233

[Bug target/63949] New: Aarch64 instruction combiner does not optimize subsi_sxth function as expected

2014-11-19 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63949 Bug ID: 63949 Summary: Aarch64 instruction combiner does not optimize subsi_sxth function as expected Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: no

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 --- Comment #7 from Paolo Carlini --- I think we can close this. The __func__ snippet now works in mainline with -std=c++14, I'm adding it to the testsuite.

[Bug target/63950] New: [AArch64] ICE at -O0 on vld1_lane intrinsics

2014-11-19 Thread alalaw01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63950 Bug ID: 63950 Summary: [AArch64] ICE at -O0 on vld1_lane intrinsics Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug target/63951] New: [5 Regression] bootstrap failure (ICE in adjust_temp_type) on arm-linux-gnueabi{,hf} building the libstdc++ pch file

2014-11-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63951 Bug ID: 63951 Summary: [5 Regression] bootstrap failure (ICE in adjust_temp_type) on arm-linux-gnueabi{,hf} building the libstdc++ pch file Product: gcc Version:

[Bug target/63951] [5 Regression] bootstrap failure (ICE in adjust_temp_type) on arm-linux-gnueabi{,hf} building the libstdc++ pch file

2014-11-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63951 --- Comment #1 from Matthias Klose --- trunk r217719

[Bug c++/55425] constexpr does not work in many situations (both built-in and user supplied literals)

2014-11-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55425 --- Comment #8 from Paolo Carlini --- Uhm, in fact probably it should be accepted with -std=c++11 too, let's wait a second.

[Bug target/63952] New: [5 Regression] bootstrap failure (ICE in prepare_cmp_insn) on s390x in libjava

2014-11-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63952 Bug ID: 63952 Summary: [5 Regression] bootstrap failure (ICE in prepare_cmp_insn) on s390x in libjava Product: gcc Version: unknown Status: UNCONFIRMED Severity

[Bug target/63954] New: msp430 multiplication unsafe for use in interrupts

2014-11-19 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63954 Bug ID: 63954 Summary: msp430 multiplication unsafe for use in interrupts Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/63953] New: msp430 fails to define multiplier for msp430fr5xx mcus

2014-11-19 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63953 Bug ID: 63953 Summary: msp430 fails to define multiplier for msp430fr5xx mcus Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug tree-optimization/62167] [4.8 Regression][tail-merge] dead type-unsafe load replaces type-safe load

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62167 --- Comment #3 from vries at gcc dot gnu.org --- Author: vries Date: Wed Nov 19 10:44:58 2014 New Revision: 217761 URL: https://gcc.gnu.org/viewcvs?rev=217761&root=gcc&view=rev Log: Fix tail-merge pass for dead type-unsafe code 2014-11-19 Tom d

[Bug tree-optimization/62167] [4.8 Regression][tail-merge] dead type-unsafe load replaces type-safe load

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62167 --- Comment #4 from vries at gcc dot gnu.org --- Author: vries Date: Wed Nov 19 10:50:42 2014 New Revision: 217763 URL: https://gcc.gnu.org/viewcvs?rev=217763&root=gcc&view=rev Log: Fix tail-merge pass for dead type-unsafe code 2014-11-19 Tom d

[Bug tree-optimization/62167] [4.8 Regression][tail-merge] dead type-unsafe load replaces type-safe load

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62167 --- Comment #5 from vries at gcc dot gnu.org --- Author: vries Date: Wed Nov 19 11:08:02 2014 New Revision: 217764 URL: https://gcc.gnu.org/viewcvs?rev=217764&root=gcc&view=rev Log: Fix tail-merge pass for dead type-unsafe code 2014-11-19 Tom d

[Bug web/63955] New: Remove pr51879-12.c xfail

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63955 Bug ID: 63955 Summary: Remove pr51879-12.c xfail Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: web Assignee: u

[Bug sanitizer/63956] New: [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-11-19 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 Bug ID: 63956 Summary: [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c Product: gcc Version: 5.0 Status: UNCONFIRMED Key

[Bug tree-optimization/62167] [4.8 Regression][tail-merge] dead type-unsafe load replaces type-safe load

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62167 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug target/63954] msp430 multiplication unsafe for use in interrupts

2014-11-19 Thread pab at pabigot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63954 Peter A. Bigot changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/63956] [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-11-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/63957] New: rename -fuse-caller-save to -fipa-ra

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 Bug ID: 63957 Summary: rename -fuse-caller-save to -fipa-ra Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimizat

[Bug sanitizer/63956] [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-11-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 --- Comment #2 from Marek Polacek --- It looks like cxx_eval_call_expression just isn't prepared for internal functions, with NULL_TREE CALL_EXPR_FN.

[Bug web/63955] Remove pr51879-12.c xfail

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63955 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63952] [5 Regression] bootstrap failure (ICE in prepare_cmp_insn) on s390x in libjava

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63952 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug rtl-optimization/63957] [5 Regression] rename -fuse-caller-save to -fipa-ra

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63957 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Component|tree-optimization

[Bug target/63951] [5 Regression] bootstrap failure (ICE in adjust_temp_type) on arm-linux-gnueabi{,hf} building the libstdc++ pch file

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63951 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Version|unknown

[Bug ada/63931] [5 Regression] Ada libraries use 5.0 as LIB_VERSION

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63931 Richard Biener changed: What|Removed |Added Priority|P3 |P1 Target Milestone|---

[Bug sanitizer/63948] Sanitizer testsuite full of failures on darwin

2014-11-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63948 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/63939] [5 Regression] Massive asan failures (356) on x86_64-apple-darwin14

2014-11-19 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 Dominique d'Humieres changed: What|Removed |Added CC||fxcoudert at gcc dot gnu.org ---

[Bug sanitizer/63958] New: [5 Regression] bootstrap failure in the sanitizer libs on sparc-linux-gnu

2014-11-19 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63958 Bug ID: 63958 Summary: [5 Regression] bootstrap failure in the sanitizer libs on sparc-linux-gnu Product: gcc Version: unknown Status: UNCONFIRMED Severity: nor

[Bug libstdc++/63959] New: G++ misreports volatile int as trivially copyable

2014-11-19 Thread lh_mouse at 126 dot com
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: lh_mouse at 126 dot com The type trait std::is_trivially_copyable::value yields true on g++ (GCC) 5.0.0 20141119 (experimental). ISO C++ states that volatile types are NOT trivially copyable: N3936 3.9 Types

[Bug middle-end/63879] [5 Regression] ICE compiling Linux Kernel fs/ext3/namei.c with -fsanitize=undefined

2014-11-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879 --- Comment #9 from Marek Polacek --- Author: mpolacek Date: Wed Nov 19 12:03:04 2014 New Revision: 217766 URL: https://gcc.gnu.org/viewcvs?rev=217766&root=gcc&view=rev Log: PR sanitizer/63879 * fold-const.c (negate_expr_p) : Return

[Bug middle-end/63879] [5 Regression] ICE compiling Linux Kernel fs/ext3/namei.c with -fsanitize=undefined

2014-11-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63879 Marek Polacek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/63949] Aarch64 instruction combiner does not optimize subsi_sxth function as expected

2014-11-19 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63949 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||missed-optimization

[Bug sanitizer/63520] ICE: in get_biv_step, at loop-iv.c:824 with -fsanitize=undefined on ppc64

2014-11-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63520 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/63960] New: [meta-bug] Port tail-merge fixes to 4.8

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63960 Bug ID: 63960 Summary: [meta-bug] Port tail-merge fixes to 4.8 Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-opti

[Bug sanitizer/63956] [5 Regression][UBSAN] ICE segfault in cxx_eval_call_expression ../../gcc/cp/constexpr.c

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63956 Jakub Jelinek changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #3

[Bug other/63426] [meta-bug] Issues found with -fsanitize=undefined

2014-11-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63426 --- Comment #2 from Markus Trippelsdorf --- A few new ones: config/rs6000/constraints.md:143:33: runtime error: signed integer overflow: 9223372036854775807 + 32768 cannot be represented in type 'long int' config/rs6000/predicates.md:396:22: run

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-19 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 Francois-Xavier Coudert changed: What|Removed |Added CC||dodji at gcc dot gnu.org,

[Bug sanitizer/63958] [5 Regression] bootstrap failure in the sanitizer libs on sparc-linux-gnu

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63958 Richard Biener changed: What|Removed |Added Version|unknown |5.0 Target Milestone|---

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 --- Comment #5 from Jakub Jelinek --- I'd strongly prefer somebody interested in darwin to just add the libbacktrace support. And instead of obfuscating the testcase, either see why it is not symbolized by testsuite/lib/asan-dg.exp (asan_symboli

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 Jakub Jelinek changed: What|Removed |Added CC|davem at gcc dot gnu.org | --- Comment #6 from Jakub Jeline

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-19 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 --- Comment #7 from Francois-Xavier Coudert --- It's not only a darwin issue: as libbacktrace's README says, "libbacktrace only supports ELF executables with DWARF debugging information", so obviously there are other object formats, Mach-O and PE

[Bug middle-end/61558] [5 Regression] ICE: Segmentation fault

2014-11-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61558 --- Comment #14 from David Binderman --- Still broken some five months after reporting it. ;-|

[Bug c++/63961] New: Use-after-free in constexpr.c

2014-11-19 Thread y.gribov at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63961 Bug ID: 63961 Summary: Use-after-free in constexpr.c Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assigne

[Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540

2014-11-19 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053 --- Comment #8 from David Binderman --- (In reply to Alexander Ivchenko from comment #7) > The patch fixed the issue for me, thanks! This bug has been unresolved for over three months now. Time for some more testing of the patch ?

[Bug sanitizer/63939] [5 Regression] Massive asan failures (356) on darwin

2014-11-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63939 --- Comment #8 from Jakub Jelinek --- (In reply to Francois-Xavier Coudert from comment #7) > It's not only a darwin issue: as libbacktrace's README says, "libbacktrace > only supports ELF executables with DWARF debugging information", so > obvio

[Bug tree-optimization/63962] New: [5 Regression][x86] Code pessimization after r217213

2014-11-19 Thread izamyatin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63962 Bug ID: 63962 Summary: [5 Regression][x86] Code pessimization after r217213 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug tree-optimization/63955] Remove pr51879-12.c xfail

2014-11-19 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63955 --- Comment #2 from vries at gcc dot gnu.org --- Created attachment 34036 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34036&action=edit Tentative patch

[Bug c++/63928] [5 Regression] use after free in cp/constexpr.c

2014-11-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63928 Markus Trippelsdorf changed: What|Removed |Added CC||y.gribov at samsung dot com --- Co

[Bug c++/63961] Use-after-free in constexpr.c

2014-11-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63961 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/63951] [5 Regression] bootstrap failure (ICE in adjust_temp_type) on arm-linux-gnueabi{,hf} building the libstdc++ pch file

2014-11-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63951 --- Comment #2 from H.J. Lu --- Dup of PR 63928?

[Bug libstdc++/60936] [4.9 Regression] Binary code bloat with std::string

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/61831] [4.9/ 5 Regression] runtime error: pointer being freed was not allocated

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61831 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug c++/62051] [4.9/4.10] Undefined reference to vtable with -O2 and -fdevirtualize-speculatively

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62051 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug ada/62117] [4.9 regression] wrong code for passing small array argument'Address, in generic

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62117 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug c++/63849] [4.9/5.0 Regression][c++11] ICE on variadic alias template with wrappers

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63849 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/61765] [4.9/5 Regression] Rejects valid BIND(C) ENTRY

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61765 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug target/63783] [4.9/5 Regression] [SH] Miscompilation of boolean negation on SH4 using -O2

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63783 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug target/61622] [4.8 regression] internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1508

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61622 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/63733] [4.8/4.9/5 Regression] [OOP] wrong resolution for OPERATOR generics

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63733 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/62044] [4.8/4.9/5 Regression] ICE in USE statement with RENAME for extended derived type

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug target/63408] [4.8 regression] GCC emits incorrect fixed->fp conversion instruction on Cortex-M4 target

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63408 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug other/62284] [4.8 Regression] AVR unable to find register to spill in the class POINTER_REGS

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62284 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug debug/61033] [4.8/4.9 Regression] Infinite loop in variable tracking

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61033 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/63744] [4.8/4.9/5 Regression] Duplicate use-statement causes error

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63744 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug target/62642] [4.8/4.9 Regression] x86 rdtsc is moved through barrier

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62642 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug fortran/60898] [4.8/4.9/5 Regression] model compile error with gfortran 4.7 and gcc 4.9

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60898 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

[Bug other/63505] [4.8/4.9 Regression] ICE with -fdebug-types-section in should_move_die_to_comdat, at dwarf2out.c:6702

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63505 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.4

  1   2   3   4   >