[Bug c/80199] Wlogical-op inconsistent from int to float ?

2017-03-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80199 Martin Sebor changed: What|Removed |Added Keywords||diagnostic

[Bug libstdc++/80196] fenv_t not declared

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #4 from Roman --- Thank you for your quick response. I am using Gentoo. I'll give that option a try. The build system is: /usr/local/bin/gcc --version gcc (GCC) 7.0.1 20170304 (experimental) Copyright (C) 2017 Free Software

[Bug fortran/38822] Compile-time simplification of x**(real)

2017-03-26 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38822 --- Comment #21 from kargl at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #19) > > AFAICS everthing is fixed here. Can we close this PR? > > Without objection I'll proceed. Should the bug be fixed before proceeding? See

[Bug c++/80191] diagnostic placeholder "new initializer" must be marked for translation

2017-03-26 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80191 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #3

[Bug fortran/38822] Compile-time simplification of x**(real)

2017-03-26 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38822 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug libstdc++/80196] New: fenv_t not declared

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 Bug ID: 80196 Summary: fenv_t not declared Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++

[Bug fortran/53542] Diagnostic of USE-associated variables shows original instead of renamed symbol name

2017-03-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53542 --- Comment #2 from Dominique d'Humieres --- From comment 0, obvious patch --- ../_clean/gcc/fortran/expr.c2017-03-22 17:29:45.0 +0100 +++ gcc/fortran/expr.c 2017-03-26 16:12:21.0 +0200 @@ -2591,7 +2591,7 @@

[Bug tree-optimization/80198] regression, does not vectorize generic inplace integer operation

2017-03-26 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198 Julian Taylor changed: What|Removed |Added Summary|does not vectorize generic |regression, does not

[Bug c/80201] New: groff build fails with -floop-nest-optimize -fgraphite-identity

2017-03-26 Thread fjeldse at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80201 Bug ID: 80201 Summary: groff build fails with -floop-nest-optimize -fgraphite-identity Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal

[Bug libstdc++/80183] [7 Regression] Conditional jump or move depends on uninitialised value: std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) (tree.cc:97)

2017-03-26 Thread fdumont at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80183 --- Comment #7 from François Dumont --- (In reply to Jonathan Wakely from comment #4) > I think this is my fault, I asked François to remove a store to _M_color > that I thought was redundant. I was surprised that _M_color wasn't move along

[Bug fortran/79434] [submodules] separate module procedure breaks encapsulation

2017-03-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79434 --- Comment #5 from Paul Thomas --- Author: pault Date: Sun Mar 26 20:01:07 2017 New Revision: 246486 URL: https://gcc.gnu.org/viewcvs?rev=246486=gcc=rev Log: 2017-03-26 Paul Thomas PR fortran/79434 *

[Bug fortran/79434] [submodules] separate module procedure breaks encapsulation

2017-03-26 Thread pault at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79434 Paul Thomas changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/78670] [F03] Incorrect file position with namelist read under DTIO

2017-03-26 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78670 Jerry DeLisle changed: What|Removed |Added CC||janus at gcc dot gnu.org

[Bug tree-optimization/80198] regression [6/7], does not vectorize generic inplace integer operation

2017-03-26 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198 --- Comment #3 from Andrew Pinski --- r233207

[Bug tree-optimization/65917] [6 Regression] XFAIL: gcc.dg/tree-ssa/20030922-2.c scan-tree-dump-times dom1 "if " 2

2017-03-26 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65917 Julian Taylor changed: What|Removed |Added CC||jtaylor.debian at googlemail dot c

[Bug c++/80202] New: Spurious warning "array subscript is below array bounds" with if-statement and char to unsigned int conversion

2017-03-26 Thread mchtly at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80202 Bug ID: 80202 Summary: Spurious warning "array subscript is below array bounds" with if-statement and char to unsigned int conversion Product: gcc Version: 6.3.0

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-26 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 --- Comment #3 from Roland Illig --- To me that would be fine since then I had not even looked at what the %qs might be. But like the code is now, I suspected the %s to be part of the grammar of the diagnostic.

[Bug fortran/79434] [submodules] separate module procedure breaks encapsulation

2017-03-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79434 Dominique d'Humieres changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from

[Bug tree-optimization/80198] regression [6/7], does not vectorize generic inplace integer operation

2017-03-26 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198 Julian Taylor changed: What|Removed |Added Summary|regression, does not|regression [6/7], does not

[Bug c++/80200] New: decNumber.c : error : #include_next is a GCC extension

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80200 Bug ID: 80200 Summary: decNumber.c : error : #include_next is a GCC extension Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug other/80203] New: libiberty fails to compile regex.c correctly when gcc is configured --with-sysroot

2017-03-26 Thread jeremyhu at macports dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80203 Bug ID: 80203 Summary: libiberty fails to compile regex.c correctly when gcc is configured --with-sysroot Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/79434] [submodules] separate module procedure breaks encapsulation

2017-03-26 Thread paul.richard.thomas at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79434 --- Comment #4 from paul.richard.thomas at gmail dot com --- Hi Dominiq, As soon as I have a minute or two, I will back port it. My business is taking me 7/7 at the moment. Thanks for the reminder. Paul On 26 March 2017 at 17:36, dominiq at

[Bug c/80199] New: Wlogical-op inconsistent from int to float ?

2017-03-26 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80199 Bug ID: 80199 Summary: Wlogical-op inconsistent from int to float ? Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug testsuite/80184] FAIL: gcc.dg/torture/pr79732.c -O* (test for excess errors) on darwin

2017-03-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80184 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/80196] fenv_t not declared

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 Roman changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c/80204] New: macosx-version-min wrong for macOS Sierra 10.12.3

2017-03-26 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80204 Bug ID: 80204 Summary: macosx-version-min wrong for macOS Sierra 10.12.3 Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug libstdc++/80183] [7 Regression] Conditional jump or move depends on uninitialised value: std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) (tree.cc:97)

2017-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80183 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Jonathan

[Bug tree-optimization/80198] New: does not vectorize generic inplace integer operation

2017-03-26 Thread jtaylor.debian at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80198 Bug ID: 80198 Summary: does not vectorize generic inplace integer operation Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/80191] diagnostic placeholder "new initializer" must be marked for translation

2017-03-26 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80191 --- Comment #2 from Roland Illig --- But then shouldn't it be spelled "new-initializer", not "new initializer"?

[Bug libstdc++/80187] C++ variant should be trivially copy constructible if possible

2017-03-26 Thread timshen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80187 Tim Shen changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/80183] [7 Regression] Conditional jump or move depends on uninitialised value: std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) (tree.cc:97)

2017-03-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80183 Markus Trippelsdorf changed: What|Removed |Added Target Milestone|--- |7.0 --- Comment #3 from Markus

[Bug translation/80189] gimplify.c: check whether parallel/task/teams should be translated

2017-03-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80189 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug libstdc++/80196] fenv_t not declared

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #2 from Roman --- Revision 246482.

[Bug c++/80191] diagnostic placeholder "new initializer" must be marked for translation

2017-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80191 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment

[Bug fortran/38822] Compile-time simplification of x**(real)

2017-03-26 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=38822 --- Comment #19 from Dominique d'Humieres --- > AFAICS everthing is fixed here. Can we close this PR? Without objection I'll proceed.

[Bug translation/80195] New: Message build from untranslated string concatenation in fortran/resolve.c:14529

2017-03-26 Thread fmarchal at perso dot be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80195 Bug ID: 80195 Summary: Message build from untranslated string concatenation in fortran/resolve.c:14529 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity:

[Bug rtl-optimization/80197] New: pgo dramatically pessimizes scimark2 MonteCarlo benchmark

2017-03-26 Thread vincenzo.innocente at cern dot ch
c,c++,lto,fortran --enable-lto -enable-libitm -disable-multilib Thread model: posix gcc version 7.0.1 20170326 (experimental) [trunk revision 246482] (GCC) gcc -O2 fullMC.c -g real0m0.489s user0m0.485s sys 0m0.002s Performance counter stats for './a.out': 486.303424 t

[Bug libstdc++/80196] fenv_t not declared

2017-03-26 Thread roman.morokutti at googlemail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #1 from Roman --- I configured the build as follows: /home/roman/gcc-source/configure Best regards, Roman

[Bug libstdc++/80183] [7 Regression] Conditional jump or move depends on uninitialised value: std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) (tree.cc:97)

2017-03-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80183 --- Comment #5 from Markus Trippelsdorf --- Author: trippels Date: Sun Mar 26 12:33:35 2017 New Revision: 246483 URL: https://gcc.gnu.org/viewcvs?rev=246483=gcc=rev Log: Fix PR80183 : _M_color not moved PR libstdc++/80183 *

[Bug libstdc++/80183] [7 Regression] Conditional jump or move depends on uninitialised value: std::local_Rb_tree_decrement(std::_Rb_tree_node_base*) (tree.cc:97)

2017-03-26 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80183 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/80196] fenv_t not declared

2017-03-26 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80196 --- Comment #3 from Jonathan Wakely --- Maybe PR 40974 again, which nobody can reproduce as it only happens due to some system-specific weirdness. We need more information about your system, what kind of OS distro are you using? etc. etc. Could