[Bug middle-end/66345] [5/6 Regression] internal compiler error: Segmentation fault

2015-05-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug c++/56926] Crash (without ICE) while compiling Boost.Math

2015-05-30 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56926 --- Comment #15 from asmwarrior --- I think the bug has already reported more than ten years ago, see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 There are many fixes in various hosts, but not included the windows hosts. As Kai suggest i

[Bug pch/14940] PCH largefile test fails on various platforms

2015-05-30 Thread asmwarrior at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14940 asmwarrior changed: What|Removed |Added CC||asmwarrior at gmail dot com --- Comment #46

[Bug c++/66350] New: typename should be forbidden in inhering constructors

2015-05-30 Thread vgheorgh at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66350 Bug ID: 66350 Summary: typename should be forbidden in inhering constructors Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Comp

[Bug tree-optimization/66349] New: ICE on valid code at -O1, -O2 and -O3 on x86_64-linux-gnu in dfs_enumerate_from, at cfganal.c:1195

2015-05-30 Thread su at cs dot ucdavis.edu
Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20150530 (experimental) [trunk revision 223885] (GCC) $ $ gcc-trunk -O0 -c small.c $ gcc-trunk -Os -c small.c $ gcc-5.1 -O1 -c

[Bug middle-end/66345] [5/6 Regression] internal compiler error: Segmentation fault

2015-05-30 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 H.J. Lu changed: What|Removed |Added CC||rguenther at suse dot de Target Milestone|--

[Bug c/66348] Simple loop has only lower half of the 64-bit counter initialized correctly

2015-05-30 Thread sebastiano.vigna at unimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66348 --- Comment #3 from Sebastiano Vigna --- As an additional information: we printed b->num_lines - 1 - n just before the loop, and everything is fine--we get there with the current value both with -O0 and -O1. But we -O1 we never exit the loop.

[Bug c/66348] Simple loop has only lower half of the 64-bit counter initialized correctly

2015-05-30 Thread sebastiano.vigna at unimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66348 --- Comment #2 from Sebastiano Vigna --- Er... it's perfectly possible. My knowledge of x64 assembly is rudimentary, but I wanted to try a diagnosis. What is definitely true is that at -O0 we enter and exit the loop as it should happen, and at -

[Bug c/66348] Simple loop has only lower half of the 64-bit counter initialized correctly

2015-05-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66348 --- Comment #1 from Andrew Pinski --- I suspect there is an alias violation here rather what is described. In x86_64, almost all of the instructions which act on 32bit half of the registers will zero extend. That includes xorl.

[Bug c/66348] New: Simple loop with 64-bit index has only lower half initialized correctly

2015-05-30 Thread sebastiano.vigna at unimi dot it
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66348 Bug ID: 66348 Summary: Simple loop with 64-bit index has only lower half initialized correctly Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/66346] GCC computes log10(2.L) constant wrongly

2015-05-30 Thread b7.10110111 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66346 Ruslan changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/66346] GCC computes log10(2.L) constant wrongly

2015-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66346 --- Comment #2 from Jonathan Wakely --- (In reply to Ruslan from comment #0) > #include > int main() > { > volatile long double two=2.L; > long double vol=log10(two); > long double con=log10(2.L); These do not calculate the result a

[Bug libstdc++/66346] GCC computes log10(2.L) constant wrongly

2015-05-30 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66346 Marc Glisse changed: What|Removed |Added Component|c++ |libstdc++ --- Comment #1 from Marc Glisse

[Bug fortran/66347] New: Seg fault (ICE) on compile

2015-05-30 Thread wbrisken at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66347 Bug ID: 66347 Summary: Seg fault (ICE) on compile Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran Assig

[Bug c++/66346] New: GCC computes log10(2.L) constant wrongly

2015-05-30 Thread b7.10110111 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66346 Bug ID: 66346 Summary: GCC computes log10(2.L) constant wrongly Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug gcov-profile/66319] [6 Regression] gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)'

2015-05-30 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 --- Comment #3 from John David Anglin --- _HPUX_SOURCE is predefined for c++. This results in _INCLUDE_XOPEN_SOURCE_EXTENDED being defined but _XOPEN_SOURCE_EXTENDED is not predefined (see hunk in comment #1). This behavior dates back to this p

[Bug middle-end/66345] [5/6 Regression] internal compiler error: Segmentation fault

2015-05-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 Markus Trippelsdorf changed: What|Removed |Added Status|WAITING |NEW Component|c

[Bug c/66345] internal compiler error: Segmentation fault -- raidctl.c 'do_meter'

2015-05-30 Thread drakain at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 --- Comment #3 from Brian Graham --- Created attachment 35655 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35655&action=edit Preprocessed file

[Bug c/66345] internal compiler error: Segmentation fault -- raidctl.c 'do_meter'

2015-05-30 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/66345] internal compiler error: Segmentation fault -- raidctl.c 'do_meter'

2015-05-30 Thread drakain at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 --- Comment #1 from Brian Graham --- Created attachment 35654 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35654&action=edit Truncated build output.

[Bug c/66345] New: internal compiler error: Segmentation fault -- raidctl.c 'do_meter'

2015-05-30 Thread drakain at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66345 Bug ID: 66345 Summary: internal compiler error: Segmentation fault -- raidctl.c 'do_meter' Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal

[Bug ipa/66342] [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

2015-05-30 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment

[Bug c/66341] Some casts wrongly produce a lvalue

2015-05-30 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66341 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52595] [DR 325] commas and non-static data member initializers don't mix

2015-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52595 Jonathan Wakely changed: What|Removed |Added CC||barry.revzin at gmail dot com --- Comm

[Bug c++/66344] non-static data member initializer in class template fails to compile

2015-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66344 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/66344] New: non-static data member initializer in class template fails to compile

2015-05-30 Thread barry.revzin at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66344 Bug ID: 66344 Summary: non-static data member initializer in class template fails to compile Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: normal

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #38 from Oleg Endo --- (In reply to Rich Felker from comment #33) > The commit in comment 16 broke Linux (the kernel) and nobody seems to have > noticed since 2012... There aren't that many (publicly known) users of Linux on SH2 or S

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #37 from Rich Felker --- I expect this is going to be problematic from a license perspective unless they can be licensed under GPLv2...

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #36 from Oleg Endo --- (In reply to Rich Felker from comment #35) > No, but the cause is simple -- the kernel doesn't use libgcc but defines its > own versions of these functions, and has the old ones but not the new ones. Yeah, that

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #35 from Rich Felker --- No, but the cause is simple -- the kernel doesn't use libgcc but defines its own versions of these functions, and has the old ones but not the new ones. I tried just removing the kernel's copies and using libg

[Bug gcov-profile/66319] [6 Regression] gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)'

2015-05-30 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/66342] [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

2015-05-30 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 --- Comment #3 from Mikhail Maltsev --- Probably a typo. It should be: diff --git a/gcc/testsuite/gcc.dg/alias-8.c b/gcc/testsuite/gcc.dg/alias-8.c index b99873e..4c95c55 100644 --- a/gcc/testsuite/gcc.dg/alias-8.c +++ b/gcc/testsuite/gcc.dg/ali

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 --- Comment #34 from Oleg Endo --- Thanks for spotting and pin pointing. Do you have a bit more info, maybe a reduced test case?

[Bug target/54089] [SH] Refactor shift patterns

2015-05-30 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54089 Rich Felker changed: What|Removed |Added CC||bugdal at aerifal dot cx --- Comment #33 f

[Bug ipa/66342] [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

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

[Bug sanitizer/66343] New: "Error: .Lubsan_type3 already defined" with UBSan and precompiled headers

2015-05-30 Thread andrey.vihrov at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66343 Bug ID: 66343 Summary: "Error: .Lubsan_type3 already defined" with UBSan and precompiled headers Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: norma

[Bug ipa/66342] [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

2015-05-30 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 Mikhail Maltsev changed: What|Removed |Added Target|aarch64-*-* |aarch64-*-*, |

[Bug libstdc++/66338] std::forward_as_tuple() issue with single argument

2015-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66338 --- Comment #4 from Jonathan Wakely --- (In reply to Pawel Tomulik from comment #2) > Anyway, adding explicit to S(T&&) solves the problem... Or constrain your greedy template so it only accepts arguments that can be assigned to S::i_ struct S

[Bug libstdc++/66338] std::forward_as_tuple() issue with single argument

2015-05-30 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66338 --- Comment #3 from Jonathan Wakely --- I think this is expected, because your type S has an unconstrained constructor template that accepts any argument, including objects of type tuple, but in the signature of that constructor (specifically in

[Bug rtl-optimization/66342] New: [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]"

2015-05-30 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 Bug ID: 66342 Summary: [6 regression] FAIL: g++.dg/ipa/ipa-icf-4.C -std=gnu++11 scan-ipa-dump icf "Equal symbols: [67]" Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug c/66341] New: Some casts wrongly produce a lvalue

2015-05-30 Thread kp.lehrmann+gcc at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66341 Bug ID: 66341 Summary: Some casts wrongly produce a lvalue Product: gcc Version: 5.1.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: c As