[Bug bootstrap/69611] Bootstrap broken on PowerPC FreeBSD, IEEE 128-bit floating point support.

2016-02-03 Thread andreast at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69611 --- Comment #7 from Andreas Tobler --- Author: andreast Date: Wed Feb 3 22:15:21 2016 New Revision: 233111 URL: https://gcc.gnu.org/viewcvs?rev=233111&root=gcc&view=rev Log: 2016-02-03 Andreas Tobler PR bootstrap/69611 * config/rs60

[Bug other/62002] -fcilkplus switch breaks format attribute.

2016-02-03 Thread v.chernyshev at outlook dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62002 --- Comment #6 from Viacheslav Chernyshev --- Still happens on 5.3.0.

[Bug libstdc++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #1 from Jonathan Wakely --- is not unrelated, it declares overloads of std::abs. If you include a genuinely unrelated file then you get your expected output.

[Bug libstdc++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #2 from Jonathan Wakely --- This exhibits the same problem: namespace foo { inline double abs(double __x) { return __builtin_fabs(__x); } } using foo::abs; #include int wrap_abs (int x) { return std::abs (x) + std::abs(x);

[Bug target/69644] ICE with -O on __sync_bool_compare_and_swap with short in extract_insn, at recog.c:2286

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69644 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Wed Feb 3 22:38:56 2016 New Revision: 233113 URL: https://gcc.gnu.org/viewcvs?rev=233113&root=gcc&view=rev Log: PR target/69644 * config/rs6000/rs6000.c (rs6000_expand_at

[Bug c/69627] [6 Regression] Conditional jump or move depends on uninitialised value(s) in (anonymous namespace)::layout::get_state_at_point

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69627 --- Comment #2 from Jakub Jelinek --- Author: jakub Date: Wed Feb 3 22:40:22 2016 New Revision: 233114 URL: https://gcc.gnu.org/viewcvs?rev=233114&root=gcc&view=rev Log: PR c/69627 * diagnostic-show-locus.c (layout::get_state_at

[Bug target/69644] ICE with -O on __sync_bool_compare_and_swap with short in extract_insn, at recog.c:2286

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69644 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/69627] [6 Regression] Conditional jump or move depends on uninitialised value(s) in (anonymous namespace)::layout::get_state_at_point

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69627 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69657] abs() not inlined after including math.h

2016-02-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Summary|a

[Bug c++/54812] [C++11] Delete expression doesn't respect access of defaulted destructor

2016-02-03 Thread katzfiller5 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54812 Che Amaya changed: What|Removed |Added CC||katzfiller5 at gmail dot com --- Comment #15

[Bug c/69661] New: missing -Wsequence-point warning

2016-02-03 Thread chengniansun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69661 Bug ID: 69661 Summary: missing -Wsequence-point warning Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assign

[Bug c/69661] missing -Wsequence-point warning

2016-02-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69661 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/69662] New: -Wplacement-new on allocated one element array members

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69662 Bug ID: 69662 Summary: -Wplacement-new on allocated one element array members Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug c++/69662] -Wplacement-new on allocated one element array members

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69662 Martin Sebor changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRMED

[Bug c++/69662] -Wplacement-new on allocated one element array members

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69662 Martin Sebor changed: What|Removed |Added Severity|normal |enhancement

[Bug c++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread wdijkstr at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #5 from Wilco --- (In reply to Andrew Pinski from comment #4) > (In reply to Jonathan Wakely from comment #3) > > Recategorising as component=c++, and removing the regression marker (because > > the change in libstdc++ that reveals t

[Bug target/69663] New: [ARM] Implement overflow arithmetic standard names {u,}{add,sub,mul}v4

2016-02-03 Thread michael.collison at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69663 Bug ID: 69663 Summary: [ARM] Implement overflow arithmetic standard names {u,}{add,sub,mul}v4 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancemen

[Bug target/69461] [6 Regression] ICE in lra_set_insn_recog_data, at lra.c:964

2016-02-03 Thread meissner at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69461 --- Comment #16 from Michael Meissner --- Author: meissner Date: Thu Feb 4 00:39:34 2016 New Revision: 233120 URL: https://gcc.gnu.org/viewcvs?rev=233120&root=gcc&view=rev Log: 2016-02-03 Michael Meissner Vladimir Makarov

[Bug c++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #6 from Andrew Pinski --- (In reply to Wilco from comment #5) > I bet that adding an int overload that redirects to __builtin_abs similar to > the others will fix the issue. Hmm, I wonder if the following needs to hold true: extern

[Bug c++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #8 from Jonathan Wakely --- (In reply to Andrew Pinski from comment #6) > (In reply to Wilco from comment #5) > > I bet that adding an int overload that redirects to __builtin_abs similar to > > the others will fix the issue. > > Hmm

[Bug c++/69657] [6 Regression] abs() not inlined after including math.h

2016-02-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69657 --- Comment #7 from Jonathan Wakely --- (In reply to Wilco from comment #5) > Note I see the long, long long, int128, float, double, long double > overloads, but where is the plain int overload defined? In the libc header, not in libstdc++. >

[Bug preprocessor/69664] New: column info is lost

2016-02-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69664 Bug ID: 69664 Summary: column info is lost Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor Assignee

[Bug fortran/69397] ICE on missing subprogram in generic interface

2016-02-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69397 Jerry DeLisle changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/68442] ICE on kind specification, depending on ordering of functions

2016-02-03 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68442 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug preprocessor/69665] New: Internal error on #pragma push_macro("__FILE__")

2016-02-03 Thread Keith.S.Thompson at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69665 Bug ID: 69665 Summary: Internal error on #pragma push_macro("__FILE__") Product: gcc Version: 5.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug preprocessor/49973] Column numbers count special characters as multiple columns

2016-02-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49973 --- Comment #11 from Manuel López-Ibáñez --- This should be fixed in libcpp, probably in lex.c, but maybe other places also. A good testcase to start with would be: /* ñ /* */ /* a /* */ cc1 -Wcomment prog.cc:1:7: warning: "/*" within comment

[Bug preprocessor/69664] [6 Regression] column info is lost

2016-02-03 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69664 Manuel López-Ibáñez changed: What|Removed |Added Target Milestone|--- |6.0 Summary|column info

[Bug libstdc++/8529] wontcompile copy() of map to ostream_iterator

2016-02-03 Thread joesiahleif at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8529 Annaliese Saint changed: What|Removed |Added CC||joesiahleif at gmail dot com --- Commen

[Bug rtl-optimization/69195] [4.9/5/6 Regression] gcc.dg/torture/pr44913.c FAILs with -O3 -fno-dce -fno-forward-propagate

2016-02-03 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69195 --- Comment #10 from Vladimir Makarov --- (In reply to Peter Bergner from comment #9) > I think we have another bug in addition to the bug where we reuse a register > that is already in use. We have the rtl below which is used to initialize > a[

[Bug tree-optimization/69666] New: gcc ICE at -O2 and -O3 on valid code on x86_64-linux-gnu in "verify_gimple failed"

2016-02-03 Thread helloqirun at gmail dot com
zero/trunk/root-gcc --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 6.0.0 20160203 (experimental) [trunk revision 233104] (GCC) $ gcc-trunk abc.c -O2 abc.c: In function 'fun2': abc.c:13:1: error: conversion of register to a different size }

[Bug c++/69349] template substitution error for flexible array members

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69349 --- Comment #1 from Martin Sebor --- Author: msebor Date: Thu Feb 4 04:50:42 2016 New Revision: 233126 URL: https://gcc.gnu.org/viewcvs?rev=233126&root=gcc&view=rev Log: PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arra

[Bug c++/69277] [6 Regression] ICE mangling a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69277 --- Comment #7 from Martin Sebor --- Author: msebor Date: Thu Feb 4 04:50:42 2016 New Revision: 233126 URL: https://gcc.gnu.org/viewcvs?rev=233126&root=gcc&view=rev Log: PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arra

[Bug c++/69253] [6 Regression] ICE in cxx_incomplete_type_diagnostic initializing a flexible array member with empty string

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69253 --- Comment #5 from Martin Sebor --- Author: msebor Date: Thu Feb 4 04:50:42 2016 New Revision: 233126 URL: https://gcc.gnu.org/viewcvs?rev=233126&root=gcc&view=rev Log: PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arra

[Bug c++/69290] [6 Regression] ICE on invalid initialization of a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69290 --- Comment #3 from Martin Sebor --- Author: msebor Date: Thu Feb 4 04:50:42 2016 New Revision: 233126 URL: https://gcc.gnu.org/viewcvs?rev=233126&root=gcc&view=rev Log: PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arra

[Bug c++/69251] [6 Regression] ICE in unify_array_domain on a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251 --- Comment #8 from Martin Sebor --- Author: msebor Date: Thu Feb 4 04:50:42 2016 New Revision: 233126 URL: https://gcc.gnu.org/viewcvs?rev=233126&root=gcc&view=rev Log: PR c++/69251 - [6 Regression] ICE in unify_array_domain on a flexible arra

[Bug c++/69251] [6 Regression] ICE in unify_array_domain on a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69251 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69253] [6 Regression] ICE in cxx_incomplete_type_diagnostic initializing a flexible array member with empty string

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69253 Martin Sebor changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/69290] [6 Regression] ICE on invalid initialization of a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69290 --- Comment #4 from Martin Sebor --- Fixed.

[Bug c++/69277] [6 Regression] ICE mangling a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69277 --- Comment #8 from Martin Sebor --- Fixed.

[Bug c++/69349] template substitution error for flexible array members

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69349 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/69277] [6 Regression] ICE mangling a flexible array member

2016-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69277 --- Comment #9 from Martin Sebor --- Fixed.

[Bug tree-optimization/68557] Missed x86 peephole optimization for multiplying by a bool

2016-02-03 Thread peter at cordes dot ca
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68557 Peter Cordes changed: What|Removed |Added CC||peter at cordes dot ca --- Comment #2 fro

[Bug target/69369] [6 Regression] internal compiler error: in remove_unreachable_nodes, at ipa.c:457

2016-02-03 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69369 --- Comment #5 from Jan Hubicka --- > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69369 > > --- Comment #4 from Ilya Enkovich --- > (In reply to Jan Hubicka from comment #2) > > I will take a look. It works in my tree with changes to avoid use

[Bug target/55143] vms-c.o:(.toc+0x0): undefined reference to `c_default_pointer_mode' (building cc1plus)

2016-02-03 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55143 --- Comment #6 from Jeffrey A. Law --- Thanks Bernhard -- It was a mistake to add this to the Cilk+ tracker. I was on the road with a single screen, which probably isn't the best time to create a tracker bug then walk through the various potenti

[Bug tree-optimization/69666] [5/6 Regression] gcc ICE at -O2 and -O3 on valid code on x86_64-linux-gnu in "verify_gimple failed"

2016-02-03 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69666 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/63805] ICE: in extract_insn, at recog.c:2327 with -mcpu=power8

2016-02-03 Thread amodra at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63805 Alan Modra changed: What|Removed |Added CC||amodra at gmail dot com --- Comment #12 fro

[Bug tree-optimization/69666] [5/6 Regression] gcc ICE at -O2 and -O3 on valid code on x86_64-linux-gnu in "verify_gimple failed"

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69666 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug libgomp/69607] undefined reference to MAIN__._omp_fn.0 in atomic_capture-1.f with -flto

2016-02-03 Thread vries at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69607 --- Comment #3 from vries at gcc dot gnu.org --- Tested -flto-partition=. fails: - balanced - 1to1 passes: - max - none - one

[Bug tree-optimization/69666] [5/6 Regression] gcc ICE at -O2 and -O3 on valid code on x86_64-linux-gnu in "verify_gimple failed"

2016-02-03 Thread helloqirun at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69666 --- Comment #3 from Qirun Zhang --- (In reply to Jakub Jelinek from comment #2) > This invalid VCE is created by SRA. The code has multiple undefined > behaviors in it, but we shouldn't ICE on that. Hi Jakub, This code example is reduced from

[Bug tree-optimization/69666] [5/6 Regression] gcc ICE at -O2 and -O3 on valid code on x86_64-linux-gnu in "verify_gimple failed"

2016-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69666 --- Comment #4 from Jakub Jelinek --- (In reply to Qirun Zhang from comment #3) > (In reply to Jakub Jelinek from comment #2) > > This invalid VCE is created by SRA. The code has multiple undefined > > behaviors in it, but we shouldn't ICE on th

<    1   2