[Bug c/29192] gcc will delete the c_source_file.c without any alarm!

2015-06-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=29192 Andreas Schwab changed: What|Removed |Added CC||yongjin.ohn at lge dot com --- Comment

[Bug c/66532] Source file deleted when we use gcc compile

2015-06-13 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66532 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/66532] New: Source file deleted when we use gcc compile

2015-06-13 Thread yongjin.ohn at lge dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66532 Bug ID: 66532 Summary: Source file deleted when we use gcc compile Product: gcc Version: unknown Status: UNCONFIRMED Severity: enhancement Priority: P3 Component

[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 --- Created attachment 35775 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35775&action=edit A possibly better patch, to modify ARM port to stop changing signed HI/QI to unsigned. This would require perform

gcc-bugs@gcc.gnu.org

2015-06-13 Thread fkastrati at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66520 --- Comment #2 from Fisnik --- (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 amp(int

[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 P

[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 changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[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 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||pini_os at yahoo dot fr --- Comm

[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 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 --- > 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 answer at https://gcc.gn

[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 --- Author: ppalka Date: Sat Jun 13 16:11:15 2015 New Revision: 224455 URL: https://gcc.gnu.org/viewcvs?rev=224455&root=gcc&view=rev Log: Emit -Waddress warnings for comparing address of reference against NULL

[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 Iain Sandoe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[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 changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment #3 f

[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 changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #4 fr

[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 changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[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 --- Much better with a test case, of course. program main read (*,*) n if (n<0) then print *,foo end print *,bar end program main

gcc-bugs@gcc.gnu.org

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

[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 Prio

[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 --- Author: iains Date: Sat Jun 13 07:55:05 2015 New Revision: 224451 URL: https://gcc.gnu.org/viewcvs?rev=224451&root=gcc&view=rev Log: gcc: PR bootstrap/66448 * passes.c (rest_of_decl_compilati