[Bug c++/67064] Register asm variable broken

2015-10-19 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67064 --- Comment #29 from Jason Merrill --- Author: jason Date: Tue Oct 20 06:49:13 2015 New Revision: 229021 URL: https://gcc.gnu.org/viewcvs?rev=229021&root=gcc&view=rev Log: PR c++/67064 * semantics.c (force_paren_expr): Don't mes

[Bug c/67925] docs lie about being unable to inline function call before definition

2015-10-19 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67925 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-19 Thread alm at sibmail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 --- Comment #12 from Alexander --- > SED=/usr/local/bin/sed CC="gcc -mlp64" CXX="g++ -mlp64" Unfortunetly, gcc for HPUX is a still 32-bit toolchain, sou should build it by default 32bit options (without -mlp64)

[Bug middle-end/68027] conditional statement and unnecessary register assignment

2015-10-19 Thread SztfG at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68027 --- Comment #1 from SztfG at yandex dot ru --- ># no need to do this, eax is equal $100 at this point I mean edi. after this part: cmpl$100, %edi jg .L5 jne .L6 if it passed this jg jne instruction without cond

[Bug middle-end/68027] New: conditional statement and unnecessary register assignment

2015-10-19 Thread SztfG at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68027 Bug ID: 68027 Summary: conditional statement and unnecessary register assignment Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Pr

[Bug target/68018] [6 Regression] ICE: in ix86_compute_frame_layout, at config/i386/i386.c:11308 with -mstackrealign

2015-10-19 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68018 --- Comment #2 from Zdenek Sojka --- I am also seeing this (or another in ix86_compute_frame_layout) ICE when running the gfortran testsuite. Again with -mstackrealing. I will post the testcase when I get home.

[Bug tree-optimization/68026] Regression in GCC-6.0.0's optimizer

2015-10-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68026 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Component|c

[Bug c/68026] New: Regression in GCC-6.0.0's optimizer

2015-10-19 Thread ishiura-compiler at ml dot kwansei.ac.jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68026 Bug ID: 68026 Summary: Regression in GCC-6.0.0's optimizer Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Ass

[Bug gcov-profile/68025] New: pragma/attribute optimize("profile-arcs") does not work as intended

2015-10-19 Thread coolypf at qq dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68025 Bug ID: 68025 Summary: pragma/attribute optimize("profile-arcs") does not work as intended Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

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

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67900 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67900 --- Comment #5 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Oct 20 00:45:48 2015 New Revision: 229014 URL: https://gcc.gnu.org/viewcvs?rev=229014&root=gcc&view=rev Log: 2015-10-19 Steven G. Kargl PR fortran/67900

[Bug c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2

2015-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976 --- Comment #23 from Jonathan Wakely --- (In reply to Giuseppe Ottaviano from comment #22) > Yes I referred to the trailing return type. Unfortunately it's not trivial > to test it with our code because alloc_traits.h is not anymore a drop-in > r

[Bug go/66870] split stack issues on ppc64le and ppc64

2015-10-19 Thread amodra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66870 --- Comment #32 from Alan Modra --- Author: amodra Date: Mon Oct 19 23:50:30 2015 New Revision: 229009 URL: https://gcc.gnu.org/viewcvs?rev=229009&root=gcc&view=rev Log: PR66870 PowerPC64 Enable gold linker with split stack A powerpc-linux/powe

[Bug rtl-optimization/66790] Invalid uninitialized register handling in REE

2015-10-19 Thread pmderodat at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66790 --- Comment #44 from pmderodat at gcc dot gnu.org --- Author: pmderodat Date: Mon Oct 19 23:47:35 2015 New Revision: 229008 URL: https://gcc.gnu.org/viewcvs?rev=229008&root=gcc&view=rev Log: REE: fix uninitialized registers handling gcc/ChangeLo

[Bug c/68024] New: Diagnose variadic functions defined without prototypes

2015-10-19 Thread jsm28 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68024 Bug ID: 68024 Summary: Diagnose variadic functions defined without prototypes Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug rtl-optimization/67037] [4.9/5 Regression] Wrong code at -O1 and above on ARM

2015-10-19 Thread notasas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67037 --- Comment #7 from notasas at gmail dot com --- Anyone's up for the backports? The patch applies cleanly on both gcc-4_9 and gcc-5 branches. I've tested patched 4.9.3 and wine no longer crashes when built with it.

[Bug c++/67927] array new expression with excessive number of elements not diagnosed

2015-10-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67927 --- Comment #2 from Martin Sebor --- Complete patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01803.html

[Bug c++/67913] new expression with negative size not diagnosed

2015-10-19 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67913 --- Comment #2 from Martin Sebor --- Complete patch posted for review: https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01803.html

[Bug c++/68023] 4.8.4 generates good code where 5.2 generates bad code

2015-10-19 Thread barto at cambridgesemantics dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68023 --- Comment #3 from David Barto --- Created attachment 36546 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36546&action=edit Compressed gcc 5.2 output

[Bug c++/68023] 4.8.4 generates good code where 5.2 generates bad code

2015-10-19 Thread barto at cambridgesemantics dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68023 --- Comment #2 from David Barto --- Created attachment 36545 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36545&action=edit compressed gcc 4.8 output

[Bug c++/68023] 4.8.4 generates good code where 5.2 generates bad code

2015-10-19 Thread barto at cambridgesemantics dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68023 --- Comment #1 from David Barto --- Created attachment 36544 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36544&action=edit Configuration for GCC 5.2

[Bug c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2

2015-10-19 Thread ott at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976 --- Comment #22 from Giuseppe Ottaviano --- >> The regression might have been already solved in r225244, which uses >> yet another SFINAE pattern without extra template arguments, which I >> believe are the cause of the regression. However I have

[Bug c++/68023] New: 4.8.4 generates good code where 5.2 generates bad code

2015-10-19 Thread barto at cambridgesemantics dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68023 Bug ID: 68023 Summary: 4.8.4 generates good code where 5.2 generates bad code Product: gcc Version: 5.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compo

[Bug fortran/68019] ICE on rank mismatch of implied-shape array of user-defined type

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68019 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/68019] ICE on rank mismatch of implied-shape array of user-defined type

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68019 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 19 21:29:15 2015 New Revision: 229005 URL: https://gcc.gnu.org/viewcvs?rev=229005&root=gcc&view=rev Log: 2015-10-19 Steven G. Kargl PR fortran/68019

[Bug c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2

2015-10-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976 --- Comment #21 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #20) > (In reply to Giuseppe Ottaviano from comment #19) > > The regression might have been already solved in r225244, which uses yet > > another SFINAE pattern wi

[Bug fortran/68019] ICE on rank mismatch of implied-shape array of user-defined type

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68019 --- Comment #2 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 19 21:09:21 2015 New Revision: 229003 URL: https://gcc.gnu.org/viewcvs?rev=229003&root=gcc&view=rev Log: 2015-10-19 Steven G. Kargl PR fortran/68019

[Bug c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2

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

[Bug target/68018] [6 Regression] ICE: in ix86_compute_frame_layout, at config/i386/i386.c:11308 with -mstackrealign

2015-10-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68018 --- Comment #1 from Uroš Bizjak --- Some parts of gcc still assume that MS_ABI stack is always aligned to 128bits. Proposed patch: --cut here-- @@ -11283,7 +11296,8 @@ ix86_compute_frame_layout (struct ix86_frame *fram function prologues

[Bug fortran/58754] [4.9/5 Regression] ICE on allocating character array with source

2015-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58754 Paul Thomas changed: What|Removed |Added Summary|[4.9/5/6 Regression] ICE on |[4.9/5 Regression] ICE on

[Bug fortran/56852] [4.9 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 Paul Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/56852] [4.9 Regression] ICE on invalid: "Bad array reference" for an undeclared loop variable

2015-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56852 --- Comment #12 from Paul Thomas --- Author: pault Date: Mon Oct 19 19:32:52 2015 New Revision: 229000 URL: https://gcc.gnu.org/viewcvs?rev=229000&root=gcc&view=rev Log: 2013-10-19 Paul Thomas PR fortran/56852 * primary.c (gf

[Bug c++/60976] Compilation with G++ 4.9.0 is 2-3 times slower than with 4.8.2

2015-10-19 Thread ott at fb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60976 Giuseppe Ottaviano changed: What|Removed |Added CC||ott at fb dot com --- Comment #19 f

[Bug tree-optimization/68021] [6 Regression] ice in rewrite_use_nonlinear_expr with -O3

2015-10-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68021 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Known to work|

[Bug rtl-optimization/67124] [6 Regression] wrong code at -O1, -O2 and -O3 on x86_64-linux-gnu

2015-10-19 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67124 --- Comment #14 from Uroš Bizjak --- *** Bug 68011 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/68011] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

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

[Bug fortran/68019] ICE on rank mismatch of implied-shape array of user-defined type

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68019 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/68022] -O2 breaks computed signed integer comparison for AVR

2015-10-19 Thread tom at tommay dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68022 --- Comment #1 from Tom May --- Created attachment 36542 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36542&action=edit avr-gcc -v output

[Bug middle-end/68022] -O2 breaks computed signed integer comparison for AVR

2015-10-19 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68022 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|c

[Bug c/68022] New: -O2 breaks computed signed integer comparison for AVR

2015-10-19 Thread tom at tommay dot net
om/avr-gcc --target=avr --enable-languages=c --disable-nls --disable-libssp --with-dwarf2 Thread model: single gcc version 6.0.0 20151019 (experimental) (GCC) COLLECT_GCC_OPTIONS='-v' '-save-temps' '-O2' '-c' '-specs=device-specs/specs-avr2' /

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

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

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

2015-10-19 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67987 --- Comment #6 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Oct 19 18:15:36 2015 New Revision: 228999 URL: https://gcc.gnu.org/viewcvs?rev=228999&root=gcc&view=rev Log: 2015-10-19 Steven G. Kargl PR fortran/67987

[Bug c++/68021] New: ice in rewrite_use_nonlinear_expr with -O3

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

[Bug fortran/68020] New: Issue with implied-shape array parameter of rank > 2

2015-10-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68020 Bug ID: 68020 Summary: Issue with implied-shape array parameter of rank > 2 Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug fortran/68019] New: ICE on rank mismatch of implied-shape array of user-defined type

2015-10-19 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68019 Bug ID: 68019 Summary: ICE on rank mismatch of implied-shape array of user-defined type Product: gcc Version: 5.2.1 Status: UNCONFIRMED Severity: normal

[Bug debug/68010] internal compiler error: in tree_to_shwi, at tree.h:3661

2015-10-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68010 Markus Trippelsdorf changed: What|Removed |Added Known to work|5.2.1, 6.0 | Known to fail|

[Bug target/68018] New: [6 Regression] ICE: in ix86_compute_frame_layout, at config/i386/i386.c:11308 with -mstackrealign

2015-10-19 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68018 Bug ID: 68018 Summary: [6 Regression] ICE: in ix86_compute_frame_layout, at config/i386/i386.c:11308 with -mstackrealign Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug bootstrap/63888] [5 Regression] bootstrap failed when configured with -with-build-config=bootstrap-asan --disable-werror

2015-10-19 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63888 Maxim Ostapenko changed: What|Removed |Added CC||chefmax at gcc dot gnu.org --- Comment

[Bug tree-optimization/68017] New: ICE on valid code at -O3 with -g enabled on x86_64-linux-gnu: cannot update SSA form

2015-10-19 Thread su at cs dot ucdavis.edu
--prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20151019 (experimental) [trunk revision 228969] (GCC) $ $ gcc-trunk -O3 -c small.c $ gcc-trunk -O2 -g -c small.c $ gcc-5.2 -O3 -g -c small.c $ $ gcc-trunk -O3 -g -c small.c

[Bug bootstrap/64919] bootstrap failure of gcc-4.9.2 on ia64-hpux in libgcc

2015-10-19 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919 Joseph John changed: What|Removed |Added CC||josephpattara at gmail dot com --- Comment

[Bug rtl-optimization/67635] [SH] ifcvt missed optimization

2015-10-19 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67635 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug sanitizer/68016] New: ASan doesn't catch overflow in globals when COPY relocation is involved.

2015-10-19 Thread chefmax at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68016 Bug ID: 68016 Summary: ASan doesn't catch overflow in globals when COPY relocation is involved. Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug c++/67847] ICE on (invalid) nested enum declaration on x86_64-linux-gnu in is_ancestor, at cp/name-lookup.c:2771

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67847 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug target/68015] ICE in s390_emit_compare

2015-10-19 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68015 Michael Matz changed: What|Removed |Added CC||krebbel at gcc dot gnu.org --- Comment #1

[Bug target/68015] New: ICE in s390_emit_compare

2015-10-19 Thread matz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68015 Bug ID: 68015 Summary: ICE in s390_emit_compare Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee:

[Bug fortran/67933] [4.9/5/6 Regression] ICE for array of a derived type with allocatable class in derived type object

2015-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67933 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org Assigne

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

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

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

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #7 from Richard Biener --- Author: rguenth Date: Mon Oct 19 14:00:28 2015 New Revision: 228971 URL: https://gcc.gnu.org/viewcvs?rev=228971&root=gcc&view=rev Log: 2015-10-19 Richard Biener PR tree-optimization/67975

[Bug rtl-optimization/68011] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68011 --- Comment #3 from Richard Biener --- Possibly a dup of that reload/LRA issue

[Bug fortran/63469] Automatic reallocation of allocatable scalar length even when substring implicitly specified

2015-10-19 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63469 Paul Thomas changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pault at gcc dot gnu.org --- Commen

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

2015-10-19 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67977 --- Comment #5 from paul.richard.thomas at gmail dot com --- Hi David, Yes it does. Thank you for bring this PR to my attention. I'll mark it appropriately. Cheers Paul On 19 October 2015 at 13:42, davidgkinniburgh at yahoo dot co.uk wrote:

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

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

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

2015-10-19 Thread davidgkinniburgh at yahoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67977 David Kinniburgh changed: What|Removed |Added CC||davidgkinniburgh at yahoo dot co.u

[Bug tree-optimization/45397] [4.9/5/6 Regression] Issues with integer narrowing conversions

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

[Bug target/61577] [4.9.0] can't compile on hp-ux v3 ia64

2015-10-19 Thread josephpattara at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #5 from Joseph John --- I am still struggling to compiler any version giver than GCC 4.9.0 on ia64 platform still but as far as this issue is concerned I was able to get pass the LD abort when I used the below options for configure:

[Bug fortran/67721] deep copy missing when assigning a derived type constructor to an array

2015-10-19 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721 Mikael Morin changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2015-10-19 Thread mikael at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67818 Mikael Morin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2015-10-19 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67995 --- Comment #3 from hjl at gcc dot gnu.org --- Author: hjl Date: Mon Oct 19 11:18:14 2015 New Revision: 228967 URL: https://gcc.gnu.org/viewcvs?rev=228967&root=gcc&view=rev Log: Don't leak ISA to __attribute__ ((target("arch=XXX"))) When proces

[Bug c/63303] Pointer subtraction is broken when using -fsanitize=undefined

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63303 --- Comment #12 from Richard Biener --- (In reply to Jakub Jelinek from comment #3) > The problem is that we don't have a POINTER_DIFF_EXPR similar to > POINTER_PLUS_EXPR, which would take two pointers and return an integer, and > the FEs emit po

[Bug rtl-optimization/68011] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

2015-10-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68011 --- Comment #2 from Marek Polacek --- So likely a target bug.

[Bug rtl-optimization/68011] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

2015-10-19 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68011 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/68002] retaining unused static functions at -O1

2015-10-19 Thread vondele at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68002 --- Comment #2 from vondele at gcc dot gnu.org --- Author: vondele Date: Mon Oct 19 10:24:37 2015 New Revision: 228965 URL: https://gcc.gnu.org/viewcvs?rev=228965&root=gcc&view=rev Log: Fix PR68002, add -fkeep-static-functions gcc/ChangeLog: 20

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

2015-10-19 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67975 --- Comment #5 from rsandifo at gcc dot gnu.org --- (In reply to Richard Biener from comment #4) > https://gcc.gnu.org/ml/gcc-patches/2015-10/msg01580.html > > Hope that fixes all cases you ran into. Yeah, thanks. That fixes the builtins-20.c

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #17

[Bug rtl-optimization/68011] [6 Regression] wrong code at -O1 and above on x86_64-linux-gnu in 64-bit mode

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68011 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 Summary|wrong code at -O

[Bug tree-optimization/68013] [6 Regression] ICE on valid code at -O2 on x86_64-linux-gnu in duplicate_thread_path, at tree-ssa-threadupdate.c:2469

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68013 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0 Summary|ICE on valid cod

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

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67992 --- Comment #2 from Richard Biener --- I think there is a duplicate about gcov slowness for some sort of CFGs.

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #16 from Richard Biener --- GCC assumes objects will not wrap around zero only (well, it assumes objects cannot live at address zero but it also assumes that the pointer-to-one-element-after isn't zero or wraps around zero).

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #15 from Daniel Micay --- i.e. AFAIK the offsets are intended to be treated as signed but treating pointers as signed would be a serious bug rather than a design choice

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #14 from Daniel Micay --- (In reply to Florian Weimer from comment #12) > (In reply to Daniel Micay from comment #10) > > (In reply to Florian Weimer from comment #7) > > > If this is not a GCC bug and it is the responsibility of allo

[Bug c++/68012] g++ incorrectly accepts forward declaration of constexpt variable template

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68012 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #13 from Daniel Micay --- They'd still be able to make a mmap system call via syscall(...) to avoid the check, so it seems like it's mostly an ABI compatibility issue. Of course, they'd have to be very careful to avoid all of the cave

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #12 from Florian Weimer --- (In reply to Daniel Micay from comment #10) > (In reply to Florian Weimer from comment #7) > > If this is not a GCC bug and it is the responsibility of allocators not to > > produce huge objects, do we also

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #11 from Florian Weimer --- (In reply to Daniel Micay from comment #9) > I don't think there's much of a use case for allocating a single >2G > allocation in a 3G or 4G address space. The main OpenJDK heap (well, it was Java back th

[Bug c++/67687] [c++0x][constexpr] initialize constexpr member with constexpr constructor

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67687 Paolo Carlini changed: What|Removed |Added Severity|critical|normal

[Bug c++/67687] [c++0x][constexpr] initialize constexpr member with constexpr constructor

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67687 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #10 from Daniel Micay --- (In reply to Florian Weimer from comment #7) > If this is not a GCC bug and it is the responsibility of allocators not to > produce huge objects, do we also have to make sure that no object crosses > the boun

[Bug c++/67529] rx-elf C++ inherited class malformed call to overridden methods

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67529 Paolo Carlini changed: What|Removed |Added Severity|critical|normal

[Bug c++/67466] Project segfaulting, working with other compilers

2015-10-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67466 Paolo Carlini changed: What|Removed |Added Severity|critical|normal

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread danielmicay at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #9 from Daniel Micay --- (In reply to Florian Weimer from comment #8) > (In reply to Alexander Cherepanov from comment #4) > > > Am I right that the C standards do not allow for such a limitation (and > > hence this should not be rep

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 --- Comment #8 from Florian Weimer --- (In reply to Alexander Cherepanov from comment #4) > Am I right that the C standards do not allow for such a limitation (and > hence this should not be reported to glibc as a bug) and gcc is not > standards

[Bug c++/67860] [concepts] bug with overloaded, refined function with explicit and variadic template arguments

2015-10-19 Thread chrisb2244 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67860 Christian Butcher changed: What|Removed |Added CC||chrisb2244 at gmail dot com --- Comm

[Bug c/67999] Wrong optimization of pointer comparisons

2015-10-19 Thread fw at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67999 Florian Weimer changed: What|Removed |Added CC||fw at gcc dot gnu.org --- Comment #7 fr