[Bug c++/67991] New: Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 Bug ID: 67991 Summary: Pointer to function with internal linkage not being allowed, when it should be Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity:

[Bug middle-end/34010] [4.9 Regression] ppc64 bad stdargs codegen for zero sized objects

2015-10-16 Thread mrs at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34010 --- Comment #16 from mrs at gcc dot gnu.org --- I checked https://gcc.gnu.org/ml/gcc-testresults/2015-04/msg01438.html and the failure is gone.

[Bug fortran/67987] ICE on declaring and initializing character with negative len

2015-10-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 --- Comment #2 from kargl at gcc dot gnu.org --- (In reply to kargl from comment #1) > I have a patch that I'm testing. For the code in the > intial report I get > > troutmask:sgk[238] gfc6 -c g6.f90 > g6.f90:2:15: > > character(-8) :: c =

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #1 from Jacob McIntosh --- http://open-std.org/JTC1/SC22/WG21/docs/papers/2014/n4268.html This is the relevant standard change (as mentioned in the isocpp thread i linked)

[Bug fortran/67988] ICE on accessing substring with negative range in array constructor

2015-10-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67988 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/67993] New: ice in compare_operand with -O2 -march=native

2015-10-16 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67993 Bug ID: 67993 Summary: ice in compare_operand with -O2 -march=native Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug fortran/67987] ICE on declaring and initializing character with negative len

2015-10-16 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 --- Comment #3 from Steve Kargl --- On Fri, Oct 16, 2015 at 06:03:06PM +, kargl at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 > > --- Comment #2 from kargl at gcc dot gnu.org --- > (In reply to kargl from

[Bug libstdc++/67996] New: std::ios_base::seekdir raises -Wswitch with Clang

2015-10-16 Thread kim.grasman at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67996 Bug ID: 67996 Summary: std::ios_base::seekdir raises -Wswitch with Clang Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug target/67994] New: __attribute__ ((target("arch=XXX"))) enables unsupported ISA

2015-10-16 Thread hjl.tools at gmail dot com
i_endproc .LFE0: .size __x86_rdrand, .-__x86_rdrand .ident "GCC: (GNU) 6.0.0 20151016 (experimental)" .section.note.GNU-stack,"",@progbits [hjl@gnu-6 pr67985]$ There should be a warning since rdrand isn't supported on Intel Core 2.

[Bug target/67995] New: __attribute__ ((target("arch=XXX"))) enables unsupported ISA

2015-10-16 Thread hjl.tools at gmail dot com
and .ident "GCC: (GNU) 6.0.0 20151016 (experimental)" .section.note.GNU-stack,"",@progbits [hjl@gnu-6 pr67985]$ There should be a warning since rdrand isn't supported on Intel Core 2.

[Bug gcov-profile/67992] GCOV takes an absurdly long time to process a file

2015-10-16 Thread Pidgeot18 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67992 --- Comment #1 from Joshua Cranmer --- Created attachment 36531 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36531=edit Implementation of Hawick's algorithm in C++ This is test code I wrote to figure out why I couldn't reproduce the

[Bug c++/67997] New: GCC 5.2.0 fails to link std::cout overloaded functions when -std=c++11 option is used

2015-10-16 Thread all4sanjay at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67997 Bug ID: 67997 Summary: GCC 5.2.0 fails to link std::cout overloaded functions when -std=c++11 option is used Product: gcc Version: 5.2.0 Status: UNCONFIRMED

[Bug libstdc++/67990] New: compare() does not sort null characters in locale collation order

2015-10-16 Thread hstong at ca dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67990 Bug ID: 67990 Summary: compare() does not sort null characters in locale collation order Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: normal

[Bug gcov-profile/67992] New: GCOV takes an absurdly long time to process a file

2015-10-16 Thread Pidgeot18 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67992 Bug ID: 67992 Summary: GCOV takes an absurdly long time to process a file Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/67987] ICE on declaring and initializing character with negative len

2015-10-16 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 --- Comment #4 from kargl at gcc dot gnu.org --- *** Bug 67988 has been marked as a duplicate of this bug. ***

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #5 from Andrew Pinski --- (In reply to Jacob McIntosh from comment #4) > It looks like this is supposed to be a c++1y/1z feature (post c++-14 > anyway)... and it looks like it's not implemented yet in gcc. Same errors > for me with

[Bug target/67871] LTO falis for ARM big-endian

2015-10-16 Thread jonathan at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871 --- Comment #6 from Jonathan Roelofs --- I've filed the corresponding binutils report here: https://sourceware.org/bugzilla/show_bug.cgi?id=19145

[Bug c++/67993] ice in compare_operand with -O2 -march=native

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

[Bug target/67871] LTO falis for ARM big-endian

2015-10-16 Thread jonathan at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67871 Jonathan Roelofs changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug c++/67997] GCC 5.2.0 fails to link std::cout overloaded functions when -std=c++11 option is used

2015-10-16 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67997 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/67998] New: redundant test for 0 when also checking inequality

2015-10-16 Thread rv at rasmusvillemoes dot dk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67998 Bug ID: 67998 Summary: redundant test for 0 when also checking inequality Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: enhancement Priority: P3

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #2 from Andrew Pinski --- Are you sure this is not C++14 feature.

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #3 from Andrew Pinski --- Try -std=c++1y or -std=c++1z .

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread nacitar at ubercpp dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #4 from Jacob McIntosh --- It looks like this is supposed to be a c++1y/1z feature (post c++-14 anyway)... and it looks like it's not implemented yet in gcc. Same errors for me with -std=c++1y and also with -std=c++1z

[Bug c++/67991] Pointer to function with internal linkage not being allowed, when it should be

2015-10-16 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67991 --- Comment #6 from Andrew Pinski --- Confirmed on the trunk with -std=c++17 . Since this is a new feature of C++17, it is not as important as other bugs in the C++ front-end at this stage.

[Bug c++/67981] new expression with zero size not diagnosed

2015-10-16 Thread Casey at Carter dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67981 Casey Carter changed: What|Removed |Added CC||Casey at Carter dot net --- Comment #1

[Bug c++/67926] Using folding expressions in a constexpr context ice's

2015-10-16 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67926 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/66199] [4.9/5 Regression] lastprivate/linear clause issues on combined constructs

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

[Bug fortran/61830] [4.9/5/6 regression] Memory leak with assignment to array of derived types with allocatable components

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

[Bug c++/67557] [4.9/5/6 regression] Calling copy constructor of base class in constructor of derived class produces crashing code

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

[Bug target/67439] [4.9/5/6 Regression]ICE: unrecognizable insn compiling arm-fp16 testcases with -march=armv7-a and -mrestrict-it

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

[Bug c++/67337] [4.9/5/6 Regression] Segmentation fault on a template class

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

[Bug fortran/66385] [4.9/5/6 Regression] ICE: FORALL writing multiple elements of one array

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

[Bug fortran/66461] [4.9/5/6 Regression] ICE on missing end program in fixed source

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

[Bug fortran/66494] [4.9/5/6 Regression] ICE on using same name for embedded subroutine

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

[Bug fortran/65889] [6 Regressions] [OOP] ICE with sizeof a polymorphic variable.

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65889 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/67219] [6 Regression] Incorrect conversion warning

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67219 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66079] [5 Regression] memory leak with source allocation in internal subprogram

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

[Bug fortran/66079] [5 Regression] memory leak with source allocation in internal subprogram

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66079 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66927] [6 Regression] ICE in gfc_conf_procedure_call

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66927 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c/67984] "internal compiler error:" with lot of loop optimizations enabled

2015-10-16 Thread inferrna at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67984 --- Comment #1 from inferrna --- Created attachment 36523 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36523=edit *.i file compressed Additional info: My system is Ubuntu 15.10 gcc --version gcc-5.real (Ubuntu 5.2.1-22ubuntu1) 5.2.1

[Bug c/67978] dead code elimination deleted the predicated branch within the function block.

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67978 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/67383] reload_cse_simplify_operands fails on ARMV7-M

2015-10-16 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67383 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org ---

[Bug target/67089] [4.9/5/6 Regression] Integer overflow checks not optimized on x86/x86_64

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67089 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-*

[Bug c++/67834] [5 Regression] Local references inside comdat groups

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

[Bug c++/67376] [5/6 regression] Comparison with pointer to past-the-end of array fails inside constant expression

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

[Bug fortran/67076] [5/6 Regression] Critical inside a module procedure

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67076 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/67171] [6 regression] sourced allocation

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67171 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66089] [6 Regression] elemental dependency mishandling when derived types are involved

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66089 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/67818] [5 Regression] FAIL: libgomp.fortran/alloc-comp-[23].f90

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67818 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug ipa/67600] [5/6 Regression] Segfault when assigning only one char to ostreambuf_iterator compiled with -O2 or -O3

2015-10-16 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67600 --- Comment #5 from Jan Hubicka --- OK, the problem is that we loss offset of 64. This happens in get_dynamic_type where we restrict to inner class and get difference in between offset inside restricted type and offset from basic instance

[Bug c/67979] dead code elimination deleted the predicated branch within the function block.

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67979 --- Comment #3 from Richard Biener --- *** Bug 67978 has been marked as a duplicate of this bug. ***

[Bug c++/67576] [4.9/5/6 Regression] expression of typeid( expression ) is evaluated twice

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

[Bug middle-end/34010] [4.9 Regression] ppc64 bad stdargs codegen for zero sized objects

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34010 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/67900] [4.9/5/6 Regression] Interface bug: Binding parameters to C causes a compiler segmentation fault.

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

[Bug ada/60403] [4.9/5/6 Regression] fatal error, system.ads not formatted correctly

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60403 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug c++/66921] [4.9/5/6 Regression] failure to determine size of static constexpr array that is nested within a templated class

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

[Bug middle-end/24306] [4.0 Regression] va_arg gets confused when skipping over certain zero-sized types with -msse

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24306 Bug 24306 depends on bug 34010, which changed state. Bug 34010 Summary: [4.9 Regression] ppc64 bad stdargs codegen for zero sized objects https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34010 What|Removed |Added

[Bug fortran/65996] [5/6 Regression] gfortran ICE with -dH

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65996 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/67451] [5/6 Regression] ICE with sourced allocation from coarray.

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67451 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66311] [5/6 Regression] Problems with some integer(16) values

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66311 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66680 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug c/67984] New: "internal compiler error:" with lot of loop optimizations enabled

2015-10-16 Thread inferrna at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67984 Bug ID: 67984 Summary: "internal compiler error:" with lot of loop optimizations enabled Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug boehm-gc/66848] boehm-gc fails test suite on x86_64-apple-darwin15

2015-10-16 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66848 --- Comment #18 from Jack Howarth --- The upstream commit... https://github.com/ivmai/bdwgc/commit/faef04e7cb3741163dfdf65900ef5d2a0530be0f 2011-02-09 Ivan Maidanski * src/atomic_ops.c (AO_USE_NO_SIGNALS,

[Bug fortran/66695] [4.9/5/6 Regression] ICE with binding-name equal to the name of a use-associated procedure

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66695 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Target Milestone|---

[Bug c++/66763] [6 Regression] 25_algorithms/remove/requirements/explicit_instantiation/2.cc fails on AIX

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

[Bug fortran/65889] [6 Regressions] [OOP] ICE with sizeof a polymorphic variable.

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

[Bug middle-end/66325] [6 Regression] ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes on arm-none-eabi

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

[Bug ipa/66764] [6 Regression] ICE in analyze_function() on AIX

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

[Bug c++/67876] [6 Regression] ICE when compiling Firefox 38

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

[Bug fortran/66089] [6 Regression] elemental dependency mishandling when derived types are involved

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

[Bug c++/67926] Using folding expressions in a constexpr context ice's

2015-10-16 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67926 --- Comment #2 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Oct 16 07:06:11 2015 New Revision: 228861 URL: https://gcc.gnu.org/viewcvs?rev=228861=gcc=rev Log: /cp 2015-10-16 Paolo Carlini PR

[Bug tree-optimization/67921] [6 Regression] "internal compiler error: in build_polynomial_chrec, at tree-chrec.h:147" when using -fsanitize=undefined

2015-10-16 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67921 --- Comment #4 from amker at gcc dot gnu.org --- Sorry for slow response, I will have a look. Thanks,

[Bug c++/67980] left shift count is negative [-Wshift-count-negative] generated for unreachable code

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67980 Richard Biener changed: What|Removed |Added Keywords||diagnostic

[Bug fortran/67076] [5/6 Regression] Critical inside a module procedure

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

[Bug fortran/66680] [5 Regression] ICE with openmp, a loop and a type bound procedure

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

[Bug fortran/67451] [5/6 Regression] ICE with sourced allocation from coarray.

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

[Bug tree-optimization/63602] [5/6 Regression] Wrong code w/ -O2 -ftree-loop-linear

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

[Bug ipa/67056] [5/6 regression] Wrong code generated

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

[Bug c++/67257] [5/6 regression] Internal compiler error in retrieve_specialization

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

[Bug ipa/66223] [5/6 Regression] Diagnostic of pure virtual function call broken, including __cxa_pure_virtual

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

[Bug ipa/67056] [5/6 regression] Wrong code generated

2015-10-16 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67056 Jan Hubicka changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #16

[Bug ipa/66738] [5/6 Regression] optimizer bug related to exceptions and static symbols

2015-10-16 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66738 Jan Hubicka changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/67983] ICE: Error reporting routines re-entered.

2015-10-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67983 Markus Trippelsdorf changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug target/67657] [SH][5/6 Regression]: internal compiler error: in cselib_record_set, at cselib.c:2396 when compiling libjpeg-turbo

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

[Bug c++/66858] [6 Regression] FAIL: g++.dg/pch/system-2.C -O2 -g assembly comparison on aarch64-none-elf, arm-none-eabi

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

[Bug target/66171] [6 Regression]: gcc.target/cris/biap.c

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

[Bug fortran/67758] [6 Regression] ICE on invalid use of COMMON

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67758 Richard Biener changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/67982] Incorrect -Wunused-function warning

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

[Bug fortran/67977] allocatable strings, array section reallocated - non-standard behaviour

2015-10-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67977 Dominique d'Humieres changed: What|Removed |Added Keywords||wrong-code

[Bug fortran/65889] [6 Regressions] [OOP] ICE with sizeof a polymorphic variable.

2015-10-16 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65889 vehre at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug target/67985] New: -miamcu -march=haswell should allow x87 and AVX instructions

2015-10-16 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67985 Bug ID: 67985 Summary: -miamcu -march=haswell should allow x87 and AVX instructions Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/67982] Incorrect -Wunused-function warning

2015-10-16 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67982 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #3 from Richard Biener --- I have a prototype that handles (extended) diamonds. With this FRE1 is able to optimize the check to 1 (with -O -ffast-math).

[Bug target/66171] [6 Regression]: gcc.target/cris/biap.c

2015-10-16 Thread vekumar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66171 --- Comment #1 from vekumar at gcc dot gnu.org --- Yes canonical RTL is retained and is LSHIFT here. May be need to adjust the machine descriptions to be based on shift.

[Bug fortran/67982] Incorrect -Wunused-function warning

2015-10-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67982 --- Comment #3 from Dominique d'Humieres --- > Maybe r224201 ? It is Author: hubicka Date: Sun Jun 7 21:30:58 2015 UTC (4 months, 1 week ago) Changed paths: 13 (showing only 10; show all) Log Message: * alias.c (get_alias_set):

[Bug middle-end/66311] [5 Regression] Problems with some integer(16) values

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66311 Richard Biener changed: What|Removed |Added Priority|P4 |P2 Component|fortran

[Bug middle-end/67966] [6 regression] ICE in convert_move, at expr.c:282

2015-10-16 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67966 --- Comment #8 from Andreas Schwab --- The patch in #c6 survives bootstrap.

[Bug target/67657] [SH][5/6 Regression]: internal compiler error: in cselib_record_set, at cselib.c:2396 when compiling libjpeg-turbo

2015-10-16 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67657 --- Comment #16 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #15) > (In reply to Richard Biener from comment #14) > > Fixed. > > I was actually waiting for feedback/confirmation from Adrian... but well .. > yeah, I

[Bug tree-optimization/67975] Failure to optimise equality between two call sequences

2015-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #4 from Richard Biener --- https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01580.html Hope that fixes all cases you ran into.

  1   2   >