[Bug target/68286] [6 Regression] ICE: in wide_int_to_tree, at tree.c:1468

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

[Bug target/68285] [6 Regression] Assembler error on x86_64-linux-gnu: invalid instruction suffix for `movabs'

2015-11-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68285 Richard Biener changed: What|Removed |Added Target||x86_64-*-* Target Milestone|---

[Bug sanitizer/68065] Size calculations for VLAs can overflow

2015-11-11 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68065 --- Comment #25 from Daniel Micay --- > Just as GCC on Windows... Sure. I'm pointing out that Windows has had safety here for years, while Linux doesn't. It should. It really shouldn't be possible to exploit well-defined code. Running out of

[Bug c++/64267] [DR 482] Qualified declarators in redeclarations

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64267 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/68065] Size calculations for VLAs can overflow

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68065 --- Comment #26 from Eric Botcazou --- > Sure. I'm pointing out that Windows has had safety here for years, while > Linux doesn't. Thanks for correcting, the initial formulation was quite misleading and could be understood as GCC not being on

[Bug fortran/67826] gcc/fortran/openmp.c:1808: bad test ?

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

[Bug bootstrap/68271] [6 Regression] Boostrap fails on x86_64-apple-darwin14 at r230084

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68271 --- Comment #12 from Dominique d'Humieres --- Is the problem that difficult to fix?

[Bug c/68272] Unwanted out-of-line instances for C inline functions that are also GCC builtins.

2015-11-11 Thread sorganov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68272 Sergey Organov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/68291] New: [6 regression] ICE in emit_move_insn, at expr.c:3540

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68291 Bug ID: 68291 Summary: [6 regression] ICE in emit_move_insn, at expr.c:3540 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/58497] SLP vectorizes identical operations

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 Rainer Orth changed: What|Removed |Added CC||ro at gcc dot gnu.org --- Comment #5 from

[Bug target/68286] [6 Regression] ICE: in wide_int_to_tree, at tree.c:1468

2015-11-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68286 --- Comment #1 from Markus Trippelsdorf --- Started with r230098.

[Bug fortran/68283] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/68283] [5/6 Regression] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug libfortran/66756] libgfortran: ThreadSanitizer: lock-order-inversion

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66756 --- Comment #3 from Dominique d'Humieres --- > but why do set the status on waiting ? Is there any question implied ? Yes. In a perfect world, someone else would have to confirm it. In GCC land, you can change the status to NEW if you still see

[Bug libstdc++/64651] std::rethrow_exception not found by ADL

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

[Bug bootstrap/68271] [6 Regression] Boostrap fails on x86_64-apple-darwin14 at r230084

2015-11-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68271 --- Comment #13 from Jakub Jelinek --- Quick temporary fix is easy, just make pragma_kind in cp/parser.h 8 bit, and change id < 64 to id < 256 in c-family and update the comment. This I believe shouldn't make the C++ token any larger. And then

[Bug middle-end/68292] [6 regression] ICE in copy_blkmode_to_reg, at expr.c:2277

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68292 Rainer Orth changed: What|Removed |Added Target Milestone|--- |6.0

[Bug middle-end/68292] New: [6 regression] ICE in copy_blkmode_to_reg, at expr.c:2277

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68292 Bug ID: 68292 Summary: [6 regression] ICE in copy_blkmode_to_reg, at expr.c:2277 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/68283] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 Joost VandeVondele changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/68285] [6 Regression] Assembler error on x86_64-linux-gnu: invalid instruction suffix for `movabs'

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

[Bug fortran/68268] configure: error: GNU Fortran is not working;

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68268 --- Comment #4 from Dominique d'Humieres --- Executing "./configure ..." means you are bootstrapping in the sources directory which is not supported according the manual. You must create a build directory, cd to it, and execute

[Bug tree-optimization/68234] tree-vrp pass need to be improved when handling ASSERT_EXPR

2015-11-11 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68234 Jiong Wang changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/68289] Missing diagnostic pragmas

2015-11-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68289 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org ---

[Bug tree-optimization/68234] tree-vrp pass need to be improved when handling ASSERT_EXPR

2015-11-11 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68234 --- Comment #5 from Jiong Wang --- Author: jiwang Date: Wed Nov 11 10:51:31 2015 New Revision: 230150 URL: https://gcc.gnu.org/viewcvs?rev=230150=gcc=rev Log: [Patch] PR tree-optimization/68234 Improve range info for loop Phi node 2015-11-11

[Bug fortran/68289] Missing diagnostic pragmas

2015-11-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68289 Manuel López-Ibáñez changed: What|Removed |Added CC|manu at gcc dot gnu.org| --- Comment #4 from

[Bug rtl-optimization/68282] Optimization fails to remove unnecessary sign extension instruction

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

[Bug tree-optimization/66388] [6 Regression] Test gcc.target/i386/pr49781-1.c failed because of recent scev overflow patches.

2015-11-11 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66388 amker at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug tree-optimization/58497] SLP vectorizes identical operations

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 --- Comment #6 from Rainer Orth --- The new gcc.dg/tree-ssa/vector-5.c testcase FAILs on 64-bit Solaris/SPARC: FAIL: gcc.dg/tree-ssa/vector-5.c scan-tree-dump-times optimized " * 3;" 1 Rainer

[Bug fortran/67826] gcc/fortran/openmp.c:1808: bad test ?

2015-11-11 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67826 --- Comment #4 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Wed Nov 11 10:30:25 2015 New Revision: 230148 URL: https://gcc.gnu.org/viewcvs?rev=230148=gcc=rev Log: 2015-11-11 Dominique d'Humieres PR

[Bug fortran/53934] Better CPP macro diagnostics

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53934 Bug 53934 depends on bug 44054, which changed state. Bug 44054 Summary: Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44054 What|Removed

[Bug fortran/68289] New: Missing diagnostic pragmas

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68289 Bug ID: 68289 Summary: Missing diagnostic pragmas Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/68283] [5/6 Regression] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 --- Comment #4 from Manuel López-Ibáñez --- (In reply to Dominique d'Humieres from comment #3) > > With revision r216098 (2014-10-10) it gives This seems a problem with the buffering of errors that Fortran does. I might have missed some cases.

[Bug c++/68284] -Wlong-long causes dialect options to be ignored

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

[Bug c++/68290] g++.dg/concepts/auto1.C FAILs

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68290 Rainer Orth changed: What|Removed |Added Target Milestone|--- |6.0

[Bug c++/68290] New: g++.dg/concepts/auto1.C FAILs

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68290 Bug ID: 68290 Summary: g++.dg/concepts/auto1.C FAILs Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug target/68293] New: [6 Regression] ICE: in prepare_cmp_insn, at optabs.c:3813 with vector compare with -O0 @ aarch64

2015-11-11 Thread zsojka at seznam dot cz
tdcxx-pch --prefix=/repo/gcc-trunk//binary-trunk-230151-checking-yes-rtl-df-nographite-aarch64 Thread model: posix gcc version 6.0.0 2015 (experimental) (GCC) Tested revisions: r230151 - ICE r230115 - ICE r230014 - OK 4_5-branch r230093 - OK

[Bug libstdc++/64651] std::rethrow_exception not found by ADL

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64651 --- Comment #1 from Jonathan Wakely --- Author: redi Date: Wed Nov 11 10:08:23 2015 New Revision: 230147 URL: https://gcc.gnu.org/viewcvs?rev=230147=gcc=rev Log: PR libstdc++/64651 * libsupc++/exception_ptr.h

[Bug fortran/68289] Missing diagnostic pragmas

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68289 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug middle-end/68291] [6 regression] ICE in emit_move_insn, at expr.c:3540

2015-11-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68291 Markus Trippelsdorf changed: What|Removed |Added CC||ienkovich at gcc dot gnu.org,

[Bug target/68275] bb-slp-38 FAILs on armeb

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

[Bug rtl-optimization/68287] [6 Regression] conditional jump or move depends on uninitialized value in lra-lives.c:1048

2015-11-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68287 --- Comment #1 from Martin Liška --- Started from r230027 which is my commit, sorry for the noise, I'm going to fix it. Martin

[Bug fortran/58189] Color diagnostics for gfortran

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58189 Bug 58189 depends on bug 44054, which changed state. Bug 44054 Summary: Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44054 What|Removed

[Bug fortran/44054] Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color

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

[Bug fortran/68289] Missing diagnostic pragmas

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68289 --- Comment #3 from Dominique d'Humieres --- > > IMO implementing the diagnostic pragmas in gfortran will just be a waste of > > time. Thus if someone want to close this PR as WONTFIX, I won't object! > > Why? Doesn't Fortran have pragmas? Yes

[Bug c/68272] Unwanted out-of-line instances for C inline functions that are also GCC builtins.

2015-11-11 Thread sorganov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68272 Sergey Organov changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|FIXED

[Bug middle-end/68291] [6 regression] ICE in emit_move_insn, at expr.c:3540

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68291 Rainer Orth changed: What|Removed |Added Target Milestone|--- |6.0

[Bug rtl-optimization/68282] Optimization fails to remove unnecessary sign extension instruction

2015-11-11 Thread sgunderson at bigfoot dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68282 sgunderson at bigfoot dot com changed: What|Removed |Added CC||sgunderson at bigfoot dot

[Bug rtl-optimization/68269] [5/6 regression] FAIL: gcc.dg/pr68129_1.c (internal compiler error)

2015-11-11 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68269 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/68277] [5] [SH]: error: insn does not satisfy its constraints when compiling erlang

2015-11-11 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68277 --- Comment #1 from Kazumoto Kojima --- Created attachment 36686 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36686=edit reduced test case for -O1 It fails on trunk too. It seems that the problematic add insn (insn 765 764 300 46 (set

[Bug target/67305] [6 Regression] gcc.c-torture/compile/20121027-1.c ICE on arm-none-eabi

2015-11-11 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67305 --- Comment #9 from Jiong Wang --- Author: jiwang Date: Wed Nov 11 12:30:46 2015 New Revision: 230158 URL: https://gcc.gnu.org/viewcvs?rev=230158=gcc=rev Log: [ARM] PR67305, tighten neon_vector_mem_operand on eliminable registers 2015-11-11

[Bug tree-optimization/58497] SLP vectorizes identical operations

2015-11-11 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 --- Comment #8 from Rainer Orth --- Created attachment 36687 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36687=edit -fdump-tree-dom2-details dump

[Bug bootstrap/68271] [6 Regression] Boostrap fails on x86_64-apple-darwin14 at r230084

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68271 --- Comment #14 from Dominique d'Humieres --- > Quick temporary fix is easy, just make pragma_kind in cp/parser.h 8 bit, > and change id < 64 to id < 256 in c-family and update the comment. > This I believe shouldn't make the C++ token any

[Bug c++/68138] "operator== is ambiguous" when comparing a tuple containing values with one containing refs

2015-11-11 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68138 --- Comment #1 from Ville Voutilainen --- The test works if operator== is not a member. There's something fairly fishy going on here.

[Bug target/56592] [SH] Add vector ABI

2015-11-11 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56592 --- Comment #4 from Oleg Endo --- (In reply to Oleg Endo from comment #0) > > Function argument/return value aggregates are decomposed so that the > individual members can be passed in different register classes, based on the > data type. E.g.

[Bug sanitizer/68299] New: [5/6 Regression] runtime error: member call on null pointer of type 'const struct __lambda0'

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68299 Bug ID: 68299 Summary: [5/6 Regression] runtime error: member call on null pointer of type 'const struct __lambda0' Product: gcc Version: 5.2.1 Status: UNCONFIRMED

[Bug c++/68300] New: Bogus -Wnon-virtual-dtor warning with protected base class constructor

2015-11-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68300 Bug ID: 68300 Summary: Bogus -Wnon-virtual-dtor warning with protected base class constructor Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug sanitizer/68299] [5/6 Regression] runtime error: member call on null pointer of type 'const struct __lambda0'

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

[Bug ada/66205] gnatbind generates invalid code when finalization is enabled in restricted runtime

2015-11-11 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66205 simon at pushface dot org changed: What|Removed |Added Attachment #35567|0 |1 is obsolete|

[Bug other/60158] powerpc: usage of the .data.rel.ro.local section

2015-11-11 Thread joakim.tjernlund at transmode dot se
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60158 --- Comment #5 from joakim.tjernlund at transmode dot se --- I am sure I saw .data.rel.ro.local section with a .4byte statement in it using -S Now I cannot repeat it. The only thing that has changed that I know is glibc 2.19 is no glibc 2.20

[Bug fortran/68283] [5/6 Regression] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 --- Comment #7 from Steve Kargl --- On Wed, Nov 11, 2015 at 06:01:19PM +, dominiq at lps dot ens.fr wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 > > --- Comment #6 from Dominique d'Humieres --- > For some reason, the ICE

[Bug rtl-optimization/68298] New: wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-11 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68298 Bug ID: 68298 Summary: wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode) Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/60421] std::this_thread::sleep_for doesn't sleep for all arguments

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60421 --- Comment #9 from Jonathan Wakely --- (In reply to Jaak Ristioja from comment #6) > Additionally, the nanosleep code is also missing proper EINTR handling, > which again could break the sleep. This part is done.

[Bug target/68286] [6 Regression] ICE: in wide_int_to_tree, at tree.c:1468

2015-11-11 Thread renlin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68286 Renlin Li changed: What|Removed |Added Target|powerpc64le-unknown-linux-g |powerpc64le-unknown-linux-g

[Bug debug/67192] [6 Regression] Backward-goto in loop can get wrong line number

2015-11-11 Thread arnez at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67192 Andreas Arnez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug sanitizer/68299] [5/6 Regression] runtime error: member call on null pointer of type 'const struct __lambda0'

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68299 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug sanitizer/67941] calls on function pointer from a captureless lambda cause ubsan warning

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67941 Jonathan Wakely changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment

[Bug c/68062] [4.9/5/6 Regression] ICE when comparing vectors

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68062 --- Comment #6 from Marek Polacek --- If we should pay attention to the sign, then maybe --- gcc/c-family/c-common.c +++ gcc/c-family/c-common.c @@ -11903,9 +11903,9 @@ vector_types_compatible_elements_p (tree t1, tree t2) && (c2

[Bug fortran/68283] [5/6 Regression] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 --- Comment #6 from Dominique d'Humieres --- For some reason, the ICE requires to use at least -O.

[Bug libstdc++/60421] std::this_thread::sleep_for doesn't sleep for all arguments

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60421 --- Comment #8 from Jonathan Wakely --- Author: redi Date: Wed Nov 11 17:08:51 2015 New Revision: 230183 URL: https://gcc.gnu.org/viewcvs?rev=230183=gcc=rev Log: Loop in std::this_thread sleep functions PR libstdc++/60421 *

[Bug fortran/68283] [5/6 Regression] ice: gfc_variable_attr(): Bad array reference

2015-11-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68283 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug target/67265] [x86] 'asm' operand has impossible constraints with -fstack-check

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67265 --- Comment #9 from Eric Botcazou --- Author: ebotcazou Date: Wed Nov 11 14:56:17 2015 New Revision: 230176 URL: https://gcc.gnu.org/viewcvs?rev=230176=gcc=rev Log: PR target/67265 * ira.c (ira_setup_eliminable_regset): Do not

[Bug tree-optimization/68294] gcc cannot deduce (a | b) != 0 from (a != 0 && b != 0)

2015-11-11 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68294 --- Comment #2 from Robert Clausecker --- Created attachment 36689 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36689=edit Testcase for bug #68294

[Bug rtl-optimization/68282] Optimization fails to remove unnecessary sign extension instruction

2015-11-11 Thread stanshebs at earthlink dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68282 --- Comment #3 from Stan Shebs --- Sorry, left out a detail - the cltq output is compilation as C++. Compiled as a C file, the code does have the andl as noted. (I'm sure there are good reasons why the *exact* *same* source text ends up with

[Bug libstdc++/68297] Faster std::make_exception

2015-11-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68297 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/68266] pointers to arrays of excessive size not diagnosed

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68266 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed Nov 11 14:47:03 2015 New Revision: 230174 URL: https://gcc.gnu.org/viewcvs?rev=230174=gcc=rev Log: PR c/68107 PR c++/68266 * c-common.c

[Bug c/68107] Non-VLA type whose size is half or more of the address space constructed via a pointer

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68107 --- Comment #3 from Marek Polacek --- Author: mpolacek Date: Wed Nov 11 14:47:03 2015 New Revision: 230174 URL: https://gcc.gnu.org/viewcvs?rev=230174=gcc=rev Log: PR c/68107 PR c++/68266 * c-common.c

[Bug middle-end/68296] New: [6 regression] ICE in prepare_cmp_insn, at optabs.c:3813

2015-11-11 Thread sch...@linux-m68k.org
: gcc.c-torture/compile/pr53410-2.c -O0 (internal compiler error) FAIL: gcc.c-torture/compile/pr53410-2.c -O0 (test for excess errors) Excess errors: /opt/gcc/gcc-2015/gcc/testsuite/gcc.c-torture/compile/pr53410-2.c:27:18: internal compiler error: in prepare_cmp_insn, at optabs.c:3813

[Bug c/68039] Incorrect unused-result warning

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68039 --- Comment #2 from Marek Polacek --- Since op1 and op2 in that COND_EXPR are the same, we fold the conditional expression to a COMPOUND_EXPR: return x ();, 0; so the result of x () looks unused. Same for C++.

[Bug target/67305] [6 Regression] gcc.c-torture/compile/20121027-1.c ICE on arm-none-eabi

2015-11-11 Thread jiwang at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67305 Jiong Wang changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug sanitizer/68065] Size calculations for VLAs can overflow

2015-11-11 Thread ch3root at openwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68065 --- Comment #29 from Alexander Cherepanov --- On 2015-11-11 14:57, ebotcazou at gcc dot gnu.org wrote: >> Are you saying that -fstack-check is ready for use? Why it's not >> documented (except for Ada and in gccint)? > > !??? See 3.18 Options

[Bug c++/68138] "operator== is ambiguous" when comparing a tuple containing values with one containing refs

2015-11-11 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68138 Ville Voutilainen changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/67612] Unable to vectorize DOT_PROD_EXPR (PMADDWD?)

2015-11-11 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67612 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug target/67265] [x86] 'asm' operand has impossible constraints with -fstack-check

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67265 --- Comment #8 from Eric Botcazou --- Author: ebotcazou Date: Wed Nov 11 14:24:39 2015 New Revision: 230170 URL: https://gcc.gnu.org/viewcvs?rev=230170=gcc=rev Log: PR target/67265 * config/i386/i386.c

[Bug target/68293] [6 Regression] ICE: in prepare_cmp_insn, at optabs.c:3813 with vector compare with -O0 @ aarch64

2015-11-11 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68293 James Greenhalgh changed: What|Removed |Added CC||jgreenhalgh at gcc dot gnu.org ---

[Bug c/68272] Unwanted out-of-line instances for C inline functions that are also GCC builtins.

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68272 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c/68272] Unwanted out-of-line instances for C inline functions that are also GCC builtins.

2015-11-11 Thread sorganov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68272 --- Comment #5 from Sergey Organov --- Thanks, but my particular problem is that I do want nice GCC builtin when it is available, and I want generic inline implementation, rather than function call, when GCC builtin is not available.

[Bug c/68062] [4.9/5/6 Regression] ICE when comparing vectors

2015-11-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68062 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug libstdc++/68297] New: Faster std::make_exception

2015-11-11 Thread nyh at math dot technion.ac.il
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68297 Bug ID: 68297 Summary: Faster std::make_exception Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: libstdc++

[Bug c/68107] Non-VLA type whose size is half or more of the address space constructed via a pointer

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

[Bug c++/68266] pointers to arrays of excessive size not diagnosed

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

[Bug target/68293] [6 Regression] ICE: in prepare_cmp_insn, at optabs.c:3813 with vector compare with -O0 @ aarch64

2015-11-11 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68293 --- Comment #2 from Zdenek Sojka --- (In reply to James Greenhalgh from comment #1) > Looks related to pr68134 ? Maybe; the compiler crashes at roughly the same place. PR68134 is "r230014 or older", so either the buggy path is now triggered

[Bug tree-optimization/68294] gcc cannot deduce (a | b) != 0 from (a != 0 && b != 0)

2015-11-11 Thread fuz at fuz dot su
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68294 --- Comment #3 from Robert Clausecker --- Sorry, I forgot to attach the test case. Here it is.

[Bug target/67265] [x86] 'asm' operand has impossible constraints with -fstack-check

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67265 --- Comment #10 from Eric Botcazou --- Author: ebotcazou Date: Wed Nov 11 16:04:34 2015 New Revision: 230179 URL: https://gcc.gnu.org/viewcvs?rev=230179=gcc=rev Log: PR target/67265 * ira.c (ira_setup_eliminable_regset): Do not

[Bug target/67265] [x86] 'asm' operand has impossible constraints with -fstack-check

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67265 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |4.9.4 --- Comment #11 from Eric

[Bug target/67265] [x86] 'asm' operand has impossible constraints with -fstack-check

2015-11-11 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67265 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/68287] New: [6 Regression] conditional jump or move depends on uninitialized value in lra-lives.c:1048

2015-11-11 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68287 Bug ID: 68287 Summary: [6 Regression] conditional jump or move depends on uninitialized value in lra-lives.c:1048 Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug c++/68288] New: botched floating-point UDL

2015-11-11 Thread lucdanton at free dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68288 Bug ID: 68288 Summary: botched floating-point UDL Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee:

[Bug rtl-optimization/68287] [6 Regression] conditional jump or move depends on uninitialized value in lra-lives.c:1048

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

[Bug sanitizer/68065] Size calculations for VLAs can overflow

2015-11-11 Thread ch3root at openwall dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68065 --- Comment #27 from Alexander Cherepanov --- On 2015-11-11 11:16, ebotcazou at gcc dot gnu.org wrote: > On 2015-11-11 03:36, danielmicay at gmail dot com wrote: >> The implementation of -fstack-check in GCC does have significant overhead, >>

[Bug tree-optimization/58497] SLP vectorizes identical operations

2015-11-11 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 --- Comment #9 from rguenther at suse dot de --- On Wed, 11 Nov 2015, ro at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58497 > > --- Comment #8 from Rainer Orth --- > Created attachment 36687 > -->

  1   2   >