[Bug sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-08 Thread m.ostapenko at samsung dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 Maxim Ostapenko changed: What|Removed |Added CC||m.ostapenko at samsung dot com --- Com

[Bug bootstrap/77676] powerpc64 and powerpc64le stage2 bootstrap fail

2016-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77676 --- Comment #17 from Martin Sebor --- Patch to re-enable -fprintf-return-value: https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00785.html

[Bug middle-end/78149] missing warning on strncpy buffer overflow due to an excessive bound

2016-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78149 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor -

[Bug sanitizer/78267] New: [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977

2016-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78267 Bug ID: 78267 Summary: [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/78121] [7 Regression] ice in set_value_range

2016-11-08 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78121 --- Comment #7 from kugan at gcc dot gnu.org --- Author: kugan Date: Wed Nov 9 01:41:26 2016 New Revision: 241989 URL: https://gcc.gnu.org/viewcvs?rev=241989&root=gcc&view=rev Log: Fix ice in set_value_range gcc/ChangeLog: 2016-11-09 Kugan Viv

[Bug libstdc++/78231] Should std::sort use unqualifed iter_swap?

2016-11-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78231 --- Comment #8 from Jonathan Wakely --- Also 17.6.5.4 [global.functions] p4.

[Bug middle-end/78245] missing -Wformat-length on an overflow of a dynamically allocated buffer

2016-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78245 Martin Sebor changed: What|Removed |Added Keywords||patch --- Comment #2 from Martin Sebor -

[Bug fortran/78260] ICE in gimplify_expr, at gimplify.c:11939

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

[Bug fortran/78259] [7 Regression] ICE in gfc_trans_subcomponent_assign, at fortran/trans-expr.c:7330

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

[Bug fortran/78258] ICE in compare_values_warnv, at tree-vrp.c:1218

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

[Bug fortran/69861] [OOP] ICE on declaring class parameter array

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69861 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug middle-end/78266] New: broken openacc loop partitioning on nvptx offloading targets

2016-11-08 Thread cesar at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78266 Bug ID: 78266 Summary: broken openacc loop partitioning on nvptx offloading targets Product: gcc Version: 7.0 Status: UNCONFIRMED Keywords: openacc Se

[Bug c++/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2016-11-08 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #2 from Bill Schmidt --- From the GCC User's Manual (https://gcc.gnu.org/onlinedocs/gcc.pdf): By default, GCC also provides some additional extensions to the C++ language that on rare occasions conflict with the C++ standard. See Sec

[Bug fortran/68440] [OOP] ICE on declaring class variable with wrong attribute

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68440 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug c++/78263] Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2016-11-08 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 --- Comment #1 from Bill Schmidt --- You simply need to use -std=gnu++11 instead of -std=c++11.

[Bug debug/78265] New: Excess emission of debug info for ODR used global variables

2016-11-08 Thread dblaikie at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78265 Bug ID: 78265 Summary: Excess emission of debug info for ODR used global variables Product: gcc Version: 6.1.0 Status: UNCONFIRMED Severity: normal Pr

[Bug c++/78264] [7 regression] ICE in build_noexcept_spec, at cp/except.c:1196

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

[Bug c++/78264] New: [7 regression] ICE in build_noexcept_spec, at cp/except.c:1196

2016-11-08 Thread ro at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78264 Bug ID: 78264 Summary: [7 regression] ICE in build_noexcept_spec, at cp/except.c:1196 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal P

[Bug fortran/68440] [OOP] ICE on declaring class variable with wrong attribute

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68440 --- Comment #6 from janus at gcc dot gnu.org --- Author: janus Date: Tue Nov 8 22:07:21 2016 New Revision: 241979 URL: https://gcc.gnu.org/viewcvs?rev=241979&root=gcc&view=rev Log: 2016-11-08 Janus Weil PR fortran/68440 * exp

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

2016-11-08 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63958 --- Comment #15 from chefmax at gcc dot gnu.org --- Author: chefmax Date: Tue Nov 8 22:06:02 2016 New Revision: 241978 URL: https://gcc.gnu.org/viewcvs?rev=241978&root=gcc&view=rev Log: PR sanitizer/63958 Reapply: 2014-10

[Bug c++/78263] New: Compile failure with AltiVec library on PPC64le and -std=c++11 flag

2016-11-08 Thread khill at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78263 Bug ID: 78263 Summary: Compile failure with AltiVec library on PPC64le and -std=c++11 flag Product: gcc Version: 5.4.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/78248] [7 Regression] wrong code at -Os and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2016-11-08 Thread helloqirun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78248 Qirun Zhang changed: What|Removed |Added CC||helloqirun at gmail dot com --- Comment #5

[Bug libstdc++/77459] [6/7 Regression] undefined reference to `snprintf' when building mingw-w64 cross-compiler

2016-11-08 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77459 --- Comment #8 from François Dumont --- Ok, at least it confirms what I thought about builtins. So the problem is rather a buggy target. Even if so I'll try to find an alternative approach to avoid snprintf usage.

[Bug fortran/50069] FORALL fails on a character array

2016-11-08 Thread louis.krupp at zoho dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #11 from louis.krupp at zoho dot com --- You're right. I wasn't paying attention to the third ("function reverse ...") in the bug report. I believe that's fixed with the attached patch to trans-expr.c along with my other patch. I no

[Bug tree-optimization/78248] [7 Regression] wrong code at -Os and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2016-11-08 Thread su at cs dot ucdavis.edu
/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../gcc-source-trunk/configure --enable-languages=c,c++,lto --prefix=/usr/local/gcc-trunk --disable-bootstrap Thread model: posix gcc version 7.0.0 20161108 (experimental) [trunk revision 241970] (GCC) $ $ gcc-trunk -Os small.c $ ./a.out

[Bug target/78262] New: [7 Regression] wrong code with -fschedule-insns

2016-11-08 Thread zsojka at seznam dot cz
aphite-amd64 Thread model: posix gcc version 7.0.0 20161108 (experimental) (GCC)

[Bug middle-end/78261] New: vect pass only vectorizes half of the array in gcc.c-torture/execute/pr68532.c

2016-11-08 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78261 Bug ID: 78261 Summary: vect pass only vectorizes half of the array in gcc.c-torture/execute/pr68532.c Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: no

[Bug target/70799] STV pass does not convert DImode shifts

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

[Bug target/70799] STV pass does not convert DImode shifts and rotates

2016-11-08 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70799 --- Comment #4 from uros at gcc dot gnu.org --- Author: uros Date: Tue Nov 8 19:06:54 2016 New Revision: 241974 URL: https://gcc.gnu.org/viewcvs?rev=241974&root=gcc&view=rev Log: PR target/70799 * config/i386/i386.c (dimode_scala

[Bug libstdc++/78231] Should std::sort use unqualifed iter_swap?

2016-11-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78231 --- Comment #7 from Jonathan Wakely --- (In reply to Eric Niebler from comment #6) > Jonathan, the wording for std::reverse mentions iter_swap and doesn't seem > to say whether it is called qualified or unqualified. 17.6.1.1 [contents] means it

[Bug tree-optimization/78114] [7 regression] gfortran.dg/vect/fast-math-mgrid-resid.f FAILs

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78114 --- Comment #4 from janus at gcc dot gnu.org --- (In reply to janus from comment #3) > At r241973, I see these failures on x86_64-linux-gnu: ... but only if I configure using --with-arch=haswell. (the CPU on that machine is Intel(R) Core(TM) i5-

[Bug tree-optimization/78114] [7 regression] gfortran.dg/vect/fast-math-mgrid-resid.f FAILs

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78114 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org --- C

[Bug fortran/78260] ICE in gimplify_expr, at gimplify.c:11939

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260 --- Comment #1 from Gerhard Steinmetz --- Another name clash : $ cat z2.f90 module m integer :: n = 0 contains subroutine s !$acc declare present(s) n = n + 1 end end $ gfortran-7-20161106 -fopenacc -c z2.f90 z2.f90:1:0: mo

[Bug fortran/78260] New: ICE in gimplify_expr, at gimplify.c:11939

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78260 Bug ID: 78260 Summary: ICE in gimplify_expr, at gimplify.c:11939 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran

[Bug fortran/78259] New: ICE in gfc_trans_subcomponent_assign, at fortran/trans-expr.c:7330

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78259 Bug ID: 78259 Summary: ICE in gfc_trans_subcomponent_assign, at fortran/trans-expr.c:7330 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/78258] New: ICE in compare_values_warnv, at tree-vrp.c:1218

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78258 Bug ID: 78258 Summary: ICE in compare_values_warnv, at tree-vrp.c:1218 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: for

[Bug fortran/78258] ICE in compare_values_warnv, at tree-vrp.c:1218

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78258 --- Comment #1 from Gerhard Steinmetz --- For completeness, two correct and working variants : $ cat y1.f90 program p implicit none call sub (1, 'abcd') call sub (2, x4=4, x3='1234567') contains subroutine sub (x1, x2, x3, x4)

[Bug fortran/78239] [5/6/7 Regression] ICE in char_len_param_value, at fortran/decl.c:926, with -fimplicit-none

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78239 --- Comment #3 from Gerhard Steinmetz --- Adding an explicit declaration of "n" to snippet from comment 0 : $ cat zz1.f90 subroutine s(n) integer :: n character(n) :: c c = 'c' print *, len(c), ' >>' // c // '<<' end program p c

[Bug fortran/78238] [7 Regression] ICE: verify_gimple failed, with -fdefault-integer-8

2016-11-08 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78238 --- Comment #5 from Gerhard Steinmetz --- > Also, what happens if you use -freal-4-real-8? -freal-4-real-8 : works -freal-4-real-10 : works -freal-4-real-16 : works -fdefault-real-8 : works -finteger-4-integer-8 : fails -fdef

[Bug tree-optimization/78257] New: missing memcmp optimization with constant arrays

2016-11-08 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78257 Bug ID: 78257 Summary: missing memcmp optimization with constant arrays Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Componen

[Bug fortran/68440] [OOP] ICE on declaring class variable with wrong attribute

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68440 janus at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from j

[Bug libstdc++/78231] Should std::sort use unqualifed iter_swap?

2016-11-08 Thread eric.niebler at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78231 Eric Niebler changed: What|Removed |Added CC||eric.niebler at gmail dot com --- Comment

[Bug fortran/68440] [OOP] ICE on declaring class variable with wrong attribute

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68440 janus at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |janus at gcc dot gnu.org

[Bug middle-end/78256] New: test case gcc.dg/pr35691-1.c fails starting with its introduction in r241915

2016-11-08 Thread seurer at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78256 Bug ID: 78256 Summary: test case gcc.dg/pr35691-1.c fails starting with its introduction in r241915 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: norm

[Bug fortran/77596] [F03] procedure pointer component with implicit interface can point to a function

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77596 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/77596] [F03] procedure pointer component with implicit interface can point to a function

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77596 --- Comment #4 from janus at gcc dot gnu.org --- Author: janus Date: Tue Nov 8 16:10:56 2016 New Revision: 241972 URL: https://gcc.gnu.org/viewcvs?rev=241972&root=gcc&view=rev Log: 2016-11-08 Janus Weil PR fortran/77596 * exp

[Bug target/78255] New: [5/6/7 regression] Indirect sibling call causing wrong code generation for ARM

2016-11-08 Thread avieira at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78255 Bug ID: 78255 Summary: [5/6/7 regression] Indirect sibling call causing wrong code generation for ARM Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: no

[Bug c/28901] -Wunused-variable ignores unused const initialised variables

2016-11-08 Thread sarnila at adit dot fi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28901 --- Comment #39 from Pekka --- Well this change did now hit me. We have a code base of thousands of modules for a set of industrial systems. Every now and then we must recompile for new platforms with new versions of things like gcc. And now is

[Bug tree-optimization/78248] [7 Regression] wrong code at -Os and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2016-11-08 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78248 --- Comment #3 from Zhendong Su --- Interesting. I just doubled checked, and my r241911 build does miscompile both the original test that I have and the reported reduced test above. Let me also build the TOT and check. Thank you both for inve

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #40 from Jerry DeLisle --- (In reply to Joost VandeVondele from comment #37) > (In reply to Joost VandeVondele from comment #36) > > #pragma GCC optimize ( "-Ofast -fvariable-expansion-in-unroller > > -funroll-loops" ) > Using: (I fou

[Bug target/77822] [6 Regression] arm64 Error: immediate value out of range 0 to 63 at operand 3

2016-11-08 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77822 --- Comment #26 from Dominik Vogt --- Patch for s390[x], gcc-6: https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00745.html

[Bug target/78253] [ARM] call weak function instead of strong when called through pointer

2016-11-08 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78253 Christophe Lyon changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/60777] [F03] RECURSIVE function rejected in specification expression

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

[Bug fortran/50069] FORALL fails on a character array

2016-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 --- Comment #10 from Dominique d'Humieres --- > The attached patch adds a slight variation of Tobias Burnus's patch > for 50069 to my patch for 55086, and it seems to fix the two tests in 50069. I have applied the patch without the last hunk. It

[Bug target/78253] New: [ARM] call weak function instead of strong when called through pointer

2016-11-08 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78253 Bug ID: 78253 Summary: [ARM] call weak function instead of strong when called through pointer Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #39 from Jerry DeLisle --- (In reply to Thomas Koenig from comment #38) > > Jerry, what Netlib code were you basing your code on? http://www.netlib.org/blas/index.html#_level_3_blas_tuned_for_single_processors_with_caches Used the

[Bug target/78253] [ARM] call weak function instead of strong when called through pointer

2016-11-08 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78253 --- Comment #3 from Christophe Lyon --- Compile the attached code with: CFLAGS="-marm -fpie" arm-linux-gnueabi-gcc $CFLAGS -c main.c -o main.o arm-linux-gnueabi-gcc $CFLAGS -c some_module.c -o some_module.o Link with arm-linux-gnueabi-gcc -pie -

[Bug target/78253] [ARM] call weak function instead of strong when called through pointer

2016-11-08 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78253 --- Comment #2 from Christophe Lyon --- Created attachment 39994 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39994&action=edit some_module.c

[Bug target/78254] New: FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compiler error)

2016-11-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78254 Bug ID: 78254 Summary: FAIL: g++.dg/torture/pr77822.C -O3 -g (internal compiler error) Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal

[Bug target/78253] [ARM] call weak function instead of strong when called through pointer

2016-11-08 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78253 --- Comment #1 from Christophe Lyon --- Created attachment 39993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39993&action=edit main.c

[Bug fortran/60777] [F03] RECURSIVE function rejected in specification expression

2016-11-08 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60777 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||rejects-valid

[Bug target/78243] incorrect byte offset in vextractuh with -mcpu=power9

2016-11-08 Thread acsawdey at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78243 --- Comment #1 from acsawdey at gcc dot gnu.org --- Created attachment 39992 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39992&action=edit complete asm output

[Bug bootstrap/78251] config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS

2016-11-08 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 --- Comment #2 from Jack Howarth --- It appears that config/iconv.m4 needs to be reworked for its tests to succeed. Removing INCICONV from CPPFLAGS on darwin causes the headers from /usr/include to be accidentally used against the libs from /opt

[Bug fortran/60500] [5/6/7 Regression] Spurious warning on derived type initialization

2016-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60500 --- Comment #11 from Dominique d'Humieres --- BTW does it make sense to back port r241885?

[Bug libstdc++/66145] [5/6/7 Regression] std::ios_base::failure objects thrown from libstdc++.so use old ABI

2016-11-08 Thread davmac at davmac dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145 Davin McCall changed: What|Removed |Added CC||davmac at davmac dot org --- Comment #27

[Bug fortran/60500] [5/6/7 Regression] Spurious warning on derived type initialization

2016-11-08 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60500 Dominique d'Humieres changed: What|Removed |Added Status|WAITING |ASSIGNED Assignee|vehre

[Bug libgcc/78252] New: C++ demangler crashes with infinite recursion

2016-11-08 Thread P at draigBrady dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78252 Bug ID: 78252 Summary: C++ demangler crashes with infinite recursion Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: l

[Bug other/78250] Gcc 6 bootstrap failure

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug other/78250] Gcc 6 bootstrap failure

2016-11-08 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 --- Comment #3 from Dominik Vogt --- After throwing away the build dir I cannot reproduce the failure anymore.

[Bug fortran/72770] [7 Regression] ICE in make_ssa_name_fn, at tree-ssanames.c:263

2016-11-08 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72770 vehre at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug fortran/39627] [meta-bug] Fortran 2008 support

2016-11-08 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39627 Bug 39627 depends on bug 43366, which changed state. Bug 43366 Summary: [OOP][F08] Intrinsic assign to polymorphic variable https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43366 What|Removed |Added

[Bug fortran/43366] [OOP][F08] Intrinsic assign to polymorphic variable

2016-11-08 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43366 vehre at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--

[Bug middle-end/37150] basic-block vectorization misses some unrolled loops

2016-11-08 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37150 --- Comment #28 from rguenther at suse dot de --- On Tue, 8 Nov 2016, ro at CeBiTec dot Uni-Bielefeld.DE wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37150 > > --- Comment #27 from ro at CeBiTec dot Uni-Bielefeld.DE Uni-Bielefeld.DE>

[Bug middle-end/37150] basic-block vectorization misses some unrolled loops

2016-11-08 Thread ro at CeBiTec dot Uni-Bielefeld.DE
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37150 --- Comment #27 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #26 from Richard Biener --- > I believe that https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00686.html will > fix this (currently in testing). While it fixes the failures

[Bug fortran/60500] [5/6/7 Regression] Spurious warning on derived type initialization

2016-11-08 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60500 vehre at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug tree-optimization/78234] [7 Regression] LLVM reports dynamic-stack-buffer-overflow in gimple-ssa-store-merging.c

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

[Bug bootstrap/78251] config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS

2016-11-08 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 --- Comment #1 from Jack Howarth --- FYI, the only reason we never see the same breakage on fink as MacPorts is that we don't happen to have a libunwinder package in our package set to expose us to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1

[Bug testsuite/78242] Error in testsuite/gcc.dg/asan/use-after-scope-8.c since its introduction

2016-11-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78242 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/78234] [7 Regression] LLVM reports dynamic-stack-buffer-overflow in gimple-ssa-store-merging.c

2016-11-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78234 --- Comment #3 from ktkachov at gcc dot gnu.org --- Marcus, could you please try r241962 ?

[Bug bootstrap/78251] New: config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS

2016-11-08 Thread howarth.at.gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78251 Bug ID: 78251 Summary: config/gettext.m4 and config/iconv.m4 contaminate CPPFLAGS Product: gcc Version: 6.2.0 Status: UNCONFIRMED Severity: normal Pri

[Bug tree-optimization/78234] [7 Regression] LLVM reports dynamic-stack-buffer-overflow in gimple-ssa-store-merging.c

2016-11-08 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78234 --- Comment #2 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Nov 8 12:31:31 2016 New Revision: 241962 URL: https://gcc.gnu.org/viewcvs?rev=241962&root=gcc&view=rev Log: [1/2] Fix off-by-one error in clear_bit_region in store me

[Bug testsuite/78242] Error in testsuite/gcc.dg/asan/use-after-scope-8.c since its introduction

2016-11-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78242 --- Comment #3 from Martin Liška --- Author: marxin Date: Tue Nov 8 12:28:33 2016 New Revision: 241961 URL: https://gcc.gnu.org/viewcvs?rev=241961&root=gcc&view=rev Log: use-after-scope fallout PR testsuite/78242 * g++.dg/asan/

[Bug middle-end/37150] basic-block vectorization misses some unrolled loops

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37150 --- Comment #26 from Richard Biener --- I believe that https://gcc.gnu.org/ml/gcc-patches/2016-11/msg00686.html will fix this (currently in testing).

[Bug rtl-optimization/78200] [7 Regression] 429.mcf of cpu2006 regresses in GCC trunk for avx2 target.

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78200 Richard Biener changed: What|Removed |Added Status|WAITING |NEW --- Comment #8 from Richard Biener

[Bug c++/78249] In consistent results for 0.0 * inf when optimizer is enabled

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78249 --- Comment #3 from Richard Biener --- libstdc++ uses __builtin_huge_val(). On trunk I see some changes but CCP still folds __builtin_huge_val () * 0.0 to -NaN.

[Bug c++/78249] In consistent results for 0.0 * inf when optimizer is enabled

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

[Bug rtl-optimization/78200] [7 Regression] 429.mcf of cpu2006 regresses in GCC trunk for avx2 target.

2016-11-08 Thread venkataramanan.kumar at amd dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78200 --- Comment #7 from Venkataramanan --- Bisecting shows non canonical gimple generation at r238370. --snip-- commit f3dce1cdd016e16cf9dc051d127bdf6eb58430fc Author: rguenth Date: Fri Jul 15 10:53:29 2016 + 2016-07-15 Richard Biener

[Bug c++/78193] [7 regression] g++.dg/concepts/inherit-ctor3.C etc. FAIL at r241765

2016-11-08 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78193 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/78250] Gcc 6 bootstrap failure

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 --- Comment #2 from Richard Biener --- Yep, usually this happens when a configure test ICEs

[Bug target/78007] Important loop from 482.sphinx3 is not vectorized

2016-11-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78007 Richard Biener changed: What|Removed |Added Attachment #39827|0 |1 is obsolete|

[Bug target/78007] Important loop from 482.sphinx3 is not vectorized

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

[Bug fortran/65173] ICE while compiling wrong code

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

[Bug other/78250] Gcc 6 bootstrap failure

2016-11-08 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 --- Comment #1 from Andreas Schwab --- You should have "#define HAVE_DECL_BASENAME 1" in gcc/auto-host.h.

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #38 from Thomas Koenig --- (In reply to Joost VandeVondele from comment #37) > (In reply to Joost VandeVondele from comment #36) > > #pragma GCC optimize ( "-Ofast -fvariable-expansion-in-unroller > > -funroll-loops" ) > > and really

[Bug middle-end/37150] basic-block vectorization misses some unrolled loops

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

[Bug other/78250] New: Gcc 6 bootstrap failure

2016-11-08 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78250 Bug ID: 78250 Summary: Gcc 6 bootstrap failure Product: gcc Version: 6.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee:

[Bug libfortran/51119] MATMUL slow for large matrices

2016-11-08 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51119 --- Comment #37 from Joost VandeVondele --- (In reply to Joost VandeVondele from comment #36) > #pragma GCC optimize ( "-Ofast -fvariable-expansion-in-unroller > -funroll-loops" ) and really beneficial for larger matrices would be -floop-nest

[Bug c++/78249] In consistent results for 0.0 * inf when optimizer is enabled

2016-11-08 Thread joshua.england at worldprogramming dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78249 --- Comment #1 from Joshua England --- [je@josh-fedora tmp]$ gcc -v Using built-in specs. COLLECT_GCC=/usr/bin/gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/6.1.1/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configu

[Bug c++/78249] New: In consistent results for 0.0 * inf when optimizer is enabled

2016-11-08 Thread joshua.england at worldprogramming dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78249 Bug ID: 78249 Summary: In consistent results for 0.0 * inf when optimizer is enabled Product: gcc Version: 6.1.1 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/78248] [7 Regression] wrong code at -Os and above on x86_64-linux-gnu (in both 32-bit and 64-bit modes)

2016-11-08 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78248 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

  1   2   >