[Bug middle-end/65855] missing optimization: triangular numbers

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65855 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Version|5

[Bug c/65855] New: missing optimization: triangular numbers

2015-04-22 Thread shawn at churchofgit dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65855 Bug ID: 65855 Summary: missing optimization: triangular numbers Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c++/65848] [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65848 Tom Honermann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/65854] New: [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211824

2015-04-22 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65854 Bug ID: 65854 Summary: [c++-concepts] Type constraint satisfaction error for type aliases; regression from r211824 Product: gcc Version: unknown Status: UNCONFIRMED

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #10 from Paul Robinson --- I thought I had heard your name before! Howdy... Granted this is an obscure corner case, but they are legal filenames, using a leading # is less horrifying than a leading space, and the depfile that gcc p

[Bug libquadmath/65757] gfortran gives incorrect result for anint with real*16 argument

2015-04-22 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65757 --- Comment #6 from Jerry DeLisle --- I am thinking its not working, but maybe I do not understand the function. I created a loop like this (with the patch): q1 = 233181505644407.q0 q2 = anint (q1) q3 = 233181505644408.0

[Bug libquadmath/65757] gfortran gives incorrect result for anint with real*16 argument

2015-04-22 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65757 --- Comment #5 from Steve Kargl --- On Wed, Apr 22, 2015 at 11:19:13PM +, bugs at dhbailey dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65757 > > --- Comment #3 from dhbbugs --- > Has anyone else been able to confirm that S

[Bug libquadmath/65757] gfortran gives incorrect result for anint with real*16 argument

2015-04-22 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65757 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug target/65456] powerpc64le autovectorized copy loop missed optimization

2015-04-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65456 --- Comment #17 from Bill Schmidt --- Author: wschmidt Date: Thu Apr 23 00:21:39 2015 New Revision: 222349 URL: https://gcc.gnu.org/viewcvs?rev=222349&root=gcc&view=rev Log: [gcc] 2015-04-22 Bill Schmidt PR target/65456 * config/rs6

[Bug c++/65853] New: Casting operator is missing ambiguity error (and happily compiles)

2015-04-22 Thread ryan.martindale at raytheon dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65853 Bug ID: 65853 Summary: Casting operator is missing ambiguity error (and happily compiles) Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: normal

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #9 from Andrew Pinski --- (In reply to Paul Robinson from comment #8) > Admittedly the gcc I have on Windows is *very* old, but it does not > normalize \ to / before writing the depfile. I know it is very old, I worked on it before l

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-04-22 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 prathamesh3492 at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Reso

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #8 from Paul Robinson --- (In reply to Andrew Pinski from comment #7) > Hmm, I thought \ would be converted into / by the time we reach here for > windows. I wonder if that is the better fix. Admittedly the gcc I have on Windows is

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #7 from Andrew Pinski --- Hmm, I thought \ would be converted into / by the time we reach here for windows. I wonder if that is the better fix.

[Bug libquadmath/65757] gfortran gives incorrect result for anint with real*16 argument

2015-04-22 Thread bugs at dhbailey dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65757 --- Comment #3 from dhbbugs --- Has anyone else been able to confirm that Steve Kargl's fix will work? What has to happen to move this fix into the production code?

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #6 from Paul Robinson --- (In reply to Andrew Pinski from comment #4) > Really for portability using \ and/or # should be avoided. I accept that, however we do have Windows clients trying to use Make, so \ is a fact of life. These a

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #5 from Paul Robinson --- Compare how space and # are handled, to see the problem. They need to be handled the same way.

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-04-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #4 from Andrew Pinski --- Really for portability using \ and/or # should be avoided.

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-04-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Apr 22 23:12:30 2015 New Revision: 222343 URL: https://gcc.gnu.org/viewcvs?rev=222343&root=gcc&view=rev Log: 2015-04-22 Steven G. Kargl PR fortran/65429 * decl.c

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #3 from Andrew Pinski --- Here is what the comment says in the source: /* Given a filename, quote characters in that filename which are significant to Make. Note that it's not possible to quote all such characters - e.g. \n, %,

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 --- Comment #2 from Andrew Pinski --- This was bug 35458 which says it was fixed in 4.4.0.

[Bug preprocessor/65852] Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 Paul Robinson changed: What|Removed |Added Version|unknown |4.8.2 --- Comment #1 from Paul Robinson

[Bug debug/54773] no debug info generated for rvalue reference

2015-04-22 Thread chihin.ko at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54773 --- Comment #3 from chihin ko --- g++ 4.8.2 on intel-Linux regress again. DW_TAG_rvalue_reference_type did not get generated. g++ 4.8.2 on intel Solaris is broken too. g++ 4.9.0 works on intel-Linux but not on intel Solaris.

[Bug fortran/65429] ICE on implied-length character empty array constructor

2015-04-22 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65429 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Wed Apr 22 22:43:46 2015 New Revision: 222342 URL: https://gcc.gnu.org/viewcvs?rev=222342&root=gcc&view=rev Log: 2015-04-22 Steven G. Kargl PR fortran/65429 * decl.c

[Bug preprocessor/65852] New: Incorrect escaping in depfiles

2015-04-22 Thread paul_robinson at playstation dot sony.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65852 Bug ID: 65852 Summary: Incorrect escaping in depfiles Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 --- Comment #4 from Ramana Radhakrishnan --- (In reply to prathamesh3492 from comment #3) > Hi, > I tried to reproduce the error with a reduced test-case: > > #include "arm_neon.h" > > float32x2_t a, b, c, e; > > int main() > { > e = __built

[Bug c++/65851] New: ice in set_lattice_value at tree-ssa-cc p.c:535

2015-04-22 Thread dcb314 at hotmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Created attachment 35386 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35386&action=edit gzipped C++ source code The attached code, when compiled by gcc trunk dated 20150422, with flag

[Bug c++/65721] [4.8/4.9/5/6 Regression] Internal compiler error segmentation fault

2015-04-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65721 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Apr 22 20:52:57 2015 New Revision: 222338 URL: https://gcc.gnu.org/viewcvs?rev=222338&root=gcc&view=rev Log: PR c++/65721 * name-lookup.c (do_class_using_decl): Complain about

[Bug c++/65695] [4.9/5/6 Regression] NSDMI calling constexpr constructor with pointer-to-member is not a constant expression

2015-04-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65695 --- Comment #13 from Jason Merrill --- Author: jason Date: Wed Apr 22 20:53:02 2015 New Revision: 222339 URL: https://gcc.gnu.org/viewcvs?rev=222339&root=gcc&view=rev Log: PR c++/65695 * cvt.c (cp_fold_convert): Avoid wrapping PTRMEM_CST

[Bug c++/59766] c++1y: declaring friend function with 'auto' return type deduction is rejected with bogus reason

2015-04-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59766 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/65727] [4.8/4.9/5/6 Regression] Segfault With Decltype In Lambda Expression Used To Initialize Static Class Member

2015-04-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65727 --- Comment #4 from Jason Merrill --- Author: jason Date: Wed Apr 22 20:53:07 2015 New Revision: 222340 URL: https://gcc.gnu.org/viewcvs?rev=222340&root=gcc&view=rev Log: PR c++/65727 * lambda.c (maybe_resolve_dummy): Handle null return.

[Bug c++/59766] c++1y: declaring friend function with 'auto' return type deduction is rejected with bogus reason

2015-04-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59766 --- Comment #12 from Jason Merrill --- Author: jason Date: Wed Apr 22 20:52:52 2015 New Revision: 222337 URL: https://gcc.gnu.org/viewcvs?rev=222337&root=gcc&view=rev Log: PR c++/59766 * decl.c (grokdeclarator): Do not flag friends with

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-04-22 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 --- Comment #3 from prathamesh3492 at gcc dot gnu.org --- Hi, I tried to reproduce the error with a reduced test-case: #include "arm_neon.h" float32x2_t a, b, c, e; int main() { e = __builtin_neon_vmls_lanev2sf (a, b, c, 0); return 0; } ar

[Bug libstdc++/60758] Infinite backtrace in __cxa_end_cleanup

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60758 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/65304] [4.9] [ARM] incorrect "asm operand has impossible constraints" error

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65304 Ramana Radhakrishnan changed: What|Removed |Added Keywords||ice-on-valid-code Sta

[Bug target/65326] LRA missing a Thumb optimization.

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65326 Ramana Radhakrishnan changed: What|Removed |Added Keywords||missed-optimization S

[Bug target/65711] arm*-linux* "link" spec passes '-dynamic-linker' even for '-shared'

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65711 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug testsuite/65767] Test pr65276 failed on arm-none-eabi

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/48904] x86_64-knetbsd-gnu fails to build

2015-04-22 Thread aldot at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48904 Bernhard Reutner-Fischer changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|2013-0

[Bug rtl-optimization/65067] regression on accessing volatile bit field

2015-04-22 Thread bernd.edlinger at hotmail dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65067 --- Comment #13 from Bernd Edlinger --- (In reply to Ramana Radhakrishnan from comment #12) > fixed ? yes, thanks.

[Bug rtl-optimization/65067] regression on accessing volatile bit field

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65067 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug lto/65778] v8 build fails with assembly error with LTO enabled on arm-linux-gnueabihf

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65778 Ramana Radhakrishnan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Com

[Bug c++/65850] 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65850 --- Comment #2 from Dâniel Fraga --- Without graphite optimization, it compiles fine.

[Bug c++/65850] 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65850 --- Comment #1 from Dâniel Fraga --- Created attachment 35385 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35385&action=edit Unified_cpp_layout_base0.ii I had to bzip2 it because of the size. Sorry.

[Bug c++/65850] New: 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value

2015-04-22 Thread fragabr at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65850 Bug ID: 65850 Summary: 5.1 regression [graphite]: isl_constraint.c:625: expecting integer value Product: gcc Version: unknown Status: UNCONFIRMED Severity: norm

[Bug target/65849] Add missing tuning knobs to #pragma target/attribute target support

2015-04-22 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65849 Michael Meissner changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/65849] New: Add missing tuning knobs to #pragma target/attribute target support

2015-04-22 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65849 Bug ID: 65849 Summary: Add missing tuning knobs to #pragma target/attribute target support Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/65818] [6 Regression] libiberty/vprintf-support.c:41:1: ICE: in expand_i fn_va_arg_1, at tree-stdarg.c:1095

2015-04-22 Thread dave.anglin at bell dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65818 --- Comment #8 from dave.anglin at bell dot net --- On 2015-04-22 12:40 PM, vries at gcc dot gnu.org wrote: > this patch is more conservative Restarted test with updated patch.

[Bug tree-optimization/59970] Bogus warnings at low optimization levels

2015-04-22 Thread mac at mcrowe dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59970 --- Comment #4 from Mike Crowe --- The test case in comment #3 shows the same problem in gcc-5-branch r222333.

[Bug testsuite/59971] multilib_flags is placed with the wrong order

2015-04-22 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59971 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/65818] [6 Regression] libiberty/vprintf-support.c:41:1: ICE: in expand_i fn_va_arg_1, at tree-stdarg.c:1095

2015-04-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65818 --- Comment #7 from vries at gcc dot gnu.org --- Hmm, this patch has failures for x86_64: - va_arg (ap, void): gcc.c-torture/compile/pr48767.c - vla: gcc.c-torture/execute/20020412-1.c gcc.dg/compat/struct-by-value-22 gcc.dg/lto/20090706

[Bug target/65846] Optimize data access in PIE with copy reloc

2015-04-22 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65846 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/65296] [avr] fix various issues with specs file generation

2015-04-22 Thread gjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65296 --- Comment #10 from Georg-Johann Lay --- Author: gjl Date: Wed Apr 22 16:14:50 2015 New Revision: 222333 URL: https://gcc.gnu.org/viewcvs?rev=222333&root=gcc&view=rev Log: Backport from trunk r222179. 2015-04-17 Sivanupandi Pitchumani

[Bug other/53313] Add warning levels

2015-04-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53313 Manuel López-Ibáñez changed: What|Removed |Added Keywords||easyhack --- Comment #7 from Manue

[Bug c++/65848] [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65848 --- Comment #2 from Andrew Sutton --- Here's the result of the latest commit (r222332) on my system. test.cpp is the program in the bug report. Command being timed: "~/opt/bin/g++ -std=c++1z -c test.cpp" User time (seconds): 0.04

[Bug c++/65848] [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread andrew.n.sutton at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65848 --- Comment #1 from Andrew Sutton --- This is caused by the use of a concept outside of a requires clause -- it's still a bug though. The TS doesn't actually include wording that would allow this program to be valid. Unfortunately, the first thi

[Bug fortran/65841] Seg fault on intrinsic assignment to allocatable derived type with allocatable component

2015-04-22 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65841 --- Comment #2 from Dominique d'Humieres --- I confirm the segfault with my clean trees for all variants (4.8 and 4.9 give an ICE). However I don't see them on my patched trees having Mikael's patch for pr65792 (https://gcc.gnu.org/ml/fortran/20

[Bug c++/65848] New: [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824

2015-04-22 Thread tom at honermann dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65848 Bug ID: 65848 Summary: [c++-concepts] High memory usage and compilation times for subsuming concept chains; regression from r211824 Product: gcc Version: unknown Status:

[Bug target/65847] SSE2 code for adding two structs is much worse at -O3 than at -O2

2015-04-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65847 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target|

[Bug target/65836] [6 Regression] gnat fails to build on aarch64-linux-gnu

2015-04-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65836 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||tom at codesourcery dot com

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-04-22 Thread r.ayrapetyan at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 Ruben Ayrapetyan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/65847] New: SSE2 code for adding two structs is much worse at -O3 than at -O2

2015-04-22 Thread jay.foad at gmail dot com
20150422 (experimental)

[Bug tree-optimization/59970] Bogus warnings at low optimization levels

2015-04-22 Thread mac at mcrowe dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59970 Mike Crowe changed: What|Removed |Added CC||mac at mcrowe dot com --- Comment #3 from M

[Bug target/65836] [6 Regression] gnat fails to build on aarch64-linux-gnu

2015-04-22 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65836 --- Comment #4 from ktkachov at gcc dot gnu.org --- Bisection confirmed that it's r222173: Author: vries Date: Fri Apr 17 09:26:59 2015 + Postpone expanding va_arg until pass_stdarg 2015-04-17 Tom de Vries Michael M

[Bug target/65846] New: Optimize data access in PIE with copy reloc

2015-04-22 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65846 Bug ID: 65846 Summary: Optimize data access in PIE with copy reloc Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: ta

[Bug rtl-optimization/64916] ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-22 Thread Alex.Velenko at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 --- Comment #9 from Alex Velenko --- Jeff, thank you for noticing this. I don't mind this time, I just hope this would not happen next time.

[Bug rtl-optimization/64916] ira.c update_equiv_regs patch causes gcc/testsuite/gcc.target/arm/pr43920-2.c regression

2015-04-22 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64916 --- Comment #8 from Jeffrey A. Law --- Alex, you're right. It's just an artifact which patch I pulled out of my todo list. Your patches are effectively doing the same thing. If you'd like I can add you to the ChangeLog entry for the fix.

[Bug c++/65845] typeid doesn't work consistently on pure virtual classes

2015-04-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65845 Jonathan Wakely changed: What|Removed |Added Severity|major |normal --- Comment #1 from Jonathan Wa

[Bug fortran/65841] Seg fault on intrinsic assignment to allocatable derived type with allocatable component

2015-04-22 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65841 Paul Thomas changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/65147] alignment of std::atomic object is not correct

2015-04-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65147 Jonathan Wakely changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug target/61551] [NEON] alter costs to allow use of post-indexed addressing modes for VLD{2..4}/VST{2..4}

2015-04-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61551 Ramana Radhakrishnan changed: What|Removed |Added Target Milestone|5.2 |6.0 --- Comment #2 from Ramana Ra

[Bug rtl-optimization/64688] [4.9 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-04-22 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64688 Uroš Bizjak changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/65845] New: typeid doesn't work consistently on pure virtual classes

2015-04-22 Thread laszlo.bodor at citi dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65845 Bug ID: 65845 Summary: typeid doesn't work consistently on pure virtual classes Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: major Priori

[Bug lto/65844] [5/6 Regression] ICE (verify_cgraph_node failed) on i686-linux-gnu

2015-04-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65844 Richard Biener changed: What|Removed |Added Keywords||ice-checking CC|

[Bug lto/64860] [5/6 Regression] multiple definition of typeinfo in 5.0 (4.9.2 works)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64860 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #11 from Jakub Jelinek

[Bug testsuite/63256] [5/6 regression] FAIL: gcc.dg/sms-8.c scan-rtl-dump-times sms "SMS succeeded" 0

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63256 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

[Bug debug/56974] c++ ref qualifiers not represented in DWARF

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56974 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #5 from Jakub Jelinek -

[Bug web/62211] ./configure --with-float= and ARM

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62211 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug target/65501] [5/6 Regression] v850 ICE at c_register_pragma_1, at c-family/c-pragma.c:1317

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65501 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #1 from Jakub Jelinek -

[Bug middle-end/64099] [5/6 Regression] ~15% runtime increase for fatigue.f90.

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64099 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #15 from Jakub Jelinek

[Bug rtl-optimization/64688] [4.9 Regression] internal compiler error: Max. number of generated reload insns per insn is achieved (90)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64688 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #20 from Jakub Jelinek

[Bug debug/63572] [5/6 Regression] ICF breaks user debugging experience

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63572 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #14 from Jakub Jelinek

[Bug go/65717] 64-bit runtime FAILs with 32-bit compiler

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65717 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug libstdc++/64132] [5/6 Regression] FAIL: 22_locale/numpunct/members/char/3.cc execution test

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64132 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug testsuite/59971] multilib_flags is placed with the wrong order

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59971 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c/65345] ICE with _Generic selection on _Atomic int

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65345 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #9 from Jakub Jelinek -

[Bug fortran/64022] [F2003][IEEE] ieee_support_flag does not handle kind=10 and kind=16 REAL variables

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64022 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug rtl-optimization/64905] unsigned short is loaded with 4-byte load (movl)

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64905 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #13 from Jakub Jelinek

[Bug target/64785] [5/6 Regression][SH] and|or|xor #imm not used

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64785 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #8 from Jakub Jelinek -

[Bug other/65737] [5/6 Regression] ICE (Aborted in crash_signal) on arm-linux-gnueabihf

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65737 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug ipa/65076] [5/6 Regression] 16% tramp3d-v4.cpp compile time regression

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65076 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #58 from Jakub Jelinek

[Bug c++/51747] [DR 1467] [C++11] cannot call defaulted copy constructor using list-initialization

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51747 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #12 from Jakub Jelinek

[Bug c/63782] avoid implicit declaration warning for incompatible builtin implicit declaration

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63782 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #2 from Jakub Jelinek -

[Bug c/56724] sub-optimal location in error

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #17 from Jakub Jelinek

[Bug target/65689] [5 Regression][AArch64] S constraint fails for inline asm at -O0

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65689 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #11 from Jakub Jelinek

[Bug libstdc++/64054] 27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc FAILs

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64054 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #15 from Jakub Jelinek

[Bug sanitizer/64289] ICE with -fsanitize=float-cast-overflow

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64289 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #3 from Jakub Jelinek -

[Bug c++/56480] Explicit specialization in a namespace enclosing the specialized template

2015-04-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.0 |5.2 --- Comment #6 from Jakub Jelinek -

  1   2   >