[Bug fortran/57922] [OOP] Memory leak with allocatable polymorphics

2013-07-20 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57922 janus at gcc dot gnu.org changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug ada/57934] typo in definition of CAT in gcc-interface/ada.h for traditional preprocessor

2013-07-20 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57934 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org Reso

[Bug c++/57938] Compiler breaks when a lambda expression is used as a default parameter in a constructor

2013-07-20 Thread francesco.nidito at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57938 --- Comment #1 from Francesco Nidito --- Tried the code on gcc 4.8.1 for win32 (mingw) and it dos not repro.

[Bug rtl-optimization/57940] New: [PATCH] Rerun df_analyze after delete_unmarked_insns during DCE

2013-07-20 Thread makhaloff at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57940 Bug ID: 57940 Summary: [PATCH] Rerun df_analyze after delete_unmarked_insns during DCE Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2013-07-20 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Thomas Koenig changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment #5

[Bug middle-end/56417] internal compiler error: verify_gimple failed

2013-07-20 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56417 --- Comment #5 from Marek Polacek --- Cleaned-up & reduced testcase: /* PR sanitizer/56417 */ /* { dg-do compile } */ /* { dg-options "-w" } */ int foo (void) { return __builtin_strlen (&foo); }

[Bug target/34352] Multi-line descriptions are not picked up for translation

2013-07-20 Thread goeran at uddeborg dot se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352 --- Comment #4 from Göran Uddeborg --- Created attachment 30531 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=30531&action=edit Merge all multi-line descriptions in .opt files That I'll do, I thought. And promptly forgot about, apparently!

[Bug target/34352] Multi-line descriptions are not picked up for translation

2013-07-20 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34352 --- Comment #5 from joseph at codesourcery dot com --- If multi-line descriptions are to be disallowed (and it does appear they are outside the .opt format as presently documented in options.texi), then opt-read.awk should generate an error on e

[Bug target/51244] [SH] Inefficient conditional branch and code around T bit

2013-07-20 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51244 --- Comment #60 from Oleg Endo --- (In reply to Laurent Aflonsi from comment #59) > I have a functional regression due to this improvement when we are compiling > the enclosed example in -O2. > $ sh-superh-elf-gcc -O2 pr51244-20-main.c pr51244-20

[Bug rtl-optimization/57940] [PATCH] Rerun df_analyze after delete_unmarked_insns during DCE

2013-07-20 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57940 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/57941] New: [c++11] confusing error message with invalid constexpr constructor in template struct

2013-07-20 Thread f.heckenb...@fh-soft.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57941 Bug ID: 57941 Summary: [c++11] confusing error message with invalid constexpr constructor in template struct Product: gcc Version: 4.7.2 Status: UNCONFIRMED Seve

[Bug fortran/45318] Do more parenthesis simplification with -fno-protect-parens

2013-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45318 Tobias Burnus changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/50536] an input item shall not appear as the do-variable of any io-implied-do

2013-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50536 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, |

[Bug fortran/57922] [OOP] Memory leak with allocatable polymorphics

2013-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57922 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #2

[Bug fortran/50536] an input item shall not appear as the do-variable of any io-implied-do

2013-07-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50536 --- Comment #6 from Tobias Burnus --- (In reply to Tobias Burnus from comment #5) > + gfc_error ("In a READ statement, the input item at %L shall not " > +"be the do-variable of any io-implied-do"); Requires for %L: &n

[Bug c++/57941] [c++11] confusing error message with invalid constexpr constructor in template struct

2013-07-20 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57941 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/57942] New: g++-4.8.1 tries to instantiate wrong constructor (C++11)

2013-07-20 Thread david-gcc at klaftenegger dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57942 Bug ID: 57942 Summary: g++-4.8.1 tries to instantiate wrong constructor (C++11) Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/57942] g++-4.8.1 tries to instantiate wrong constructor (C++11)

2013-07-20 Thread richard-gccbugzilla at metafoo dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57942 Richard Smith changed: What|Removed |Added CC||richard-gccbugzilla@metafoo

[Bug c++/57943] New: [c++11] invalid decltype expression accepted in template default type

2013-07-20 Thread f.heckenb...@fh-soft.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57943 Bug ID: 57943 Summary: [c++11] invalid decltype expression accepted in template default type Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug c/57944] New: undefined reference to 'sqrt'

2013-07-20 Thread spingoogl at shaw dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57944 Bug ID: 57944 Summary: undefined reference to 'sqrt' Product: gcc Version: 4.7.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee

[Bug c/57944] undefined reference to 'sqrt'

2013-07-20 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57944 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/57945] New: internal compiler error: in varpool_get_node, at cgraph.h:840

2013-07-20 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57945 Bug ID: 57945 Summary: internal compiler error: in varpool_get_node, at cgraph.h:840 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal P

[Bug c++/57946] New: internal compiler error: Segmentation fault in int_fits_type_p

2013-07-20 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57946 Bug ID: 57946 Summary: internal compiler error: Segmentation fault in int_fits_type_p Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57947] New: internal compiler error: Segmentation fault using extended initializer lists without -std=c++11 or -std=gnu++11

2013-07-20 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57947 Bug ID: 57947 Summary: internal compiler error: Segmentation fault using extended initializer lists without -std=c++11 or -std=gnu++11 Product: gcc Version: 4.9.0

[Bug c++/57948] New: internal compiler error: in initialize_reference, at cp/call.c:9285

2013-07-20 Thread cas43 at cs dot stanford.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57948 Bug ID: 57948 Summary: internal compiler error: in initialize_reference, at cp/call.c:9285 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug preprocessor/57620] Phantom terminator confuses raw string literal parsing.

2013-07-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57620 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---