[Bug fortran/57495] New: Compiling mingw targets with -mcmodel=large causes assert

2013-05-31 Thread tim at marlettesoftware dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57495 Bug ID: 57495 Summary: Compiling mingw targets with -mcmodel=large causes assert Product: gcc Version: 4.7.4 Status: UNCONFIRMED Severity: major Priori

[Bug middle-end/57489] [4.8 regression]: invalid code generated for conditional in template function

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

[Bug middle-end/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 Andrew Pinski changed: What|Removed |Added Keywords||wrong-code Component|c++

[Bug bootstrap/57494] New: [4.9 Regression] Failed to bootstrap

2013-05-31 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57494 Bug ID: 57494 Summary: [4.9 Regression] Failed to bootstrap Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap

[Bug c++/57493] New: Incorrect name lookup for range loop

2013-05-31 Thread ppluzhnikov at google dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57493 Bug ID: 57493 Summary: Incorrect name lookup for range loop Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #6 from Jim Hand --- You are correct in that it is undefined in C.

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #5 from Andrew Pinski --- (In reply to Jim Hand from comment #4) > One of my coworkers, a former Intel employee, made the point that signed > integer overflow is precisely defined for X86, in that overflowing and then > underflowing wi

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #4 from Jim Hand --- One of my coworkers, a former Intel employee, made the point that signed integer overflow is precisely defined for X86, in that overflowing and then underflowing will produce the correct value 100% of the time. An

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2013-05-31 Thread dhazeghi at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #15 from Dara Hazeghi --- (In reply to m...@gcc.gnu.org from comment #14) > Thanks, how about this one? Seems to be the same - assert in the same spot. Shall I upload the varasm.s produced with the second patch?

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #3 from Jim Hand --- Thanks Marc, that seems to allow the code to work properly. One thing that is somewhat troubling, even though the code seems to work properly with the parenthesis, is that changing the following without the parenth

[Bug target/49146] segv from libgcc_s when raising an exception, or unwinding stack with backtrace with ms_abi

2013-05-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49146 Richard Henderson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/56742] [4.8/4.9 regression] Optimization bug lead to uncaught throw

2013-05-31 Thread rth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56742 Richard Henderson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/57492] Optimize 2.0**i to ldexp(1.0,i)

2013-05-31 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57492 Marc Glisse changed: What|Removed |Added Keywords||missed-optimization Status|UNCO

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2013-05-31 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #14 from mrs at gcc dot gnu.org --- Thanks, how about this one? Index: target.def === --- target.def(revision 199270) +++ target.def(working copy) @@ -225,7 +225,

[Bug libstdc++/57421] Error when linking static libstc++ due to missing future classes

2013-05-31 Thread juergen.reuter at desy dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57421 --- Comment #9 from Jürgen Reuter --- Well, I checked gcc/gfortran/g++ 4.8.1 today. There, the problem DOES NOT occur, so it seems to be a problem of gcc 4.9-LATEST.

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #2 from Marc Glisse --- Did you try adding parentheses around c - '0'? Seems to me that you overflow otherwise.

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2013-05-31 Thread dhazeghi at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #13 from Dara Hazeghi --- (In reply to m...@gcc.gnu.org from comment #12) > Ok, new theory. Does this patch fix it for you: Thanks for the patch. Just tried bootstrapping with it and checking disabled, and the same assertion still t

[Bug rtl-optimization/57359] wrong code for union access at -O3 on x86_64-linux

2013-05-31 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359 --- Comment #9 from joseph at codesourcery dot com --- I think this is invalid, because the assignment that changes the current union member doesn't go through the union type (cf. DR#236).

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 --- Comment #1 from Jim Hand --- One of my coworkers looked at the assembly and said that it appears g++ isn't even generating code for the conditional "if (expected_v != actual_v || expected_i != actual_i)" when this occurs. It appears the compil

[Bug tree-optimization/57492] New: Optimize 2.0**i to ldexp(1.0,i)

2013-05-31 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57492 Bug ID: 57492 Summary: Optimize 2.0**i to ldexp(1.0,i) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: tree-optimiza

[Bug tree-optimization/57488] [4.9 regression] loop terminates early at -O3

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57488 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/57491] New: [ia64] internal compiler error: in ia64_split_tmode -O2, quadmath

2013-05-31 Thread jtaylor.debian at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57491 Bug ID: 57491 Summary: [ia64] internal compiler error: in ia64_split_tmode -O2, quadmath Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug middle-end/57073] __builtin_powif (-1.0, k) should be optimized to "1.0 - 2.0 * (K%2)"

2013-05-31 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57073 --- Comment #15 from Tobias Burnus --- (In reply to Thomas Koenig from comment #14) > The patch at http://gcc.gnu.org/ml/gcc-cvs/2013-05/msg01050.html > is wrong I realized this myself about 6 hours ago, see http://gcc.gnu.org/ml/gcc-patches/201

[Bug middle-end/57073] __builtin_powif (-1.0, k) should be optimized to "1.0 - 2.0 * (K%2)"

2013-05-31 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57073 Thomas Koenig changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/57489] [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 Jim Hand changed: What|Removed |Added Version|unknown |4.8.1 Severity|normal

[Bug c/57490] New: ICE on c-c++-common/cilk-plus/AN/an-if.c

2013-05-31 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57490 Bug ID: 57490 Summary: ICE on c-c++-common/cilk-plus/AN/an-if.c Product: gcc Version: 4.9.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Prio

[Bug c++/57489] New: [4.8 regression]: invalid code generated for conditional in template function

2013-05-31 Thread jhand at austin dot rr.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57489 Bug ID: 57489 Summary: [4.8 regression]: invalid code generated for conditional in template function Product: gcc Version: unknown Status: UNCONFIRMED Severity:

[Bug tree-optimization/57488] New: [4.9 regression] loop terminates early at -O3

2013-05-31 Thread dhazeghi at yahoo dot com
(note the only place 'v' is touched is in that loop). I've tried reducing the testcase further, but any perturabation seems to hide the bug. $ gcc-trunk -v gcc version 4.9.0 20130531 (experimental) [trunk revision 199531] (GCC) $ gcc-trunk -O2 wrong.c $ ./a.out 0 $ gcc-4.8 -O3 wro

[Bug c++/55776] -Wshadow generates an incorrect warning with enum classes

2013-05-31 Thread s...@s-e-f-i.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55776 Philipp changed: What|Removed |Added CC||jason at redhat dot com --- Comment #1 from Phi

[Bug debug/57487] vterminate.cc local variable optimized out

2013-05-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57487 --- Comment #1 from Andrew Pinski --- >vterminate.cc This is compiled with -O2 so this kinda expected to be optimized out.

[Bug debug/57487] New: vterminate.cc local variable optimized out

2013-05-31 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57487 Bug ID: 57487 Summary: vterminate.cc local variable optimized out Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug

[Bug c++/57484] 'std::numeric_limits< T >::signaling_NaN()' signaling-bit is incorrect for x86 32-bit.

2013-05-31 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57484 --- Comment #1 from Daniel Krügler --- I haven't checked your bit arithmetics, but I have checked the full bit patterns of the resulting NaNs in hex on my mingw-64 bit system. What I'm getting for are the following results: 1) gcc 4.7.2/4.9.0 201

[Bug fortran/57217] [4.7/4.8/4.9 Regression][OOP] Accepts invalid TBP overriding - lacking arguments check

2013-05-31 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57217 --- Comment #8 from janus at gcc dot gnu.org --- Backport to 4.8: Author: janus Date: Fri May 31 18:10:03 2013 New Revision: 199554 URL: http://gcc.gnu.org/viewcvs?rev=199554&root=gcc&view=rev Log: 2013-05-31 Janus Weil Tobias Burnus

[Bug bootstrap/57486] New: bootstrap fails on 4.8 and google/4.8 branch on RHEL6.1 platform

2013-05-31 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57486 Bug ID: 57486 Summary: bootstrap fails on 4.8 and google/4.8 branch on RHEL6.1 platform Product: gcc Version: 4.8.1 Status: UNCONFIRMED Severity: blocker

[Bug c/57485] New: memcpy in aggregate return not eliminated

2013-05-31 Thread mattiase at acm dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57485 Bug ID: 57485 Summary: memcpy in aggregate return not eliminated Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2013-05-31 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 --- Comment #12 from mrs at gcc dot gnu.org --- Ok, new theory. Does this patch fix it for you: Index: varasm.c === --- varasm.c(revision 199270) +++ varasm.c(working copy)

[Bug bootstrap/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1

2013-05-31 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438 mrs at gcc dot gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org --- Comme

[Bug rtl-optimization/57359] wrong code for union access at -O3 on x86_64-linux

2013-05-31 Thread dhazeghi at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57359 --- Comment #8 from Dara Hazeghi --- Okay, here is I think a more clear example. However, from what Jakub says above, this is probably undefined. int printf(const char *, ...); union { int i; long long ll; } u; long long *pll = &u.ll;

[Bug rtl-optimization/56732] ICE in advance_target_bb

2013-05-31 Thread diffgeom at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56732 --- Comment #9 from Rajiv Gupta --- Great, it's fixed! :)

[Bug c++/57484] New: 'std::numeric_limits< T >::signaling_NaN()' signaling-bit is incorrect for x86 32-bit.

2013-05-31 Thread zxClhzAApX1EdJwQANqrjLERmFeURQVy at cynd dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57484 Bug ID: 57484 Summary: 'std::numeric_limits< T >::signaling_NaN()' signaling-bit is incorrect for x86 32-bit. Product: gcc Version: 4.7.3 Status: UNCONFIRMED Sev

[Bug c/57475] "incompatible pointer type" message is not helpful enough

2013-05-31 Thread eblake at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57475 --- Comment #3 from Eric Blake --- (In reply to Manuel López-Ibáñez from comment #1) > We could detect the special case where the spelling is the same and report > where each type is declared. Be aware that "spelled the same" needs to disregard c

[Bug rtl-optimization/57462] ira-costs considers only a single register at a time

2013-05-31 Thread vmakarov at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57462 Vladimir Makarov changed: What|Removed |Added CC||vmakarov at redhat dot com --- Comment

[Bug c/57452] FAIL: c-c++-common/cilk-plus/AN/if_test.c

2013-05-31 Thread bviyer at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57452 --- Comment #3 from Balaji V. Iyer --- Hi H. J., Yes, there is a bug in this test case. I have fixed it and it was approved for trunk and is already checked in. To answer your 2nd question, the compiler cannot check for out of bounds erro

[Bug c++/56930] [4.8 regression] pointless -Wconversion warning with sizeof

2013-05-31 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56930 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/57319] [4.8 Regression]: bogus "defaulted move assignment for ... calls a non-trivial move assignment operator for virtual base ..."

2013-05-31 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57319 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug c/57483] New: Linux kernel (lto-3.9 branch) compilation fails with enabled LTO

2013-05-31 Thread marxin.liska at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57483 Bug ID: 57483 Summary: Linux kernel (lto-3.9 branch) compilation fails with enabled LTO Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug c++/57480] struct with a va_list considered as non-POD

2013-05-31 Thread roman at tsisyk dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57480 --- Comment #4 from Roman Tsisyk --- I use offsetof on this structure and C++ produces a warning about POD data type. std::is_pod is not so important here. I temporary add -Wno-invalid-offsetof to my code.

[Bug c/57455] "internal compiler error: Floating point exception", in seemingly random places

2013-05-31 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57455 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug java/55764] [4.8/4.9 Regression] ICE when building frysk

2013-05-31 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764 Andrew Haley changed: What|Removed |Added Resolution|FIXED |WONTFIX

[Bug c/57455] "internal compiler error: Floating point exception", in seemingly random places

2013-05-31 Thread theartlav at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57455 --- Comment #2 from Artyom --- > Can you try to get at a backtrace using gdb? Looks like i found the problem. gcc -wrapper gdb,--args cmathmodule.i ... Program received signal SIGFPE, Arithmetic exception. 0xb7f17c31 in __gmpn_divrem_2 () from /

[Bug java/55764] [4.8/4.9 Regression] ICE when building frysk

2013-05-31 Thread gnu_andrew at member dot fsf.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org --

[Bug c++/57480] struct with a va_list considered as non-POD

2013-05-31 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57480 --- Comment #3 from Daniel Krügler --- (In reply to Jonathan Wakely from comment #2) My interprettaion is that the standard does not say anything about that (I think I had once a similar question in regard to another type from the C Library). I su

[Bug tree-optimization/57478] [4.9 Regression] ice in vec.h:815

2013-05-31 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57478 --- Comment #5 from Marek Polacek --- Author: mpolacek Date: Fri May 31 10:58:52 2013 New Revision: 199531 URL: http://gcc.gnu.org/viewcvs?rev=199531&root=gcc&view=rev Log: Add testcase for PR57478 Added: trunk/gcc/testsuite/gcc.dg/torture/p

[Bug java/55764] [4.8/4.9 Regression] ICE when building frysk

2013-05-31 Thread aph at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55764 Andrew Haley changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/56274] [4.8/4.9 Regression] libada bootstrap failure on kfreebsd ("pthread_rwlock_t" not declared in "OS_Interface")

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56274 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug debug/57481] [4.8 Regression] LTO VTA compile time hog

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57481 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #1 from Jakub Jelinek

[Bug c++/56746] [4.8 regression] increased memory usage when compiling C++

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56746 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #10 from Jakub Jelinek

[Bug sanitizer/55374] [asan] -static-libasan -static-libstdc++ doesn't work

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #26 from Jakub Jelinek

[Bug bootstrap/55163] [4.8/4.9 Regression] Ongoing problem with gengtype-lex.c under CygWin with CRLF text mode line endings since 4.8/4.9

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55163 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #4 from Jakub Jelinek

[Bug target/54699] [4.8/4.9 Regression] [SH] gfortran.dg/class_array_9.f03 ICEs

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54699 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #9 from Jakub Jelinek

[Bug rtl-optimization/50176] 4.7 generates spill-fill dealing with char->int conversion

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50176 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #24 from Jakub Jelinek

[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol "_Unwind_GetIPInfo" on ia64-hpux

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug c++/54890] Incorrect SFINAE Rejection

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54890 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #5 from Jakub Jelinek

[Bug go/54873] runtime/pprof FAILs

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54873 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug target/55657] objc/obj-c++ failures present under darwin12

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #7 from Jakub Jelinek

[Bug rtl-optimization/50339] suboptimal register allocation for abs(__int128_t)

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50339 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #8 from Jakub Jelinek

[Bug libgcc/57221] [4.8/4.9 regression] libgcc symbol visibility changes break Android blobs

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57221 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #4 from Jakub Jelinek

[Bug c/50720] "deprecated" doesn't work as expected for functions returning pointer

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50720 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #3 from Jakub Jelinek

[Bug fortran/56939] [4.8/4.9 Regression] [OOP] Derived type is being used before it is defined

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56939 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug rtl-optimization/54540] postreload incorrectly simplifies stack adjustment into constant load into SP

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54540 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #9 from Jakub Jelinek

[Bug bootstrap/57059] [4.8/4.9 Regression] Host configuration of loose_warn breaks for build components for Canadian crosses

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57059 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #3 from Jakub Jelinek

[Bug rtl-optimization/55278] [4.8/4.9 Regression] Botan performance regressions, other compilers generate better code than gcc

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #15 from Jakub Jelinek

[Bug tree-optimization/51680] g++ 4.7 fails to inline trivial template stuff

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #20 from Jakub Jelinek

[Bug fortran/57364] [4.8/4.9 Regression][OOP] ICE gfc_enforce_clean_symbol_state

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57364 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #5 from Jakub Jelinek

[Bug rtl-optimization/56912] [4.8/4.9 Regression] scheduler change breaks linux kernel LTO build with 4.8

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56912 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #3 from Jakub Jelinek

[Bug c++/56326] g++.dg/gomp/tls-wrap4.C and g++.dg/tls/thread_local-wrap4.C FAIL on Solaris 9/x86

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56326 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #4 from Jakub Jelinek

[Bug middle-end/56344] ICE for program with very large structs returned by value

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56344 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #7 from Jakub Jelinek

[Bug rtl-optimization/55092] [4.8/4.9 Regression] LRA aggravates var-tracking scalability problems

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55092 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #9 from Jakub Jelinek

[Bug target/55307] libgcc's __cpu_indicator_init does not check for avx correctly

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55307 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug debug/55056] [4.8/4.9 Regression] -O0 -g missing location for register double var

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55056 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #10 from Jakub Jelinek

[Bug rtl-optimization/47477] [4.7/4.8/4.9 regression] Sub-optimal mov at end of method

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47477 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #14 from Jakub Jelinek

[Bug c++/49152] pretty printer cannot handle iterators and other complex expressions

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #47 from Jakub Jelinek

[Bug tree-optimization/38785] [4.5/4.7/4.8/4.9 Regression] huge performance regression on EEMBC bitmnp01

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38785 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #40 from Jakub Jelinek

[Bug tree-optimization/52272] [4.7/4.8/4.9 regression] Performance regression of 410.bwaves on x86.

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52272 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #19 from Jakub Jelinek

[Bug rtl-optimization/55342] [4.8/4.9 Regression] [LRA,x86] Non-optimal code for simple loop with LRA

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55342 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #6 from Jakub Jelinek

[Bug rtl-optimization/49857] Put constant switch-tables into flash

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #5 from Jakub Jelinek

[Bug fortran/54224] Warn for unused (private) module variables and internal procedures

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #17 from Jakub Jelinek

[Bug middle-end/55145] Different bits for long double constant depending on long int size

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55145 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #10 from Jakub Jelinek

[Bug fortran/54221] [4.8/4.9 Regression] Explicit private access specifier signals "unexpected defined but not used [-Wunused-function]" warning

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54221 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #7 from Jakub Jelinek

[Bug rtl-optimization/38711] ira should not be using df-lr except at -O1.

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #7 from Jakub Jelinek

[Bug debug/53363] g++.dg/debug/dwarf2/thunk1.C FAILs

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #20 from Jakub Jelinek

[Bug fortran/55978] class_optional_2.f90 -Os fails

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #26 from Jakub Jelinek

[Bug target/55656] objc/obj-c++ failures present under darwin11

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/56982] [4.8 Regression] Bad optimization with setjmp()

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56982 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #12 from Jakub Jelinek

[Bug regression/53203] [4.8/4.9 Regression]: gcc.dg/setjmp-1.c

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53203 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #3 from Jakub Jelinek

[Bug rtl-optimization/57459] [4.8/4.9 Regression] LRA inheritance bug

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57459 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #2 from Jakub Jelinek

[Bug c++/41090] [4.7/4.8/4.9 Regression] Using static label reference in c++ class constructor produces wrong code

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41090 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #17 from Jakub Jelinek

[Bug libitm/51855] improve calculation of stack bottom in libitm's undolog

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #4 from Jakub Jelinek

[Bug target/55654] objc/obj-c++ failures present under darwin10

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55654 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #8 from Jakub Jelinek

[Bug libgomp/56357] [4.8/4.9 Regression] missing symbol references for libgomp when using -flto -fopenmp on mingw32

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56357 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.1 |4.8.2 --- Comment #6 from Jakub Jelinek

  1   2   >