[Bug c/61925] New: internal error when using vectorization on CPU without SSE

2014-07-26 Thread mikulas at artax dot karlin.mff.cuni.cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61925 Bug ID: 61925 Summary: internal error when using vectorization on CPU without SSE Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Pri

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 --- Comment #3 from Andreas Schwab --- That fixes the test case.

[Bug c++/61863] Data corruption when creating temporary object

2014-07-26 Thread mikpelinux at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61863 --- Comment #2 from Mikael Pettersson --- This was fixed for 4.9 by r205694 (PR59374).

[Bug c++/61924] New: [C++11] ICE in instantiate_template_1, at cp/pt.c:15618

2014-07-26 Thread ppluzhnikov at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61924 Bug ID: 61924 Summary: [C++11] ICE in instantiate_template_1, at cp/pt.c:15618 Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Prio

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-26 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 rsandifo at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirme

[Bug debug/61923] New: [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel.

2014-07-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61923 Bug ID: 61923 Summary: [4.8/4.9/4.10 Regression] -fcompare-debug errors while building Linux kernel. Product: gcc Version: 4.8.3 Status: UNCONFIRMED Severity: n

[Bug middle-end/61913] ICE in common_handle_option with -Wodr

2014-07-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61913 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/61888] Wrong results with SIZEOF and assumed-rank arrays

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61888 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/61881] ICE in gfc_conv_intrinsic_to_class with assumed-rank CLASS(*)

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61881 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 --- Comment #15 from Tobias Burnus --- Author: burnus Date: Sat Jul 26 17:56:39 2014 New Revision: 213085 URL: https://gcc.gnu.org/viewcvs?rev=213085&root=gcc&view=rev Log: Follow up to r213079. 2014-07-26 Tobias Burnus PR fortran/6

[Bug fortran/61881] ICE in gfc_conv_intrinsic_to_class with assumed-rank CLASS(*)

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61881 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Sat Jul 26 17:56:39 2014 New Revision: 213085 URL: https://gcc.gnu.org/viewcvs?rev=213085&root=gcc&view=rev Log: Follow up to r213079. 2014-07-26 Tobias Burnus PR fortran/61

[Bug fortran/61888] Wrong results with SIZEOF and assumed-rank arrays

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61888 --- Comment #1 from Tobias Burnus --- Author: burnus Date: Sat Jul 26 17:56:39 2014 New Revision: 213085 URL: https://gcc.gnu.org/viewcvs?rev=213085&root=gcc&view=rev Log: Follow up to r213079. 2014-07-26 Tobias Burnus PR fortran/61

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-07-26 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 --- Comment #14 from Tobias Burnus --- (In reply to Dominique d'Humieres from comment #13) > AFAICT this PR has been fixed by r213079. Yes. I have implemented it to return - as in comment 6's option (c): It returns the size of the dynamic type.

[Bug c/61077] _Atomic in the return type or argument types of main not diagnosed

2014-07-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077 --- Comment #6 from Marc Glisse --- Thanks, that was fast :-)

[Bug c/61922] New: Recursive #include overruns Win32 MAX_PATH due to lack of path canonization

2014-07-26 Thread ilya.konstantinov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61922 Bug ID: 61922 Summary: Recursive #include overruns Win32 MAX_PATH due to lack of path canonization Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: nor

[Bug c/61077] _Atomic in the return type or argument types of main not diagnosed

2014-07-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077 --- Comment #5 from Marek Polacek --- Author: mpolacek Date: Sat Jul 26 16:33:19 2014 New Revision: 213084 URL: https://gcc.gnu.org/viewcvs?rev=213084&root=gcc&view=rev Log: PR c/61077 * gcc.dg/pr61077.c: Use \[^\n\]* instead of .* in th

[Bug c/61077] _Atomic in the return type or argument types of main not diagnosed

2014-07-26 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077 --- Comment #4 from Marek Polacek --- Sure, sorry about that.

[Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."

2014-07-26 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 --- Comment #24 from Uroš Bizjak --- Fixed (worked around) for real for 4.8.4, 4.9.2 and 4.10.

[Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."

2014-07-26 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 --- Comment #23 from uros at gcc dot gnu.org --- Author: uros Date: Sat Jul 26 15:23:33 2014 New Revision: 213083 URL: https://gcc.gnu.org/viewcvs?rev=213083&root=gcc&view=rev Log: PR target/47230 * configure.ac (alpha*-*-linux*): Use mh-

[Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."

2014-07-26 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 --- Comment #22 from uros at gcc dot gnu.org --- Author: uros Date: Sat Jul 26 15:18:04 2014 New Revision: 213082 URL: https://gcc.gnu.org/viewcvs?rev=213082&root=gcc&view=rev Log: PR target/47230 * configure.ac (alpha*-*-linux*): Use mh-

[Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."

2014-07-26 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230 --- Comment #21 from uros at gcc dot gnu.org --- Author: uros Date: Sat Jul 26 15:11:14 2014 New Revision: 213081 URL: https://gcc.gnu.org/viewcvs?rev=213081&root=gcc&view=rev Log: PR target/47230 * configure.ac (alpha*-*-linux*): Use mh-

[Bug rtl-optimization/61801] sched2 miscompiles syscall sequence with -g

2014-07-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61801 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug c/61077] _Atomic in the return type or argument types of main not diagnosed

2014-07-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61077 --- Comment #3 from Marc Glisse --- /* { dg-warning "qualified parameter type.*int" "parameter" { target *-*-* } 6 } */ Marek, could you use \[^\n\]* instead of .* please? The next dg-warning fails if the name of the source directory contains "i

[Bug fortran/57305] [OOP] ICE when calling SIZEOF on an unlimited polymorphic variable

2014-07-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57305 Dominique d'Humieres changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Com

[Bug ipa/61921] New: [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta

2014-07-26 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61921 Bug ID: 61921 Summary: [4.10 Regression] ICE: SIGSEGV in varpool_node::get_constructor(), at varpool.c:275 with -O2 -fipa-pta Product: gcc Version: 4.10.0

[Bug libobjc/61920] [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerpc*-linux-gnu

2014-07-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 --- Comment #1 from Matthias Klose --- PR24775 is about libobjc not including GCC's target headers

[Bug libobjc/24775] libobjc should not include GCC's target headers

2014-07-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24775 Matthias Klose changed: What|Removed |Added CC||doko at gcc dot gnu.org --- Comment #3

[Bug libobjc/61920] New: [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerp*-linux-gnu

2014-07-26 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61920 Bug ID: 61920 Summary: [4.8/4.9/4.10 Regression] libobjc has undefined symbols on powerp*-linux-gnu Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: no

[Bug middle-end/61919] [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 --- Comment #1 from Andreas Schwab --- Created attachment 33188 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33188&action=edit Output before r213002

[Bug middle-end/61919] New: [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test

2014-07-26 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61919 Bug ID: 61919 Summary: [4.10 regression] FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test Product: gcc Version: 4.10.0 Status: UNCONFIRMED Keywords: wrong-c

[Bug target/61904] Incorrect stack red-zoning on x86-64 code generation

2014-07-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61904 --- Comment #11 from Markus Trippelsdorf --- Here's a small (auto-)reduced testcase for this specific issue: markus@x4 ~ % cat fair.i int a, b, d; enum cpu_idle_type { CPU_MAX_IDLE_TYPES }; struct sched_domain { int balance_interval; int l

[Bug target/44551] [missed optimization] AVX vextractf128 after vinsertf128

2014-07-26 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44551 --- Comment #14 from Marc Glisse --- Author: glisse Date: Sat Jul 26 09:00:31 2014 New Revision: 213076 URL: https://gcc.gnu.org/viewcvs?rev=213076&root=gcc&view=rev Log: 2014-07-26 Marc Glisse PR target/44551 gcc/ * simplify-rtx.c (

[Bug c++/61636] generic lambda "cannot call member function without object"

2014-07-26 Thread contact at jeaye dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61636 Jeaye changed: What|Removed |Added CC||contact at jeaye dot com --- Comment #10 from Je