[Bug c++/70685] [6/7 Regression] ICE: Segmentation fault

2016-04-16 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70685 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/70646] [4.9/5/6/7 Regression] Corrupt truncated function

2016-04-16 Thread jamborm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70646 --- Comment #28 from Martin Jambor --- (In reply to rguent...@suse.de from comment #27) > I was arguing that if IPA proves a condition to true/false then it > should adjust it that way in modification phase. The thing is that it does not prove i

[Bug c/41138] Inconsistent (incorrect?) "overflow in implicit constant conversion" warning

2016-04-16 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=41138 Vincent Lefèvre changed: What|Removed |Added CC||vincent-gcc at vinc17 dot net --- Comm

[Bug target/59666] IBM long double arithmetic results invalid in non-default rounding modes

2016-04-16 Thread vincent-gcc at vinc17 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59666 --- Comment #7 from Vincent Lefèvre --- (In reply to jos...@codesourcery.com from comment #6) > There are no such requirements in ISO C for non-IEEE types; The standard says nowhere that the rounding directions that are provided by the implement

[Bug c++/70690] New: [6/7 Regression] r235002 miscompiles tcmalloc

2016-04-16 Thread trippels at gcc dot gnu.org
ars.cc .globl _ZN8tcmalloc6Static9pageheap_E .bss .align 8 @@ -1173,5 +1198,5 @@ .size _ZN8tcmalloc6Static14pageheap_lock_E, 4 _ZN8tcmalloc6Static14pageheap_lock_E: .zero 4 - .ident "GCC: (GNU) 6.0.0 20160415 (experimental)" + .ident &quo

[Bug libfortran/70684] [4.9/5/6/7 Regression] incorrect reading of values from file on Windows

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70684 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P4 Known to work|

[Bug c++/70691] New: internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 Bug ID: 70691 Summary: internal compiler error: Segmentation fault with lambda Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal Priori

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #1 from cornelius.mika at gmail dot com --- Created attachment 38287 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287&action=edit repro

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #2 from cornelius.mika at gmail dot com --- Comment on attachment 38287 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38287 repro >template >void demoError(int x, F f) >{ >const int y = x; > >auto lambda = [=](auto g)

[Bug libstdc++/60936] [4.9/5/6/7 Regression] Binary code bloat with std::string

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60936 --- Comment #16 from Jonathan Wakely --- For the record, I tried this and didn't see any change in code size, so didn't commit anything.

[Bug c++/70691] internal compiler error: Segmentation fault with lambda

2016-04-16 Thread cornelius.mika at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70691 --- Comment #3 from cornelius.mika at gmail dot com --- This bug is fixed in GCC 6.

[Bug c++/64329] Crash when returning reference from lambda with deduced type

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64329 Jonathan Wakely changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug libstdc++/70692] New: No warning when std::function binds a reference to a temporary

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70692 Bug ID: 70692 Summary: No warning when std::function binds a reference to a temporary Product: gcc Version: 6.0 Status: UNCONFIRMED Keywords: diagnostic

[Bug c++/64329] Crash when returning reference from lambda with deduced type

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64329 --- Comment #5 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #2) > (In reply to Michael Stahl from comment #1) > > i believe i've hit the same problem > > I don't think so. The original bug report is for 4.9.3, and seems to

[Bug target/53833] m68k-uclinux xgcc ICE when compiling libgcc (linux-atomic.c:203:1: in emit_library_call_value_1, at calls.c:4146)

2016-04-16 Thread angelo70 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53833 angelo changed: What|Removed |Added CC||angelo70 at gmail dot com --- Comment #5 from a

[Bug libstdc++/70692] No warning when std::function binds a reference to a temporary

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70692 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/70692] No warning when std::function binds a reference to a temporary

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70692 --- Comment #2 from Jonathan Wakely --- Bah, it seems that -Wsystem-headers doesn't get turned off again by the #pragma GCC diagnostic pop

[Bug target/50818] va_list is filled incorrectly in functions with ms_abi attribute on amd64

2016-04-16 Thread steven.shi at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 Steven Shi changed: What|Removed |Added CC||steven.shi at intel dot com --- Comment #5

[Bug target/50818] va_list is filled incorrectly in functions with ms_abi attribute on amd64

2016-04-16 Thread steven.shi at intel dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 --- Comment #6 from Steven Shi --- BTW, latest LLVM/Clang 3.8 release has fixed this va_list ms_abi issue, please see below email thread. Does GCC really cannot fix it as LLVM/Clang? This issue really impact Uefi firmware building with GCC. http

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #37 from Dominique d'Humieres --- Still present at revision r235031 with more failures, see https://gcc.gnu.org/ml/gcc-testresults/2016-04/msg01541.html.

[Bug c++/70693] New: valgrind error in get_visual_column

2016-04-16 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70693 Bug ID: 70693 Summary: valgrind error in get_visual_column Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ A

[Bug middle-end/70689] ICE on valid code at -O1 in 32-bit mode on x86_64-linux-gnu in curr_insn_transform, at lra-constraints.c:3564

2016-04-16 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70689 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #38 from Jonathan Wakely --- Please create a PR for the experimental/filesystem FAILs, they're almost certainly all due to a single error.

[Bug libstdc++/70694] New: 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Bug ID: 70694 Summary: 50 experimental/filesystem/* failures on x86_64-apple-darwin10 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal P

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin10

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883 --- Comment #39 from Dominique d'Humieres --- > Please create a PR for the experimental/filesystem FAILs, they're almost > certainly all due to a single error. PR70694.

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #2 from Jonathan Wakely --- Why is it hidden in the archive? This doesn't seem like a libstdc++ bug, given that the destructor is defined like so: namespace std _GLIBCXX_VISIBILITY(default) { ... ~path() = default;

[Bug c++/70695] New: [C++14] ICE in a herdly complicated compile-time metaprogramming

2016-04-16 Thread functional.yy at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70695 Bug ID: 70695 Summary: [C++14] ICE in a herdly complicated compile-time metaprogramming Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal

[Bug c++/70018] [4.9/5/6/7 Regression] Possible issue around IPO and C++ comdats discovered as pure/const

2016-04-16 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70018 --- Comment #13 from Jan Hubicka --- Author: hubicka Date: Sat Apr 16 16:30:48 2016 New Revision: 235063 URL: https://gcc.gnu.org/viewcvs?rev=235063&root=gcc&view=rev Log: PR ipa/70018 * cgraph.c (cgraph_node::get_availability):

[Bug libstdc++/68737] FAIL: 22_locale/num_put/put/char/14220.cc execution test

2016-04-16 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68737 --- Comment #1 from John David Anglin --- 14220.cc fails due stack growth: -bash-4.3$ ./14220.exe Pid 28500 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz. Segmen

[Bug fortran/57093] Seg fault on internal output to a character scalar coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57093 --- Comment #3 from Damian Rouson --- This bug report can be closed now. The submitted code completes without error with gfortran 5.3 and 6.0.0.

[Bug fortran/57093] Seg fault on internal output to a character scalar coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57093 --- Comment #4 from Damian Rouson --- This bug report can be closed now. The submitted code completes without error with gfortran 5.3 and 6.0.0.

[Bug fortran/57093] Seg fault on internal output to a character scalar coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57093 Damian Rouson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/57093] Seg fault on internal output to a character scalar coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57093 --- Comment #6 from Damian Rouson --- And it works with gfortran 4.9.3.

[Bug libstdc++/70694] 50 experimental/filesystem/* failures on x86_64-apple-darwin10

2016-04-16 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70694 --- Comment #3 from Iain Sandoe --- Created attachment 38291 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38291&action=edit don't jam visibility for newer Darwin Dominique, please could you try this?

[Bug fortran/55905] [OOP] [F08] ICE for polymorphic dummy argument with an allocatable coarray component

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55905 Damian Rouson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/50818] va_list is filled incorrectly in functions with ms_abi attribute on amd64

2016-04-16 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 --- Comment #7 from H.J. Lu --- As a workaround, you can try __builtin_ms_va_list ap; __builtin_ms_va_start (ap, n); __builtin_ms_va_end (ap); instead of __builtin_va_list ap; __builtin_va_start (ap, n); __builtin_va_end (ap);

[Bug fortran/70696] New: [6.0] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70696 Bug ID: 70696 Summary: [6.0] ICE on EVENT POST of host-associated EVENT_TYPE coarray Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Pr

[Bug fortran/70697] New: ICE on EVENT WAIT with array element UNTIL_COUNT argument

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70697 Bug ID: 70697 Summary: ICE on EVENT WAIT with array element UNTIL_COUNT argument Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priori

[Bug fortran/70697] ICE on EVENT WAIT with array element UNTIL_COUNT argument

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70697 --- Comment #1 from Damian Rouson --- The ICE disappears if the UNTIL_COUNT is a scalar instead of an array element.

[Bug target/50818] va_list is filled incorrectly in functions with ms_abi attribute on amd64

2016-04-16 Thread dwmw2 at infradead dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50818 --- Comment #8 from David Woodhouse --- (In reply to H.J. Lu from comment #7) > As a workaround, you can try > __builtin_ms_va_* > instead of > __builtin_va_* The problem is that in the UEFI build we don't *know* what ABI we'll be built wit

[Bug c++/70018] [4.9/5/6/7 Regression] Possible issue around IPO and C++ comdats discovered as pure/const

2016-04-16 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70018 --- Comment #14 from Jan Hubicka --- Author: hubicka Date: Sat Apr 16 18:54:49 2016 New Revision: 235065 URL: https://gcc.gnu.org/viewcvs?rev=235065&root=gcc&view=rev Log: PR ipa/70018 * cgraph.c (cgraph_set_const_flag_1): Only

[Bug c++/70698] New: ICE in autoconf test for C++11 features

2016-04-16 Thread kreckel at ginac dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70698 Bug ID: 70698 Summary: ICE in autoconf test for C++11 features Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug middle-end/66240] RFE: extend -falign-xyz syntax

2016-04-16 Thread vda.linux at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66240 --- Comment #4 from Denis Vlasenko --- Created attachment 38293 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38293&action=edit Proposed patch This patch implements -falign-functions=N[,M] for now, with the eye for easy extension to other

[Bug fortran/70696] [6.0] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2016-04-16 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70696 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug testsuite/70150] Additonal test failures with --enable-default-pie

2016-04-16 Thread psturm at computervoice dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70150 --- Comment #15 from psturm at computervoice dot com --- Tested with hjl/pr70150 branch and no unexpected errors using --enable-default-pie. However, when testing the same branch with both --enable-default-pie and --enable-default-ssp, a couple n

[Bug target/1078] Problems with attributes documentation

2016-04-16 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1078 --- Comment #15 from sandra at gcc dot gnu.org --- Author: sandra Date: Sat Apr 16 23:22:52 2016 New Revision: 235066 URL: https://gcc.gnu.org/viewcvs?rev=235066&root=gcc&view=rev Log: 2016-04-16 Sandra Loosemore PR target/1078

[Bug target/1078] Problems with attributes documentation

2016-04-16 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=1078 sandra at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug fortran/70696] [6.0] ICE on EVENT POST of host-associated EVENT_TYPE coarray

2016-04-16 Thread damian at sourceryinstitute dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70696 --- Comment #2 from Damian Rouson --- If I recall correctly, support for events just barely missed being included in 5.3, but will appear versions 5.4 and higher. There probably is no reason way to port this back to the 4.9 branch because versio

[Bug other/70183] fdump-rtl-all-flags doesn't have impact on vzeroupper pass

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70183 --- Comment #6 from vries at gcc dot gnu.org --- Author: vries Date: Sun Apr 17 05:22:04 2016 New Revision: 235072 URL: https://gcc.gnu.org/viewcvs?rev=235072&root=gcc&view=rev Log: Propagate dump flags in pass_manager::register_pass 2016-04-17

[Bug other/70185] fdump-tree-all-graph produces invalid dot files

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70185 --- Comment #5 from vries at gcc dot gnu.org --- Author: vries Date: Sun Apr 17 05:22:33 2016 New Revision: 235074 URL: https://gcc.gnu.org/viewcvs?rev=235074&root=gcc&view=rev Log: Only finalize dot files that have been initialized 2016-04-17

[Bug tree-optimization/70256] Add debug_varinfo and debug_varmap

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70256 --- Comment #4 from vries at gcc dot gnu.org --- Author: vries Date: Sun Apr 17 05:22:19 2016 New Revision: 235073 URL: https://gcc.gnu.org/viewcvs?rev=235073&root=gcc&view=rev Log: Add debug_varinfo and debug_varmap 2016-04-17 Tom de Vries

[Bug other/68875] Add pass parameter to TERMINATE_PASS_LIST

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68875 --- Comment #2 from vries at gcc dot gnu.org --- Author: vries Date: Sun Apr 17 05:21:50 2016 New Revision: 235071 URL: https://gcc.gnu.org/viewcvs?rev=235071&root=gcc&view=rev Log: Add pass parameter to TERMINATE_PASS_LIST 2016-04-17 Tom de Vr

[Bug other/70433] backslashes lost in dot file

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70433 --- Comment #3 from vries at gcc dot gnu.org --- Author: vries Date: Sun Apr 17 05:23:15 2016 New Revision: 235077 URL: https://gcc.gnu.org/viewcvs?rev=235077&root=gcc&view=rev Log: Handle backslash in pp_write_text_as_dot_label_to_stream 2016-0

[Bug other/68875] Add pass parameter to TERMINATE_PASS_LIST

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68875 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug other/70183] fdump-rtl-all-flags doesn't have impact on vzeroupper pass

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70183 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug tree-optimization/70256] Add debug_varinfo and debug_varmap

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70256 vries at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug other/70185] fdump-tree-all-graph produces invalid dot files

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70185 vries at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|--

[Bug other/70433] backslashes lost in dot file

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70433 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug other/70433] backslashes lost in dot file

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70433 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug testsuite/70699] New: Add pr70161.c test-case

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70699 Bug ID: 70699 Summary: Add pr70161.c test-case Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: testsuite Assign

[Bug testsuite/70699] Add pr70161.c test-case

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70699 vries at gcc dot gnu.org changed: What|Removed |Added Keywords||patch --- Comment #1 from vrie

[Bug tree-optimization/70700] New: ICE using -fdump-tree-all-graph option

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70700 Bug ID: 70700 Summary: ICE using -fdump-tree-all-graph option Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: tree-optimi

[Bug tree-optimization/70700] ICE using -fdump-tree-all-graph option

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70700 --- Comment #1 from vries at gcc dot gnu.org --- Created attachment 38294 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38294&action=edit parse.i

[Bug tree-optimization/70700] ICE using -fdump-tree-all-graph option

2016-04-16 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70700 vries at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|