[Bug rtl-optimization/65932] [5 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-06-13 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 --- Comment #14 from Jim Wilson wilson at gcc dot gnu.org --- Created attachment 35775 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35775action=edit A possibly better patch, to modify ARM port to stop changing signed HI/QI to unsigned.

[Bug c++/66520] bad code generated code for branches with single

2015-06-13 Thread fkastrati at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66520 --- Comment #2 from Fisnik fkastrati at gmail dot com --- (In reply to Eric Botcazou from comment #1) consider the following code snippet (c++): void ampamp(int x, int y) { if (x 3 y 10 ) printf(%d%d, x, y); } void

[Bug tree-optimization/66522] handle casts in nr of iterations in try_transform_to_exit_first_loop_alt

2015-06-13 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66522 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||missed-optimization, patch

[Bug bootstrap/66448] [6 Regression] Bootstrap fails on darwin after r224161

2015-06-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66448 --- Comment #26 from Iain Sandoe iains at gcc dot gnu.org --- Author: iains Date: Sat Jun 13 07:55:05 2015 New Revision: 224451 URL: https://gcc.gnu.org/viewcvs?rev=224451root=gccview=rev Log: gcc: PR bootstrap/66448 * passes.c

[Bug fortran/66528] New: unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Bug ID: 66528 Summary: unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug ada/66529] terminals.c: sizeof pointer memaccess

2015-06-13 Thread pini_os at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66529 Pierre-Nicolas Clauss pini_os at yahoo dot fr changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/66065] ICE on assignment to deferred-length character array

2015-06-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66065 --- Comment #3 from Dominique d'Humieres dominiq at lps dot ens.fr --- Do you know if anyone is working on fixing this bug? Nobody as far as know. Would it be worthwhile for me to mail the gfortran developers list for an update? see my

[Bug c++/65168] diagnostic: missing: reference cannot be bound to dereferenced null pointer

2015-06-13 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65168 --- Comment #13 from Patrick Palka ppalka at gcc dot gnu.org --- Author: ppalka Date: Sat Jun 13 16:11:15 2015 New Revision: 224455 URL: https://gcc.gnu.org/viewcvs?rev=224455root=gccview=rev Log: Emit -Waddress warnings for comparing address of

[Bug ada/65490] terminals.c:1266:21: warning: argument to ‘sizeof’ in ‘bzero’ call is the same expression as the destination

2015-06-13 Thread pini_os at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65490 Pierre-Nicolas Clauss pini_os at yahoo dot fr changed: What|Removed |Added CC||pini_os

[Bug ada/66529] New: terminals.c: sizeof pointer memaccess

2015-06-13 Thread pini_os at yahoo dot fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66529 Bug ID: 66529 Summary: terminals.c: sizeof pointer memaccess Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada

[Bug c++/66520] bad code generated code for branches with single

2015-06-13 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66520 Eric Botcazou ebotcazou at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Priority|P3 |P4

[Bug fortran/66528] [6 Regression] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 Thomas Koenig tkoenig at gcc dot gnu.org changed: What|Removed |Added CC||manu at gcc

[Bug bootstrap/66508] Attempt to Compile gcc-6.0 on OSX 10.9.4 cause segmentation fault

2015-06-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66508 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added CC||iains at gcc dot

[Bug fortran/66528] unbalanced IF/ENDIF with -fmax-errors=1 causes invalid free

2015-06-13 Thread tkoenig at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66528 --- Comment #1 from Thomas Koenig tkoenig at gcc dot gnu.org --- Much better with a test case, of course. program main read (*,*) n if (n0) then print *,foo end print *,bar end program main

[Bug bootstrap/66448] [6 Regression] Bootstrap fails on darwin after r224161

2015-06-13 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66448 Iain Sandoe iains at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug debug/63623] Lots of functions get -fvar-tracking silently turned off unnecessarily

2015-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63623 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libstdc++/66530] New: libstdc++ testsuite links to incorrect shared libstdc++ library

2015-06-13 Thread jy38 at zips dot uakron.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66530 Bug ID: 66530 Summary: libstdc++ testsuite links to incorrect shared libstdc++ library Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: minor