[Bug fortran/66633] ICE on valid "verify_gimple failed" with OpenMP

2015-06-22 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66633 --- Comment #1 from Andrew Benson --- Further reduced test case: module spls contains function spl() !$omp parallel write (0,*) igrt(fli) !$omp end parallel contains double precision function fli() end function fli end

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-22 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #30 from Kazumoto Kojima --- Created attachment 35829 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35829&action=edit possible patch for 4.9 The patch adds a counter to unspec vector of (unspec [...] UNSPEC_PIC) pattern to avo

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-22 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #29 from Kazumoto Kojima --- I've reproduced one problem for mpfr-3.1.3 with the cross compiler. For some TLS variables, we need to set GOT address to the PIC register R12 even in non-PIC objects. Here is a hypothetical example what

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

2015-06-22 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66612 --- Comment #1 from amker at gcc dot gnu.org --- Likely the change causes difference ivo result, and the wanted instruction not generated. I shall have a look.

[Bug tree-optimization/66449] [6 Regression] ICE: in build2_stat, at tree.c:4376 with -O3

2015-06-22 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66449 --- Comment #3 from amker at gcc dot gnu.org --- Author: amker Date: Tue Jun 23 02:27:49 2015 New Revision: 224769 URL: https://gcc.gnu.org/viewcvs?rev=224769&root=gcc&view=rev Log: PR tree-optimization/66449 * tree-ssa-loop-nite

[Bug target/66634] New: Cross building native *-w64-mingw32 failed

2015-06-22 Thread dongsheng.song at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66634 Bug ID: 66634 Summary: Cross building native *-w64-mingw32 failed Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: target

[Bug fortran/66633] New: ICE on valid "verify_gimple failed" with OpenMP

2015-06-22 Thread abensonca at gmail dot com
opt/gcc-trunk --enable-languages=c,c++,fortran --disable-multilib Thread model: posix gcc version 6.0.0 20150622 (experimental) (GCC) gfortran -c tmp.F90 -o tmp.o -fopenmp tmp.F90:11:0: write (0,*) igrt(fli) ^ Error: invalid argument to gimple call &<<

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #15 from Stas Sergeev --- (In reply to Andrew Pinski from comment #13) > Those all have pure assembly code to handle this case. No, they actually simply don't use TLS in a handler. That's something I'll be looking into too to save me

[Bug c++/66632] Incorrect use of default constructor to initialize isolated rvalue.

2015-06-22 Thread jasonxbell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66632 --- Comment #1 from jasonxbell at gmail dot com --- Correction: In the sentence "The lvalue q1 is then init'd via copy of the (incorrectly init'd) rvalue from the previous statement.", replace "q1" with "q2".

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #13 from Andrew Pinski --- (In reply to Stas Sergeev from comment #11) > (In reply to Andrew Pinski from comment #9) > > Clang is not GCC. Really you should not be using the fs segment register > > for your own use as it is part of t

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #14 from Andrew Pinski --- (In reply to Stas Sergeev from comment #12) > Note that on x86_64 you can't set FS without a syscall. > I would really hate doing that in asm it seems. Yes because you are setting the TLS segment. Again wh

[Bug c++/66632] New: Incorrect use of default constructor to initialize isolated rvalue.

2015-06-22 Thread jasonxbell at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66632 Bug ID: 66632 Summary: Incorrect use of default constructor to initialize isolated rvalue. Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #12 from Stas Sergeev --- Note that on x86_64 you can't set FS without a syscall. I would really hate doing that in asm it seems.

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #11 from Stas Sergeev --- (In reply to Andrew Pinski from comment #9) > Clang is not GCC. Really you should not be using the fs segment register > for your own use as it is part of the ABI that is the TLS segment. Any > other use it

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #10 from Andrew Pinski --- Also why can't you write your segfault handler in assembly when you fixup the fs segment and then call the C functions?

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #9 from Andrew Pinski --- (In reply to Stas Sergeev from comment #7) > (In reply to Andrew Pinski from comment #6) > > (In reply to Stas Sergeev from comment #5) > > > (In reply to Andrew Pinski from comment #4) > > > > (In reply to S

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #8 from Stas Sergeev --- Note that O0 and O1 are fine. Only O2 gives the problem. So there might be a simple solution somewhere!

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #7 from Stas Sergeev --- (In reply to Andrew Pinski from comment #6) > (In reply to Stas Sergeev from comment #5) > > (In reply to Andrew Pinski from comment #4) > > > (In reply to Stas Sergeev from comment #3) > > > > The signal hand

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #6 from Andrew Pinski --- (In reply to Stas Sergeev from comment #5) > (In reply to Andrew Pinski from comment #4) > > (In reply to Stas Sergeev from comment #3) > > > The signal handler needs to do the following things: > > > 1. Rest

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #5 from Stas Sergeev --- (In reply to Andrew Pinski from comment #4) > (In reply to Stas Sergeev from comment #3) > > The signal handler needs to do the following things: > > 1. Restore segment registers (init_handler() func) > > Why

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #4 from Andrew Pinski --- (In reply to Stas Sergeev from comment #3) > The signal handler needs to do the following things: > 1. Restore segment registers (init_handler() func) Why are you doing this, that is the question I am trying

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #3 from Stas Sergeev --- The signal handler needs to do the following things: 1. Restore segment registers (init_handler() func) 2. Increment thread-local var (fault_cnt) 3. Do stuff including reads of fault_cnt var Being thread-loca

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #2 from Andrew Pinski --- Can you better describe your use case because this is not obvious what you are trying to achieve here.

[Bug fortran/66366] ICE on invalid with non-allocatable CLASS variable [OOP]

2015-06-22 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66366 --- Comment #3 from Andrew Benson --- Note the name conflict between: type :: spsf and type(h5) :: spsf in the previous comment. Changing the name of either to make them distinct removes the ICE.

[Bug fortran/66366] ICE on invalid with non-allocatable CLASS variable [OOP]

2015-06-22 Thread abensonca at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66366 --- Comment #2 from Andrew Benson --- This reduced test case produces an ICE with similar backtrace, although it doesn't share the problem of having a non-allocatable/pointer CLASS variable (as far as I can tell): module sps type :: spsf end

[Bug inline-asm/66631] inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 --- Comment #1 from Stas Sergeev --- Please note that the shown code was generated with gcc-4.8.2, but inability to clobber segreg with inline asm was tested with gcc-5.1.1. A bit of dissonance here, I can't do both tests with similar gcc. Is th

[Bug inline-asm/66631] New: inability to clobber segment regs makes tls problematic

2015-06-22 Thread stsp at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66631 Bug ID: 66631 Summary: inability to clobber segment regs makes tls problematic Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal Priori

[Bug bootstrap/63740] [4.9 Regression] GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1: internal compiler error: in lra_create

2015-06-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740 --- Comment #18 from Vladimir Makarov --- Author: vmakarov Date: Mon Jun 22 20:48:05 2015 New Revision: 224761 URL: https://gcc.gnu.org/viewcvs?rev=224761&root=gcc&view=rev Log: 2015-06-22 Vladimir Makarov PR bootstrap/63740

[Bug c++/65879] [4.8/4.9/5/6 Regression] Bogus linkage errors for member class of anonymous class

2015-06-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65879 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/66501] [4.9/5/6 Regression] Default move assignment does not move array members

2015-06-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66501 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug target/66560] Fails to generate ADDSUBPS

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

[Bug bootstrap/63740] [4.9 Regression] GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1: internal compiler error: in lra_create

2015-06-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740 --- Comment #17 from Vladimir Makarov --- Author: vmakarov Date: Mon Jun 22 18:45:58 2015 New Revision: 224753 URL: https://gcc.gnu.org/viewcvs?rev=224753&root=gcc&view=rev Log: 2015-06-22 Vladimir Makarov PR bootstrap/63740

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-22 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #28 from John Paul Adrian Glaubitz --- Addendum: mpfr4_3.1.3-1 seems to be affected as well but I need to perform more testing. But it's definitely the jump from 3.1.2-1 to 3.1.2-3 that caused the bug!

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-22 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #27 from John Paul Adrian Glaubitz --- Alright, I have tracked it down now! It's definitely a bug in mpfr4 and *not* gcc. I rebuilt both mpfr4_3.1.2-1 and mpfr4_3.1.2-3 with the latest compiler we have in Debian which is gcc-4.9_4.9.

[Bug driver/36312] should refuse to overwrite input file with output file

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=36312 Marek Polacek changed: What|Removed |Added CC||yongjin.ohn at lge dot com --- Comment #

[Bug bootstrap/63740] [4.9 Regression] GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1: internal compiler error: in lra_create

2015-06-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740 --- Comment #16 from Vladimir Makarov --- Author: vmakarov Date: Mon Jun 22 18:17:28 2015 New Revision: 224752 URL: https://gcc.gnu.org/viewcvs?rev=224752&root=gcc&view=rev Log: 2015-06-22 Vladimir Makarov PR bootstrap/63740

[Bug c/66322] Linus Torvalds: -Wswitch-bool produces dubious warnings, fails to notice really bad things

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66322 --- Comment #7 from Marek Polacek --- Patch posted some time ago: https://gcc.gnu.org/ml/gcc-patches/2015-06/msg00790.html

[Bug bootstrap/63740] [4.9 Regression] GCC 4.9.2 bootstrap fails on ARM, haifa-sched.c:6507:1: internal compiler error: in lra_create

2015-06-22 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63740 --- Comment #15 from Vladimir Makarov --- The insn in question is (insn 3598 3597 6907 395 (parallel [ (set (reg:CC 100 cc) (compare:CC (reg:SI 307 [ ls$2 ]) (const_int 0 [0]))) (set (r

[Bug c/66531] New: Source file deleted when we use gcc compile

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66531 Bug ID: 66531 Summary: Source file deleted when we use gcc compile Product: gcc Version: unknown Status: RESOLVED Severity: enhancement Priority: P3 Component: c

[Bug c/66373] gcc downloaded from Fedora 21 repository produces defective executable. Same source code with gcc from Fedora 19 and Fedora 20 works fine

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66373 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/66222] gcc error: invalid use of '__builtin_va_arg_pack ()' at -O2 and up & pass at noopt

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66222 Marek Polacek changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/66542] [4.9/5/6 Regression] [C++11] Can create static variable of type that has deleted destructor

2015-06-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66542 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c/66090] Wrong loop code generation with -O2 on ARM

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66090 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/66397] sanitize=undefined triggers extra -Warray-bounds warning

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66397 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/65843] [5/6 Regression] multiple use of const variable in lamba in template function causes compile error

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

[Bug c++/65880] [5/6 Regression] Member function issue with argument "pointer to const array of member function pointers"

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

[Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list

2015-06-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66515 --- Comment #7 from Jason Merrill --- Author: jason Date: Mon Jun 22 17:24:25 2015 New Revision: 224748 URL: https://gcc.gnu.org/viewcvs?rev=224748&root=gcc&view=rev Log: PR c++/66515 * call.c (implicit_conversion): Only reshape

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/

2015-06-22 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621 --- Comment #2 from Jason Merrill --- Author: jason Date: Mon Jun 22 17:24:37 2015 New Revision: 224749 URL: https://gcc.gnu.org/viewcvs?rev=224749&root=gcc&view=rev Log: PR testsuite/66621 * g++.dg/debug, g++.dg/torture: Use dg-

[Bug middle-end/66630] Missing ubsan/ftrapv error

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66630 --- Comment #2 from Marek Polacek --- That's one thing. But there also something else going on. I hope it's just missing TYPE_OVERFLOW_SANITIZED in some match.pd patterns.

[Bug middle-end/66630] Missing ubsan/ftrapv error

2015-06-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66630 --- Comment #1 from Andrew Pinski --- This might be because we convert -i - 1 to be ~i.

[Bug middle-end/66630] New: Missing ubsan/ftrapv error

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66630 Bug ID: 66630 Summary: Missing ubsan/ftrapv error Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: middle-end Ass

[Bug ipa/66616] fipa-cp-clone ignores thunk

2015-06-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616 --- Comment #4 from vries at gcc dot gnu.org --- passes for gcc-4_8-branch

[Bug libstdc++/66055] hash containers missing required reserving constructors

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

[Bug ipa/66616] fipa-cp-clone ignores thunk

2015-06-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616 --- Comment #3 from vries at gcc dot gnu.org --- fails on gcc-4_9-branch

[Bug debug/66629] New: eee

2015-06-22 Thread netfuzzer at yandex dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66629 Bug ID: 66629 Summary: eee Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc d

[Bug libstdc++/66055] hash containers missing required reserving constructors

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66055 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Mon Jun 22 15:53:14 2015 New Revision: 224740 URL: https://gcc.gnu.org/viewcvs?rev=224740&root=gcc&view=rev Log: Backport from mainline 2015-05-14 Nathan Myers Jonathan Wa

[Bug libstdc++/65393] std::thread shared_ptr inefficiency

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65393 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Mon Jun 22 15:53:27 2015 New Revision: 224742 URL: https://gcc.gnu.org/viewcvs?rev=224742&root=gcc&view=rev Log: Backport from mainline 2015-06-16 Jonathan Wakely PR libstdc+

[Bug libstdc++/55977] [C++11] vector range construction imposes unnecessary conversion constraints

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

[Bug jit/66627] Tracker bug for jit bugs affecting ravi

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627 --- Comment #1 from David Malcolm --- Note to self: not all of the jit fixes on trunk had a bug attached; should review jit/ChangeLog.

[Bug libstdc++/64657] Support iterators with overloaded operator-comma

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64657 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Mon Jun 22 15:09:14 2015 New Revision: 224736 URL: https://gcc.gnu.org/viewcvs?rev=224736&root=gcc&view=rev Log: PR libstdc++/64657 * include/bits/stl_uninitialized.h

[Bug jit/66628] New: jit: Provide a way to add arbitrary options to the toplev "command line"

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66628 Bug ID: 66628 Summary: jit: Provide a way to add arbitrary options to the toplev "command line" Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug jit/66627] New: Tracker bug for jit bugs affecting ravi

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627 Bug ID: 66627 Summary: Tracker bug for jit bugs affecting ravi Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit

[Bug target/65871] bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag

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

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #8 from Charles Greathouse --- Full trace for last: isl_constraint.c:625: expecting integer value testcase.c: In function ‘generateICE’: testcase.c:8:6: internal compiler error: Aborted void generateICE(void) { ^ 0x9957bf cras

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #7 from Charles Greathouse --- Here's a testcase which fails without -fcheck-data-deps. Run gcc5.1 testcase.c -O2 -ftree-loop-linear -floop-strip-mine to reproduce: typedef struct m { const char * s1; const char * s2;

[Bug c++/39970] gcc accepts the . dot operator in template arguments

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug go/54873] runtime/pprof FAILs

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54873 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug rtl-optimization/50339] suboptimal register allocation for abs(__int128_t)

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50339 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug sanitizer/55374] [asan] -static-libasan -static-libstdc++ doesn't work

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug target/55657] objc/obj-c++ failures present under darwin12

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/55977] [C++11] vector range construction imposes unnecessary conversion constraints

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55977 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug rtl-optimization/50176] 4.7 generates spill-fill dealing with char->int conversion

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50176 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug middle-end/55563] OpenMP not marking variable as thread-local

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55563 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c/50720] "deprecated" doesn't work as expected for functions returning pointer

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50720 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c++/56326] g++.dg/gomp/tls-wrap4.C and g++.dg/tls/thread_local-wrap4.C FAIL on Solaris 9/x86

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56326 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51173 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug rtl-optimization/54540] postreload incorrectly simplifies stack adjustment into constant load into SP

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54540 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c++/49152] pretty printer cannot handle iterators and other complex expressions

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug target/55307] libgcc's __cpu_indicator_init does not check for avx correctly

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55307 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug fortran/54224] Warn for unused internal procedures

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug target/55656] objc/obj-c++ failures present under darwin11

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug other/55375] libsanitizer license incomplete

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug fortran/55978] class_optional_2.f90 -Os fails

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/44015] template parameters not documented

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug debug/53363] g++.dg/debug/dwarf2/thunk1.C FAILs

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libitm/51855] improve calculation of stack bottom in libitm's undolog

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug target/66626] New: [i386] gcc.dg/torture/stackalign/non-local-goto-5.c segfaults w/ -mregparm=3

2015-06-22 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66626 Bug ID: 66626 Summary: [i386] gcc.dg/torture/stackalign/non-local-goto-5.c segfaults w/ -mregparm=3 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: norm

[Bug rtl-optimization/44249] [4.7 Regression] IRA generates extra register move

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44249 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug middle-end/53623] [4.8 Regression] sign extension is effectively split into two x86-64 instructions

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53623 Richard Biener changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5

[Bug middle-end/57427] [4.8 Regression] ICE in gimplify_init_constructor

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57427 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.5

[Bug debug/53118] [4.8/4.9/5/6 regression] -feliminate-dwarf2-dups is broken for C++

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118 Richard Biener changed: What|Removed |Added Target Milestone|4.8.0 |6.0

[Bug tree-optimization/66422] [5 Regression] -Warray-bounds false positive with -O3

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422 --- Comment #11 from Richard Biener --- Author: rguenth Date: Mon Jun 22 14:12:24 2015 New Revision: 224732 URL: https://gcc.gnu.org/viewcvs?rev=224732&root=gcc&view=rev Log: 2015-06-22 Richard Biener Backport from mainline 2

[Bug tree-optimization/66422] [5 Regression] -Warray-bounds false positive with -O3

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c/66625] xorg-server (Ext/Xinerama) fails to build with -O3 optimizations

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66625 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/65871] bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag

2015-06-22 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65871 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Mon Jun 22 13:54:58 2015 New Revision: 224729 URL: https://gcc.gnu.org/viewcvs?rev=224729&root=gcc&view=rev Log: PR target/65871 * config/i386/i386.c (ix86_rtx_co

  1   2   >