[Bug fortran/60322] New: Incorrect bounds on polymorphic dummy array

2014-02-22 Thread Thomas.L.Clune at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60322 Bug ID: 60322 Summary: Incorrect bounds on polymorphic dummy array Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortra

[Bug rtl-optimization/60307] define_cond_exec with cc0 comparison generates wrong code, missing insn that sets cc0

2014-02-22 Thread makhaloff at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60307 --- Comment #2 from Alexey Makhalov --- It's new processor architecture. It doesn't present in GCC sources. I've took a look through all targets and figured out that there are no targets who supports cc0 and conditional execution together. So it

[Bug middle-end/36043] gcc reads 8 bytes for a struct of size 6 which leads to sigsegv

2014-02-22 Thread supp...@zzz-deskmobile.desk-mail.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36043 --- Comment #21 from supp...@zzz-deskmobile.desk-mail.com --- __ Type your response ABOVE THIS LINE to reply --

[Bug middle-end/36043] gcc reads 8 bytes for a struct of size 6 which leads to sigsegv

2014-02-22 Thread david at fries dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36043 David Fries changed: What|Removed |Added CC||david at fries dot net --- Comment #20 from

[Bug c++/58448] ICE on invalid: tree_class_check_failed

2014-02-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58448 Volker Reichelt changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug c++/59347] [4.9 Regression] ICE on invalid: tree check: expected class 'type', have 'exceptional' (error_mark) in tsubst_decl, at cp/pt.c:10798

2014-02-22 Thread reichelt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59347 --- Comment #7 from Volker Reichelt --- *** Bug 58448 has been marked as a duplicate of this bug. ***

[Bug gcov-profile/60321] compiler error: in gcov_open, at gcov-io.c:82

2014-02-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60321 Andrew Pinski changed: What|Removed |Added Component|c |gcov-profile Severity|critical

[Bug c/60321] compiler error: in gcov_open, at gcov-io.c:82

2014-02-22 Thread vineetgupta22 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60321 Vineet Gupta changed: What|Removed |Added CC||vineetgupta22 at gmail dot com S

[Bug c/60321] New: compiler error: in gcov_open, at gcov-io.c:82

2014-02-22 Thread vineetgupta22 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60321 Bug ID: 60321 Summary: compiler error: in gcov_open, at gcov-io.c:82 Product: gcc Version: 4.8.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: c

[Bug tree-optimization/60320] New: Redundant static initialization check

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60320 Bug ID: 60320 Summary: Redundant static initialization check Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimiz

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information

2014-02-22 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314 Daniel Krügler changed: What|Removed |Added CC||daniel.kruegler@googlemail.

[Bug lto/60319] New: wrong code (that hangs) by LTO at -Os and above on x86_64-linux-gnu

2014-02-22 Thread su at cs dot ucdavis.edu
--enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140222 (experimental) [trunk revision 208040] (GCC) $ $ gcc-trunk -flto -O0 -c foo.c $ gcc-trunk -flto -O0 -c main.c $ $ gcc-trunk -flto -O1 foo.o main.o $ a.out $ $ gcc-trunk -flto -Os foo.o

[Bug c++/60318] New: Documentation bug: C++ Misunderstandings: Implicit Copy-Assignment for Virtual Bases

2014-02-22 Thread JuergenGCC at bund dot us
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60318 Bug ID: 60318 Summary: Documentation bug: C++ Misunderstandings: Implicit Copy-Assignment for Virtual Bases Product: gcc Version: unknown URL: http://gcc.gnu.org/online

[Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times

2014-02-22 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60173 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times

2014-02-22 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60173 --- Comment #2 from Hans-Peter Nilsson --- Author: hp Date: Sat Feb 22 16:58:06 2014 New Revision: 208044 URL: http://gcc.gnu.org/viewcvs?rev=208044&root=gcc&view=rev Log: PR testsuite/60173 * lib/target-supports.exp (check_effective_

[Bug testsuite/60173] [4.9 Regression]: gcc.dg/binop-xor1.c scan-tree-dump-times

2014-02-22 Thread hp at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60173 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/59198] [4.7/4.8/4.9 Regression] ICE on cyclically dependent polymorphic types

2014-02-22 Thread paul.richard.thomas at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198 --- Comment #8 from paul.richard.thomas at gmail dot com --- Hi Tobias, I tried giving rng_t a component to avoid that - it didn't work :-( Cheers Paul On 22 February 2014 16:35, burnus at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/

[Bug tree-optimization/57742] memset(malloc(n),0,n) -> calloc(n,1)

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57742 --- Comment #13 from Marc Glisse --- (In reply to Richard Biener from comment #12) > Yes, the fact that the return value p cannot be equal to q inside the > function is not exposable. Richard fixed this in PR 50262, yay! So this PR is worth worki

[Bug fortran/59198] [4.7/4.8/4.9 Regression] ICE on cyclically dependent polymorphic types

2014-02-22 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198 --- Comment #7 from Tobias Burnus --- (In reply to Paul Thomas from comment #6) > if (src->rng._data != 0B) > { > dst->rng._data = (struct rng_t *) __builtin_malloc ((unsigned > long) src->rng._vptr->_size); >

[Bug rtl-optimization/60317] [4.9 Regression] find_hard_regno_for compile time hog in libvpx

2014-02-22 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60317 Markus Trippelsdorf changed: What|Removed |Added Keywords||compile-time-hog Last reconfirmed

[Bug rtl-optimization/60317] [4.9 Regression] find_hard_regno_for compile time hog in libvpx

2014-02-22 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60317 --- Comment #1 from Markus Trippelsdorf --- Created attachment 32200 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32200&action=edit preprocessed testcase

[Bug rtl-optimization/60317] New: [4.9 Regression] find_hard_regno_for compile time hog in libvpx

2014-02-22 Thread trippels at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60317 Bug ID: 60317 Summary: [4.9 Regression] find_hard_regno_for compile time hog in libvpx Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug other/60316] Addition of options to GCC fputs(), License addition and Comment Correction

2014-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60316 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/60315] [4.8/4.9 Regression] template constructor switch optimization

2014-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60315 Richard Biener changed: What|Removed |Added Keywords||compile-time-hog CC|

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information

2014-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314 --- Comment #1 from Richard Biener --- Huh, this is valid C++? ...

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.0

[Bug ipa/60306] [4.9 Regression] Incorrect devirtualization "pure virtual method called"

2014-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60306 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org Target Mile

[Bug fortran/59198] [4.7/4.8/4.9 Regression] ICE on cyclically dependent polymorphic types

2014-02-22 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #6 fro

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-22 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 Mikael Morin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-22 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #10 from Mikael Morin --- Author: mikael Date: Sat Feb 22 12:41:53 2014 New Revision: 208043 URL: http://gcc.gnu.org/viewcvs?rev=208043&root=gcc&view=rev Log: fortran/ PR fortran/59599 * trans-intrinsic.c (gfc_conv_int

[Bug rtl-optimization/60307] define_cond_exec with cc0 comparison generates wrong code, missing insn that sets cc0

2014-02-22 Thread mikpelinux at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60307 --- Comment #1 from Mikael Pettersson --- Which target is this? Can you provide a test case?

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-22 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #9 from Mikael Morin --- Author: mikael Date: Sat Feb 22 12:22:17 2014 New Revision: 208042 URL: http://gcc.gnu.org/viewcvs?rev=208042&root=gcc&view=rev Log: fortran/ PR fortran/59599 * trans-intrinsic.c (gfc_conv_intr

[Bug c/59193] Unused postfix operator temporaries

2014-02-22 Thread mtewoodbury at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59193 Max TenEyck Woodbury changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALI

[Bug middle-end/60292] [4.9 Regression] ICE: in fill_vec_av_set, at sel-sched.c:3863 with -m64 after r206174 on powerpc-apple-darwin9.8.0

2014-02-22 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60292 --- Comment #4 from Dominique d'Humieres --- The ICE is fixed by the patch in comment 2. Regtesting started, results on Monday.

[Bug other/60316] New: Addition of options to GCC fputs(), License addition and Comment Correction

2014-02-22 Thread alangiderick at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60316 Bug ID: 60316 Summary: Addition of options to GCC fputs(), License addition and Comment Correction Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: norm

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 Marc Glisse changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/60314] [C++1y] ICE with decltype(auto) when generating debug information

2014-02-22 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60314 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/60308] [4.9 Regression] std::deque leaks memory

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60308 --- Comment #4 from Marc Glisse --- Author: glisse Date: Sat Feb 22 10:24:11 2014 New Revision: 208041 URL: http://gcc.gnu.org/viewcvs?rev=208041&root=gcc&view=rev Log: 2014-02-22 Marc Glisse PR libstdc++/60308 * include/bits/stl_dequ

[Bug libstdc++/58338] Add noexcept to functions with a narrow contract

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58338 --- Comment #14 from Marc Glisse --- Author: glisse Date: Sat Feb 22 10:24:11 2014 New Revision: 208041 URL: http://gcc.gnu.org/viewcvs?rev=208041&root=gcc&view=rev Log: 2014-02-22 Marc Glisse PR libstdc++/60308 * include/bits/stl_deq

[Bug ipa/60315] [4.8/4.9 Regression] template constructor switch optimization

2014-02-22 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60315 Marc Glisse changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/58726] [4.7 Regression] wrong code at -Os on x86_64-linux-gnu (affecting trunk/4.7/4.6, but not 4.8)

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58726 Eric Botcazou changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libfortran/59313] gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59313 Eric Botcazou changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57940 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/58833] RFE: 64-bit native compiler on Solaris

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58833 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ada/53677] GNAT build didn't stop after a fatal error

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53677 Eric Botcazou changed: What|Removed |Added Resolution|INVALID |WONTFIX

[Bug ada/53677] GNAT build didn't stop after a fatal error

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53677 Eric Botcazou changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ada/56030] Ada fails to build when targeting x32 non multilib

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56030 Bug 56030 depends on bug 54040, which changed state. Bug 54040 Summary: [x32] Incorrect timeval and timespec http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54040 What|Removed |Added -

[Bug ada/54040] [x32] Incorrect timeval and timespec

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54040 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug lto/47888] [4.6 Regression] tree check: expected array_type, have record_type in array_ref_low_bound, at expr.c:6249 / Segmentation fault

2014-02-22 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47888 Eric Botcazou changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---