[Bug rtl-optimization/66351] [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-06-22 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351 --- Comment #5 from Jan Hubicka --- Author: hubicka Date: Mon Jun 22 07:02:50 2015 New Revision: 224719 URL: https://gcc.gnu.org/viewcvs?rev=224719&root=gcc&view=rev Log: PR ipa/66351 * ipa-polymorphic-call.c (ipa_polymo

[Bug ipa/65908] [5/6 Regression] ICE: in expand_thunk, at cgraphunit.c:1700

2015-06-22 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65908 --- Comment #11 from Jan Hubicka --- Author: hubicka Date: Mon Jun 22 07:12:22 2015 New Revision: 224720 URL: https://gcc.gnu.org/viewcvs?rev=224720&root=gcc&view=rev Log: PR ipa/65908 * ipa-icf.c (sem_item::target_supports_symb

[Bug target/52144] ARM should support arm/thumb function attribute to permit different instruction sets in the same source

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144 --- Comment #8 from chrbr at gcc dot gnu.org --- Author: chrbr Date: Mon Jun 22 07:32:15 2015 New Revision: 224721 URL: https://gcc.gnu.org/viewcvs?rev=224721&root=gcc&view=rev Log: Add -mflip-thumb for testing. PR target/52144n * config/arm/arm

[Bug target/66483] [4.9 Regression] ICE (in add_stores, at var-tracking.c:6000) on arm-linux-gnueabihf

2015-06-22 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66483 Thomas Preud'homme changed: What|Removed |Added Assignee|thopre01 at gcc dot gnu.org|unassigned at gcc dot gnu.or

[Bug target/66620] bfin: bfin.c: (hwloop_optimize): gcc_assert (JUMP_P (insn)) fails.

2015-06-22 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66620 Mikhail Maltsev changed: What|Removed |Added Keywords||ice-on-valid-code Target|

[Bug lto/45729] -flto conflicts with -mthumb

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45729 chrbr at gcc dot gnu.org changed: What|Removed |Added CC||chrbr at gcc dot gnu.org

[Bug target/52144] ARM should support arm/thumb function attribute to permit different instruction sets in the same source

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144 chrbr at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug target/59884] Unexpected warning pragma GCC target

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59884 Bug 59884 depends on bug 52144, which changed state. Bug 52144 Summary: ARM should support arm/thumb function attribute to permit different instruction sets in the same source https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144 What

[Bug lto/45729] -flto conflicts with -mthumb

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45729 Bug 45729 depends on bug 52144, which changed state. Bug 52144 Summary: ARM should support arm/thumb function attribute to permit different instruction sets in the same source https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144 What

[Bug target/65837] [arm-linux-gnueabihf] lto1 target specific builtin not available

2015-06-22 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65837 Bug 65837 depends on bug 52144, which changed state. Bug 52144 Summary: ARM should support arm/thumb function attribute to permit different instruction sets in the same source https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52144 What

[Bug c/66622] New: -Wsign-conversion does not take advantage of data flow analysis

2015-06-22 Thread john.marshall at sanger dot ac.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622 Bug ID: 66622 Summary: -Wsign-conversion does not take advantage of data flow analysis Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/66623] New: Unsafe FP math reduction used in strict math mode

2015-06-22 Thread david.sherwood at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623 Bug ID: 66623 Summary: Unsafe FP math reduction used in strict math mode Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: t

[Bug libstdc++/66624] New: libstdc++ iostream uninitialized data

2015-06-22 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624 Bug ID: 66624 Summary: libstdc++ iostream uninitialized data Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug libstdc++/66624] libstdc++ iostream uninitialized data

2015-06-22 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624 --- Comment #1 from Matthias Klose --- the runtime warnings are not shown when building with g++-5.

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/

2015-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621 --- Comment #1 from Jakub Jelinek --- I believe debug/localclass1.C debug/nullptr01.C tests also suffer from this problem. Tried to grep for tests in other g++.dg/ subdirectories that have their own *.exp and it seems if the tests there match ta

[Bug libstdc++/65806] NetBSD's expects __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65806 --- Comment #2 from Jonathan Wakely --- Hmm, why doesn't GCC's own stdint.h solve this? It does: # if defined __cplusplus && __cplusplus >= 201103L # undef __STDC_LIMIT_MACROS # define __STDC_LIMIT_MACROS # undef __STDC_CONSTANT_MACROS # def

[Bug c/66622] -Wsign-conversion does not take advantage of data flow analysis

2015-06-22 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622 Mikhail Maltsev changed: What|Removed |Added Keywords||diagnostic CC|

[Bug c/66622] -Wsign-conversion does not take advantage of data flow analysis

2015-06-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66622 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/38470] value range propagation (VRP) would improve -Wsign-compare

2015-06-22 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38470 Manuel López-Ibáñez changed: What|Removed |Added CC||john.marshall at sanger dot ac.uk

[Bug c/66613] error in evaluationg cexp

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66613 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/66610] Aggregate assignment prevents store-motion

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66610 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66598] With -O3 gcc incorrectly assumes aligned SSE instructions (e.g. movapd) can be used

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66598 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.9.3

[Bug fortran/66578] [F2008] Invalid free on allocate(...,source=a(:)) in block

2015-06-22 Thread vehre at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66578 --- Comment #16 from vehre at gcc dot gnu.org --- I am getting a regression in char_length_5.f90. Anyone else?

[Bug tree-optimization/66623] Unsafe FP math reduction used in strict math mode

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623 Richard Biener changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIRM

[Bug tree-optimization/66623] Unsafe FP math reduction used in strict math mode

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66623 --- Comment #2 from Richard Biener --- It's supposed to handle cases like (vect-outer-fir-big-array.c): for (k = 0; k < 4; k++) { for (i = 0; i < N; i++) { diff = 0; for (j = k; j < M; j+=4) { diff += in[j+i]*coeff[j]; }

[Bug libstdc++/66624] libstdc++ iostream uninitialized data

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66624 --- Comment #2 from Jonathan Wakely --- It's initialized by the ios_base constructor in src/c++11/ios.cc

[Bug testsuite/66621] [4.9/5/6 Regression] Mistakenly unsupported tests in g++.dg/torture/

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66621 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug fortran/66549] [5 Regression] ICE on valid in OMP parallel region

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66549 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Summary|[5/6 Regression]

[Bug c++/66515] [5/6 Regression] g++ segfaults when creating an std::initializer_list

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66515 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/66503] [4.9/5/6 Regression] missing DW_AT_abstract_origin for cross-unit call sites

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66503 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ipa/66424] [5/6 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu in 32-bit mode

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66424 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug tree-optimization/66413] [4.8/4.9/5 Regression] ICE at -Os and above with -g enabled on x86_64-linux-gnu

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66413 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/66412] [5/6 Regression] ICE on valid code at -O2 and -O3 with -g enabled in simplify_subreg, at simplify-rtx.c:5748

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66412 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug lto/66394] [4.9/5/6 Regression] ICE in -flto -fmerge-all-constants -fno-use-linker-plugin targetting i686-w64-mingw32

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66394 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug target/66358] [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug target/66215] [4.8/4.9/5/6 Regression] Wrong after label NOP emission for -mhotpatch

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66215 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/66186] [4.9/5/6 Regression] wrong code at -O3 on x86_64-linux-gnu

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66186 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug go/66147] [5/6 Regression] go fails to cross build

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66147 Richard Biener changed: What|Removed |Added Priority|P3 |P4

[Bug tree-optimization/66119] [5/6 Regression] in optimization of avx-code

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66119 Richard Biener changed: What|Removed |Added Priority|P3 |P1 --- Comment #9 from Richard Biener

[Bug rtl-optimization/66076] [5 Regression] ICE: in vec_safe_grow, at vec.h:618 with -funroll-loops -mno-prefer-avx128 -march=bdver4

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66076 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug lto/65982] [5/6 Regression] ICE: in lto_output_varpool_node, at lto-cgraph.c:623

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65982 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug rtl-optimization/65932] [5 Regression] Linux-3.10.75 on arm926ej-s does not boot due to wrong code generation

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65932 Richard Biener changed: What|Removed |Added Priority|P3 |P2

[Bug c++/66585] [5/6 Regression] Internal compiler error when initialize field with lambda

2015-06-22 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66585 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/65973] [5/6 Regression] segmentation fault when compiling C++14 code

2015-06-22 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65973 Markus Trippelsdorf changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/66119] [5/6 Regression] in optimization of avx-code

2015-06-22 Thread jgreenhalgh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66119 James Greenhalgh changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigne

[Bug c/66618] Failure to diagnose non-constant initializer for static object with -O1

2015-06-22 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66618 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug sanitizer/66524] Unable to detect InitializationOrderFiasco when compiled with "g++ -fsanitize=address"

2015-06-22 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66524 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #5 from Charles Greathouse --- Created attachment 35826 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35826&action=edit -freport-bug preprocessed file This is the source file produced by -freport-bug in gcc 5.1.0.

[Bug target/65914] [6 Regression] error: unrecognizable insn

2015-06-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65914 --- Comment #8 from Bill Schmidt --- Author: wschmidt Date: Mon Jun 22 13:16:04 2015 New Revision: 224725 URL: https://gcc.gnu.org/viewcvs?rev=224725&root=gcc&view=rev Log: [gcc] 2015-06-22 Bill Schmidt PR target/65914 * con

[Bug web/66104] svn co https://gcc.gnu.org/svn/gcc/branches/gcc-5-branch/

2015-06-22 Thread t...@vr-web.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66104 --- Comment #10 from Thomas Schweikle --- On the server side -- it seems to just work out of the box. Be sure to install subversion-tools, subversion-python, subversion-perl alongside if you are using perl- or python-binding (viewvc). Looks like

[Bug target/66563] [4.9 Regression] ICE (segmentation fault) on sh4-linux-gnu

2015-06-22 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66563 --- Comment #26 from John Paul Adrian Glaubitz --- (In reply to Oleg Endo from comment #25) > I don't know the code of mpfr. It could use __builtin_strlen for stuff like > parsing numbers etc. However, the builtin_strlen code looks OK and hasn'

[Bug c/66625] New: xorg-server (Ext/Xinerama) fails to build with -O3 optimizations

2015-06-22 Thread peter.ganzhorn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66625 Bug ID: 66625 Summary: xorg-server (Ext/Xinerama) fails to build with -O3 optimizations Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: minor

[Bug target/65914] [6 Regression] error: unrecognizable insn

2015-06-22 Thread wschmidt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65914 Bill Schmidt changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug c/66618] Failure to diagnose non-constant initializer for static object with -O1

2015-06-22 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66618 --- Comment #2 from joseph at codesourcery dot com --- Although diagnosing this probably makes sense, it's not required by the standard ("An implementation may accept other forms of constant expressions." - and this expression doesn't contain "

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 Charles Greathouse changed: What|Removed |Added Version|4.9.1 |5.1.0 Known to fail|

[Bug ipa/66616] fipa-cp-clone ignores thunk

2015-06-22 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66616 --- Comment #2 from vries at gcc dot gnu.org --- Also fails on gcc-5-branch

[Bug target/65871] bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag

2015-06-22 Thread uros at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65871 --- Comment #12 from uros at gcc dot gnu.org --- Author: uros Date: Mon Jun 22 13:54:58 2015 New Revision: 224729 URL: https://gcc.gnu.org/viewcvs?rev=224729&root=gcc&view=rev Log: PR target/65871 * config/i386/i386.c (ix86_rtx_co

[Bug c/66625] xorg-server (Ext/Xinerama) fails to build with -O3 optimizations

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66625 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/66422] [5 Regression] -Warray-bounds false positive with -O3

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/66422] [5 Regression] -Warray-bounds false positive with -O3

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66422 --- Comment #11 from Richard Biener --- Author: rguenth Date: Mon Jun 22 14:12:24 2015 New Revision: 224732 URL: https://gcc.gnu.org/viewcvs?rev=224732&root=gcc&view=rev Log: 2015-06-22 Richard Biener Backport from mainline 2

[Bug debug/53118] [4.8/4.9/5/6 regression] -feliminate-dwarf2-dups is broken for C++

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53118 Richard Biener changed: What|Removed |Added Target Milestone|4.8.0 |6.0

[Bug middle-end/57427] [4.8 Regression] ICE in gimplify_init_constructor

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57427 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |4.8.5

[Bug middle-end/53623] [4.8 Regression] sign extension is effectively split into two x86-64 instructions

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53623 Richard Biener changed: What|Removed |Added Target Milestone|4.8.4 |4.8.5

[Bug rtl-optimization/44249] [4.7 Regression] IRA generates extra register move

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44249 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/66626] New: [i386] gcc.dg/torture/stackalign/non-local-goto-5.c segfaults w/ -mregparm=3

2015-06-22 Thread kyukhin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66626 Bug ID: 66626 Summary: [i386] gcc.dg/torture/stackalign/non-local-goto-5.c segfaults w/ -mregparm=3 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: norm

[Bug target/28896] -fstack-limit-symbol and m68k and non 68020

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28896 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51855 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug other/55375] libsanitizer license incomplete

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55375 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55978 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/44015] template parameters not documented

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44015 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55656 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c++/27557] OpenMP threadprivate directive does not work with non-POD types

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=27557 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug fortran/54224] Warn for unused internal procedures

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54224 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51680 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38711 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49152 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54540 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55307 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56326 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libitm/51173] XFAIL: libitm.c++/static_ctor.C

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51173 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug middle-end/55563] OpenMP not marking variable as thread-local

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55563 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50720 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/60497] unique_ptr tries to complete its type T even though it's not required to be a complete type

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60497 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50176 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55657 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug libstdc++/55977] [C++11] vector range construction imposes unnecessary conversion constraints

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55977 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug go/54873] runtime/pprof FAILs

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54873 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50339 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

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

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug c++/39970] gcc accepts the . dot operator in template arguments

2015-06-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39970 Richard Biener changed: What|Removed |Added Target Milestone|4.8.3 |---

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #7 from Charles Greathouse --- Here's a testcase which fails without -fcheck-data-deps. Run gcc5.1 testcase.c -O2 -ftree-loop-linear -floop-strip-mine to reproduce: typedef struct m { const char * s1; const char * s2;

[Bug tree-optimization/61929] [Graphite]: Banerjee and Omega differ on distance vectors (internal compiler error in compute_affine_dependence)

2015-06-22 Thread gcc at crg4 dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61929 --- Comment #8 from Charles Greathouse --- Full trace for last: isl_constraint.c:625: expecting integer value testcase.c: In function ‘generateICE’: testcase.c:8:6: internal compiler error: Aborted void generateICE(void) { ^ 0x9957bf cras

[Bug target/65871] bzhi builtin/intrinsic wrongly assumes bzhi instruction doesn't set the ZF flag

2015-06-22 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65871 Uroš Bizjak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug jit/66627] New: Tracker bug for jit bugs affecting ravi

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627 Bug ID: 66627 Summary: Tracker bug for jit bugs affecting ravi Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit

[Bug jit/66628] New: jit: Provide a way to add arbitrary options to the toplev "command line"

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66628 Bug ID: 66628 Summary: jit: Provide a way to add arbitrary options to the toplev "command line" Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/64657] Support iterators with overloaded operator-comma

2015-06-22 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64657 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Mon Jun 22 15:09:14 2015 New Revision: 224736 URL: https://gcc.gnu.org/viewcvs?rev=224736&root=gcc&view=rev Log: PR libstdc++/64657 * include/bits/stl_uninitialized.h

[Bug jit/66627] Tracker bug for jit bugs affecting ravi

2015-06-22 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66627 --- Comment #1 from David Malcolm --- Note to self: not all of the jit fixes on trunk had a bug attached; should review jit/ChangeLog.

  1   2   >