[Bug tree-optimization/64308] Missed optimization: 64-bit divide used when 32-bit divide would work

2014-12-19 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64308 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #4 f

[Bug rtl-optimization/64366] New: Segmentation fault in remove_pseudos

2014-12-19 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64366 Bug ID: 64366 Summary: Segmentation fault in remove_pseudos Product: gcc Version: 5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, ra Severity: normal Prior

[Bug tree-optimization/64365] New: Predictive commoning after loop vectorization produces incorrect code.

2014-12-19 Thread congh at google dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64365 Bug ID: 64365 Summary: Predictive commoning after loop vectorization produces incorrect code. Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug lto/53831] [4.7 Regression] Virtuals missing in LTO symtab

2014-12-19 Thread htl10 at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53831 --- Comment #38 from Hin-Tak Leung --- This is the only reference I have about the redhat specific patch. (from redhat's binutils packaging git). I think "H.J." is "H.J.Lu" but I can't find anything further - I am hoping there is an updated patch

[Bug lto/53831] [4.7 Regression] Virtuals missing in LTO symtab

2014-12-19 Thread htl10 at users dot sourceforge.net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53831 Hin-Tak Leung changed: What|Removed |Added CC||htl10 at users dot sourceforge.net ---

[Bug ipa/62016] [4.8/4.9/5 Regression] very slow compilation at -O3 on x86_64-linux-gnu

2014-12-19 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62016 --- Comment #8 from Jan Hubicka --- Hmm, backporting the code to turn unreachable calls to __builtin_unreachable to 4.7 is quite risky - nothin in 4.7 really cared about correctness of the analysis. While I do recall only one recent bug in that a

[Bug target/64268] [5 Regression] bootstrap failure (ICE in wide_int_to_tree, at tree.c:1438) on powerpc in libgcc, stage2

2014-12-19 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64268 --- Comment #2 from Segher Boessenkool --- Author: segher Date: Fri Dec 19 19:55:32 2014 New Revision: 218971 URL: https://gcc.gnu.org/viewcvs?rev=218971&root=gcc&view=rev Log: PR target/64268 * combine.c (try_combine): Immediately retur

[Bug rtl-optimization/64037] [4.8/4.9/5 Regression] Miscompilation with -Os and enum class : char parameter

2014-12-19 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64037 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-19 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug fortran/64209] [OOP] runtime segfault with CLASS(*), INTENT(OUT) dummy argument

2014-12-19 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64209 --- Comment #7 from janus at gcc dot gnu.org --- Author: janus Date: Fri Dec 19 19:28:57 2014 New Revision: 218968 URL: https://gcc.gnu.org/viewcvs?rev=218968&root=gcc&view=rev Log: 2014-12-19 Janus Weil PR fortran/64209 * trans-expr.

[Bug rtl-optimization/64037] [4.8/4.9/5 Regression] Miscompilation with -Os and enum class : char parameter

2014-12-19 Thread hjl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64037 --- Comment #28 from hjl at gcc dot gnu.org --- Author: hjl Date: Fri Dec 19 19:19:33 2014 New Revision: 218967 URL: https://gcc.gnu.org/viewcvs?rev=218967&root=gcc&view=rev Log: Pass unpromoted argument to promote_function_mode This patch upda

[Bug c++/64346] gcc generates incorrect debug info for ctor/dtor

2014-12-19 Thread ccoutant at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64346 --- Comment #4 from Cary Coutant --- I think the problem is that the decloning turns the C1 and C2 ctors into thunks, and GCC doesn't (yet) generate debug info for thunks, so when you inline the C4 into the C1 or C2, and inline that into foo, all

[Bug target/64364] gcc ICE on min() on Intel Sandy Bridge CPU if compiler built on Haswell

2014-12-19 Thread dhazeghi at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64364 --- Comment #1 from Dara Hazeghi --- Appears to be the same issue as bug 59463

[Bug target/64364] New: gcc ICE on min() on Intel Sandy Bridge CPU if compiler built on Haswell

2014-12-19 Thread dhazeghi at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64364 Bug ID: 64364 Summary: gcc ICE on min() on Intel Sandy Bridge CPU if compiler built on Haswell Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/24882] [meta-bug] Non-refcounted, moveable basic_string

2014-12-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24882 --- Comment #1 from Jonathan Wakely --- The new std::string implementation has been committed as https://gcc.gnu.org/r218964 I'll go through the bugs linked to this PR and deal with them asap.

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2014-12-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 --- Comment #6 from Paolo Carlini --- Ok, thanks. I'm going to wait a few more days only.

[Bug c/64363] New: Unresolved labels with -fcheck-pointer-bounds and -mmpx

2014-12-19 Thread christian.otterstad at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64363 Bug ID: 64363 Summary: Unresolved labels with -fcheck-pointer-bounds and -mmpx Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Prio

[Bug c++/60493] g++ throws segmentation fault on simple code

2014-12-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60493 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/60493] g++ throws segmentation fault on simple code

2014-12-19 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60493 --- Comment #4 from paolo at gcc dot gnu.org --- Author: paolo Date: Fri Dec 19 16:50:31 2014 New Revision: 218957 URL: https://gcc.gnu.org/viewcvs?rev=218957&root=gcc&view=rev Log: 2014-12-19 Paolo Carlini PR c++/60493 * g++.dg/temp

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 Kai Tietz changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #7 from Kai Tietz --- Author: ktietz Date: Fri Dec 19 16:47:59 2014 New Revision: 218956 URL: https://gcc.gnu.org/viewcvs?rev=218956&root=gcc&view=rev Log: PR c++/61198 * g++.dg/template/using30.C: New file. Added: trun

[Bug c++/61198] Crash when selecting specializations through aliases.

2014-12-19 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61198 --- Comment #6 from Kai Tietz --- Author: ktietz Date: Fri Dec 19 16:44:15 2014 New Revision: 218955 URL: https://gcc.gnu.org/viewcvs?rev=218955&root=gcc&view=rev Log: PR c++/61198 * pt.c (most_general_template): Don't break for template

[Bug c++/60493] g++ throws segmentation fault on simple code

2014-12-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60493 --- Comment #3 from Paolo Carlini --- This is fixed for 5.0. I'm adding the testcase and closing the bug.

[Bug rtl-optimization/64294] invalid code, zero check gets optimized away

2014-12-19 Thread gcc at breakpoint dot cc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64294 Sebastian Andrzej Siewior changed: What|Removed |Added Known to work||4.7.2 --- Comment #6 from Se

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2014-12-19 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 --- Comment #5 from Manuel López-Ibáñez --- (In reply to Paolo Carlini from comment #4) > Manuel, shall we close this? If there is no self-contained reproducible testcase forthcoming, I would say yes.

[Bug c++/53132] Missing top level in diagnostic's instantiation stack

2014-12-19 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53132 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug target/64358] Wrong code for __int128 operations in powerpc64le

2014-12-19 Thread roger.ferrer at bsc dot es
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64358 --- Comment #2 from Roger Ferrer Ibanez --- (In reply to Pat Haugen from comment #1) > This occurs on powerpc64 Big Endian too and is fixed by a patch I just > submitted yesterday. Talk about timing... Fantastic > > https://gcc.gnu.org/ml/gcc-

[Bug target/64358] Wrong code for __int128 operations in powerpc64le

2014-12-19 Thread pthaugen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64358 Pat Haugen changed: What|Removed |Added Target|powerpc64le |powerpc64le, powerpc64 Status|U

[Bug rtl-optimization/63259] Detecting byteswap sequence

2014-12-19 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259 --- Comment #17 from Oleg Endo --- (In reply to thopre01 from comment #16) > > Did we? All I can find is you and Andreas mentionning that it should work > because it will be sign extended to int when doing the bitwise AND with > 0xFF00. > > Wha

[Bug rtl-optimization/63259] Detecting byteswap sequence

2014-12-19 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259 --- Comment #16 from thopre01 at gcc dot gnu.org --- (In reply to Oleg Endo from comment #15) > (In reply to thopre01 from comment #14) > > > You mean with the added bswaphi2 pattern the pattern is still unchanged? > > > > After adding bswaphi2

[Bug other/64362] rtl.h:2168:13: error: use of enum 'reg_class' without previous declaration

2014-12-19 Thread alp at rsu dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64362 --- Comment #1 from Alexander Pyhalov --- Sorry, it seems to be illumos issue.

[Bug rtl-optimization/63259] Detecting byteswap sequence

2014-12-19 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63259 --- Comment #15 from Oleg Endo --- (In reply to thopre01 from comment #14) > > It's rather the contrary. The bswap pass will replace the statements by a 8 > bit rotation if the value is 16bit and the expander will choose a bswaphi > pattern for

[Bug other/64362] New: rtl.h:2168:13: error: use of enum 'reg_class' without previous declaration

2014-12-19 Thread alp at rsu dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64362 Bug ID: 64362 Summary: rtl.h:2168:13: error: use of enum 'reg_class' without previous declaration Product: gcc Version: 4.8.4 Status: UNCONFIRMED Severity: norm

[Bug target/63773] [meta-bug] Restoring darwin bootstrap for gcc 5.0

2014-12-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63773 Bug 63773 depends on bug 63831, which changed state. Bug 63831 Summary: [5 Regression] r217292 causes segfaults with -MM https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63831 What|Removed |Added ---

[Bug preprocessor/63831] [5 Regression] r217292 causes segfaults with -MM

2014-12-19 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63831 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/63506] GCC deduces wrong return type of operator*() inside template functions

2014-12-19 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63506 Ville Voutilainen changed: What|Removed |Added Keywords||rejects-valid Status|UNC

[Bug middle-end/52306] [4.8 regression] ICE in cselib_record_set, at cselib.c:2158

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52306 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #34 from Jakub Jelinek

[Bug fortran/63744] [4.8/4.9/5 Regression] Duplicate use-statement causes error

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63744 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #6 from Jakub Jelinek

[Bug rtl-optimization/60508] [4.8 Regression] internal compiler error: in lra_set_insn_recog_data, at lra.c:1082

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60508 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #5 from Jakub Jelinek

[Bug bootstrap/15212] [4.8/4.9/5 Regression] bootstrap fails on interix3

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #47 from Jakub Jelinek

[Bug tree-optimization/37916] [4.8/4.9/5 Regression] SSA names causing register pressure; unnecessarily many simultaneously "live" names.

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37916 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #25 from Jakub Jelinek

[Bug target/62642] [4.8/4.9/5 Regression] x86 rdtsc is moved through barrier

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62642 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #6 from Jakub Jelinek

[Bug ada/25844] [4.8/4.9/5 regression] ICE on overloaded renames

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25844 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #13 from Jakub Jelinek

[Bug tree-optimization/57534] [4.8/4.9/5 Regression]: Performance regression versus 4.7.3, 4.8.1 is ~15% slower

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57534 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug debug/61014] [4.8/4.9/5 Regression] gdb can't find symbol of derived data type array in nested subroutine

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61014 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug tree-optimization/41089] [4.8/4.9/5 Regression] stdarg pass produces wrong code

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41089 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #56 from Jakub Jelinek

[Bug fortran/58754] [4.8/4.9/5 Regression] ICE on allocating character array with source

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58754 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug middle-end/63608] [4.8/4.9 Regression] error: type mismatch in binary expression

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63608 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #3 from Jakub Jelinek

[Bug fortran/60718] [4.8/4.9 regression] Test case gfortran.dg/select_type_4.f90 fails on ARM

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60718 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #17 from Jakub Jelinek

[Bug tree-optimization/21485] [4.8/4.9/5 Regression] missed load PRE, PRE makes i?86 suck

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=21485 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #57 from Jakub Jelinek

[Bug middle-end/26241] [4.8/4.9/5 Regression] None of the IPA passes are documented in passes.texi

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26241 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #13 from Jakub Jelinek

[Bug tree-optimization/32306] [4.8/4.9/5 Regression] redundant && || not eliminated

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32306 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #26 from Jakub Jelinek

[Bug middle-end/61018] [4.8/4.9/5 Regression] -Wvarargs does not print warning for member functions

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61018 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #3 from Jakub Jelinek

[Bug middle-end/33699] [4.8/4.9/5 regression] missing optimization on const addr area store

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33699 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #19 from Jakub Jelinek

[Bug tree-optimization/58957] [4.8 Regression] compilation slow at -O3 on x86_64-linux-gnu (both 32-bit and 64-bit modes)

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58957 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug rtl-optimization/61058] [4.8/4.9/5 Regression] ICE: RTL check: expected elt 3 type 'B', have '0' (rtx barrier) in distance_agu_use_in_bb, at config/i386/i386.c:16740 with __builtin_unreachable()

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61058 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug middle-end/38059] [4.8/4.9/5 Regression] Compile time regression for gcc.dg/20020425-1.c

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38059 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #7 from Jakub Jelinek

[Bug middle-end/52285] [4.8/4.9/5 Regression] libgcrypt _gcry_burn_stack slowdown

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52285 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #15 from Jakub Jelinek

[Bug fortran/62044] [4.8/4.9/5 Regression] ICE in USE statement with RENAME for extended derived type

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62044 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #2 from Jakub Jelinek

[Bug tree-optimization/61203] [4.8/4.9/5 Regression] g++.old-deja/g++.jason/rvalue2.C FAILs with -O2 -fno-inline

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61203 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #5 from Jakub Jelinek

[Bug target/47333] [4.8 regression] g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47333 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #43 from Jakub Jelinek

[Bug lto/56706] [4.8 Regression] failure building CP2K at -flto -O2

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56706 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #16 from Jakub Jelinek

[Bug target/39726] [4.8/4.9/5 Regression][cond-optab] ColdFire pessimizations on QImode/HImode tests

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39726 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug tree-optimization/49442] [4.8/4.9/5 Regression] Misaligned store support pessimization

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49442 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #12 from Jakub Jelinek

[Bug target/43701] [4.8/4.9/5 Regression] ICE: SIGSEGV (too deep recursion) with -mno-sse and __float128

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43701 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #5 from Jakub Jelinek

[Bug java/43055] [4.8/4.9/5 Regression] 'jc1: internal compiler error: Segmentation fault' using gcj -fprofile-arcs

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43055 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug tree-optimization/57985] [4.8 Regression] ICE in cgraph_function_node with -fprofile-arcs -O2

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57985 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/59058] [4.8 Regression] wrong code at -O3 on x86_64-linux-gnu (affecting gcc 4.6 to trunk)

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59058 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #16 from Jakub Jelinek

[Bug fortran/57023] [4.8/4.9/5 Regression] Not packing arrays with changing variable used for size

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57023 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug tree-optimization/63593] ICE: verify_gimple failed: incompatible types in PHI argument 0 with -O3 -fno-tree-vectorize

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63593 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug fortran/56674] [4.8/4.9/5 Regression] ICE in check_sym_interfaces

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56674 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug fortran/42954] [4.8/4.9/5 regression] TARGET_*_CPP_BUILTINS issues with gfortran

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42954 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #26 from Jakub Jelinek

[Bug target/39725] [4.8/4.9/5 Regression][cond-optab] MIPS pessimizations on floating-point

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #12 from Jakub Jelinek

[Bug rtl-optimization/44281] [4.8/4.9/5 Regression] Global Register variable pessimisation

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44281 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #17 from Jakub Jelinek

[Bug tree-optimization/53852] [4.8/4.9/5 Regression] -ftree-loop-linear: large compile time / memory usage

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53852 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #14 from Jakub Jelinek

[Bug debug/48150] [4.8/4.9/5 Regression] gcc.dg/guality/sra-1.c

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48150 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #14 from Jakub Jelinek

[Bug other/26966] [4.8/4.9/5 Regression] linking of C++/ObjC app fail on OpenBSD 3.9 due POSIX threading unresolved symbols

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26966 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #26 from Jakub Jelinek

[Bug tree-optimization/61634] [4.8/4.9 Regression] ICE in in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1423

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61634 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug rtl-optimization/56885] [4.8 Regression] ICE: in assign_by_spills, at lra-assigns.c:1268 with -O -fschedule-insns -fselective-scheduling

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56885 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #13 from Jakub Jelinek

[Bug target/35455] [4.8/4.9/5 Regression] h8300: internal compiler error: in compute_frame_pointer_to_fb_displacement, at dwarf2out.c:10984

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35455 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #13 from Jakub Jelinek

[Bug target/39722] [4.8/4.9/5 Regression][cond-optab] worse code with bitfields on v850, mn10300, avr

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39722 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug c/58943] [4.8 Regression] wrong calculation of indirect structure member arithmetic via function call

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58943 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #10 from Jakub Jelinek

[Bug tree-optimization/64193] [4.8/4.9 Regression] Decreased performance after r173250

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64193 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #11 from Jakub Jelinek

[Bug tree-optimization/59967] [4.8/4.9/5 Regression] Performance regression from 4.7.x to 4.8.x (loop not unrolled)

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59967 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #5 from Jakub Jelinek

[Bug fortran/57019] [4.8/4.9/5 Regression] Compiler crashes (and make wrong assignments) at some combinations of pointers

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57019 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

[Bug middle-end/23868] [4.8/4.9/5 regression] builtin_apply uses wrong mode for multi-hard-register return values

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=23868 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #25 from Jakub Jelinek

[Bug rtl-optimization/57569] [4.8 Regression] wrong code for struct copy at -O3 on x86_64-linux

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57569 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

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

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59198 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #15 from Jakub Jelinek

[Bug target/45402] [4.8/4.9/5 Regression] ICE in extract_insn, at recog.c:2127 for gcc.dg/pr28796-2 on rx-elf

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45402 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #7 from Jakub Jelinek

[Bug middle-end/44440] [4.8/4.9/5 regression] ira_initialization and buitins construction taking too much of startup time

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=0 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #11 from Jakub Jelinek

[Bug fortran/57129] [4.8/4.9/5 Regression] Improve error message for conflicts between PROCEDURE and DERIVED.

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57129 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #12 from Jakub Jelinek

[Bug middle-end/50199] [4.8/4.9/5 Regression] wrong code with -flto -fno-merge-constants

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50199 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #20 from Jakub Jelinek

[Bug sanitizer/57316] [4.8 regression] build failure in libsanitizer

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57316 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #29 from Jakub Jelinek

[Bug debug/63505] [4.8/4.9 Regression] ICE with -fdebug-types-section in should_move_die_to_comdat, at dwarf2out.c:6702

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63505 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #2 from Jakub Jelinek

[Bug target/38134] [4.8/4.9/5 Regression] speed regression with many loop invariants

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38134 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #25 from Jakub Jelinek

[Bug target/39423] [4.8/4.9/5 Regression] [SH] performance regression: lost mov @(disp,Rn)

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39423 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #38 from Jakub Jelinek

[Bug preprocessor/39533] [4.8/4.9/5 Regression] -MM may list a header file twice

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39533 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #16 from Jakub Jelinek

[Bug middle-end/63289] ICE from --param max-vartrack-expr-depth

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63289 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #4 from Jakub Jelinek

[Bug bootstrap/50229] [4.8/4.9/5 Regression] Can't cross compile for i686-apple-darwin10 from x86_64-redhat_linux

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50229 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #23 from Jakub Jelinek

[Bug middle-end/59630] [4.8 Regression] ICE converting the return type of a builtin function

2014-12-19 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59630 Jakub Jelinek changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5 --- Comment #9 from Jakub Jelinek

  1   2   3   4   >