[Bug tree-optimization/79997] simple-ssa-sprintf i18n: wrong plural form in maybe_warn

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79997 --- Comment #1 from Roland Illig --- Another instance in the same file, function format_directive: 1 == fmtres.range.likely And another, in the same function: min == 1

[Bug tree-optimization/79998] New: typo in diagnostic "specified bound %wu"

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79998 Bug ID: 79998 Summary: typo in diagnostic "specified bound %wu" Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optim

[Bug translation/79999] New: possible typo in gimplify.c: depend(sink:)

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=7 Bug ID: 7 Summary: possible typo in gimplify.c: depend(sink:) Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: translat

[Bug ipa/80000] New: diagnostics: trailing spaces in "one definition rule "

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=8 Bug ID: 8 Summary: diagnostics: trailing spaces in "one definition rule " Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug other/80001] New: diagnostics: untranslateable %s placeholders in omp-offload.c

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80001 Bug ID: 80001 Summary: diagnostics: untranslateable %s placeholders in omp-offload.c Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Pr

[Bug translation/80001] diagnostics: untranslateable %s placeholders in omp-offload.c

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80001 --- Comment #1 from Roland Illig --- Note that the above is not the only instance. Please check each %s format specifier in this file for this pattern. loop->routine ? "routine call" : "loop" (twice) tiling ? " tile" : "" While here, please als

[Bug libstdc++/67214] undefined behaviour in std::num_get::_M_extract_int()

2017-03-11 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67214 Xi Ruoyao changed: What|Removed |Added CC||ryxi at stu dot xidian.edu.cn --- Comment #1

[Bug demangler/80002] New: quadratic behavior in demangler

2017-03-11 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80002 Bug ID: 80002 Summary: quadratic behavior in demangler Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: demangler

[Bug translation/80003] New: i386.c: %s placeholder is no semantic grammar unit

2017-03-11 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80003 Bug ID: 80003 Summary: i386.c: %s placeholder is no semantic grammar unit Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug libstdc++/67214] undefined behaviour in std::num_get::_M_extract_int()

2017-03-11 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67214 --- Comment #2 from Xi Ruoyao --- Created attachment 40946 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40946&action=edit patch for this PR Since GCC 7 is in stage 4, this patch will be committed in GCC 8 stage 1.

[Bug fortran/79853] diagnostics: double space in "Assumed or deferred"

2017-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79853 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/79859] diagnostics: argument quoted twice in "No initializer for allocatable compoonent"

2017-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79859 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug fortran/79844] diagnostics: extra space at end of line

2017-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79844 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libstdc++/71107] wstring_convert::from_bytes produces wide chars with the wrong byte order

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

[Bug libstdc++/79511] Convertation issues in std::codecvt_utf8_utf16

2017-03-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79511 Jonathan Wakely changed: What|Removed |Added CC||cantabile.desu at gmail dot com --- Co

[Bug libstdc++/71107] wstring_convert::from_bytes produces wide chars with the wrong byte order

2017-03-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71107 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug rtl-optimization/80004] New: non-atomic load moved to before atomic load with std::memory_order_acquire

2017-03-11 Thread fboranek at atlas dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80004 Bug ID: 80004 Summary: non-atomic load moved to before atomic load with std::memory_order_acquire Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: norm

[Bug libstdc++/67214] undefined behaviour in std::num_get::_M_extract_int()

2017-03-11 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67214 Jonathan Wakely changed: What|Removed |Added Keywords||patch --- Comment #3 from Jonathan Wak

[Bug preprocessor/80005] New: cpp expands __has_include() filename parts

2017-03-11 Thread tim+gcc-bugzilla at centricular dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80005 Bug ID: 80005 Summary: cpp expands __has_include() filename parts Product: gcc Version: 6.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: prepro

[Bug fortran/78854] [F03] DTIO namelist output not working on internal unit

2017-03-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78854 --- Comment #13 from Jerry DeLisle --- Author: jvdelisle Date: Sat Mar 11 14:49:57 2017 New Revision: 246070 URL: https://gcc.gnu.org/viewcvs?rev=246070&root=gcc&view=rev Log: 2017-03-11 Jerry DeLisle PR libgfortran/78854 * i

[Bug fortran/78881] [F03] reading from string with DTIO procedure does not work properly

2017-03-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78881 --- Comment #7 from Jerry DeLisle --- This is interesting. If I use: read( unit=s, fmt='(DT)', iostat=istat, iomsg=imsg ) foo then we do not lose the first character. However, the loop in the dtio procedure does not exit. So I inserted in the

[Bug libstdc++/71107] wstring_convert::from_bytes produces wide chars with the wrong byte order

2017-03-11 Thread cantabile.desu at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71107 --- Comment #12 from Bitterblue --- Wonderful news!

[Bug tree-optimization/80006] New: loss of range information after widening conversion

2017-03-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80006 Bug ID: 80006 Summary: loss of range information after widening conversion Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug ada/80007] New: --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread tulipawn at gmail dot com
e-c -g -O2 -fPIC -W -Wall -gnatpg -nostdinc g-exptty.adb -o g-exptty.o +===GNAT BUG DETECTED==+ | 7.0.1 20170311 (experimental) (aarch64-linux-gnu) Program_Error unhandled signal| | Error detected at s-stoele

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #1 from Andrew Pinski --- So without --disable-bootstrap, the build is successive? If so then the bug is in GCC 5 rather than GCC 7.

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #2 from PeteVine --- Right, I definitely used the same setup a few days ago minus --disable-bootstrap.

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #3 from Andrew Pinski --- (In reply to PeteVine from comment #2) > Right, I definitely used the same setup a few days ago minus > --disable-bootstrap. Can you try again without --disable-bootstrap ? What GCC exact version are you

[Bug ada/80007] --disable-bootstrap with gnat-5 leads to failed gnat-7 build on aarch64

2017-03-11 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80007 --- Comment #4 from PeteVine --- > Can you try again without --disable-bootstrap ? It's GNAT 5.4.0. OK, I'll try again.

[Bug c++/80008] New: internal compiler error: in cp_parser_direct_declarator, at cp/parser.c:20031 [C++17]

2017-03-11 Thread julien at lecomte dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80008 Bug ID: 80008 Summary: internal compiler error: in cp_parser_direct_declarator, at cp/parser.c:20031 [C++17] Product: gcc Version: 7.0.1 Status: UNCON

[Bug fortran/80009] New: Printing/writing a structure with a real edit descriptor.

2017-03-11 Thread walt.brainerd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80009 Bug ID: 80009 Summary: Printing/writing a structure with a real edit descriptor. Product: gcc Version: 7.0.1 Status: UNCONFIRMED Severity: normal Prio

[Bug fortran/80009] Printing/writing a structure with a real edit descriptor.

2017-03-11 Thread walt.brainerd at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80009 --- Comment #1 from Walt Brainerd --- Forgot to add: Pls see F08 std 9.6.3(7) 2nd bullet

[Bug c++/80008] internal compiler error: in cp_parser_direct_declarator, at cp/parser.c:20031 [C++17]

2017-03-11 Thread julien at lecomte dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80008 --- Comment #1 from Julien --- Forgot to add this: Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/local/lib/gcc/x86_64-pc-linux-gnu/7.0.1/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../configure --prefix=/usr/local -

[Bug c++/80008] internal compiler error: in cp_parser_direct_declarator, at cp/parser.c:20031 [C++17]

2017-03-11 Thread julien at lecomte dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80008 --- Comment #2 from Julien --- fixed in 7.0.1 20170312

[Bug c++/80008] internal compiler error: in cp_parser_direct_declarator, at cp/parser.c:20031 [C++17]

2017-03-11 Thread julien at lecomte dot at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80008 Julien changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/80009] Printing/writing a structure with a real edit descriptor.

2017-03-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80009 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/78999] problem with gcc on cygwin??? cygwin 2.6.1 with gcc 5.4.0

2017-03-11 Thread bplummer at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78999 --- Comment #2 from Brian Plummer --- You can close this bug. I uninstalled/reinstalled Cygwin a number of times from different mirror sites and finally got a good install. Here are my thoughts: 1. I disabled my AntiVirus software (AVG Free

[Bug c++/78999] problem with gcc on cygwin??? cygwin 2.6.1 with gcc 5.4.0

2017-03-11 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78999 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libstdc++/79833] std::put_time has the wrong values for 2 digit years

2017-03-11 Thread ryxi at stu dot xidian.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79833 Xi Ruoyao changed: What|Removed |Added CC||ryxi at stu dot xidian.edu.cn --- Comment #1