[Bug ada/66390] Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-06-02 Thread tornenvi at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 --- Comment #1 from tornenvi at gmail dot com --- Created attachment 35686 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35686&action=edit Test case file Test.txt that shows the issue for the program FileRead

[Bug rtl-optimization/66391] New: suboptimal code for assignment of SImode struct with bitfields

2015-06-02 Thread bonzini at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66391 Bug ID: 66391 Summary: suboptimal code for assignment of SImode struct with bitfields Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal P

[Bug rtl-optimization/32394] some operations to not work properly in df_deferred_rescan mode.

2015-06-02 Thread bonzini at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32394 Paolo Bonzini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ada/66390] New: Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-06-02 Thread tornenvi at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 Bug ID: 66390 Summary: Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases Product: gcc Version: unknown Status: UNCONFIRMED

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread fxcoudert at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 --- Comment #5 from fxcoudert at gmail dot com --- Is this code old, or a regression introduced by the recent module-equivalence patch (to reduce the module sizes)? Does removing the code regress module size in the case of modules with equiv use

[Bug target/43052] [4.8/4.9/5/6 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline

2015-06-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052 Manuel López-Ibáñez changed: What|Removed |Added Status|ASSIGNED|NEW CC|

[Bug libstdc++/59048] operator== between std::string and const char* slower than strcmp

2015-06-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59048 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/43052] [4.8/4.9/5/6 Regression] Inline memcmp is *much* slower than glibc's, no longer expanded inline

2015-06-02 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43052 Manuel López-Ibáñez changed: What|Removed |Added CC||luca.stoppa at bbh dot com --- Com

[Bug target/66389] New: sh2eb-linux-* is not recognized by configure

2015-06-02 Thread bugdal at aerifal dot cx
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66389 Bug ID: 66389 Summary: sh2eb-linux-* is not recognized by configure Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ta

[Bug c++/65843] [5/6 Regression] multiple use of const variable in lamba in template function causes compile error

2015-06-02 Thread sebastien.alaiwan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65843 Sebastien Alaiwan changed: What|Removed |Added CC||sebastien.alaiwan at gmail dot com

[Bug c++/66374] [5/6 Regression] template function accessing a temporary through a lambda

2015-06-02 Thread sebastien.alaiwan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66374 Sebastien Alaiwan changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/62173] [5/6 Regression] 64bit Arch can't ivopt while 32bit Arch can

2015-06-02 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62173 --- Comment #40 from amker at gcc dot gnu.org --- The issue array reference not recognized as IV is resolved now. From gimple optimizer's view, there is still another issue in which loop header is bloated because of lose of signness information.

[Bug tree-optimization/66388] New: Test gcc.target/i386/pr49781-1.c failed because of recent scev overflow patches.

2015-06-02 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66388 Bug ID: 66388 Summary: Test gcc.target/i386/pr49781-1.c failed because of recent scev overflow patches. Product: gcc Version: 6.0 Status: UNCONFIRMED Severity:

[Bug tree-optimization/65337] [5/6 Regression] bootstrap-lto gnat1 linktime ICE: gcc/ada/exp_aggr.adb:6570:0: internal compiler error: in forward_edge_to_pdom, at tree-ssa-dce.c:1086

2015-06-02 Thread steven at uplinklabs dot net
-nostdinc -I- -I. -Iada/gene rated -Iada -I/build/gcc-multilib/src/gcc-5-20150602/gcc/ada -I/build/gcc-multilib/src/gcc-5-20150602/gcc/ada/gcc-interface /build/gc c-multilib/src/gcc-5-20150602/gcc/ada/comperr.adb -o ada/comperr.o [...] raised STORAGE_ERROR : stack overflow or erroneous memory access

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 Jim Wilson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #3 from Jim Wilson --- The patch doesn't completely fix grub, because grub is trying to compile FP code with +nofp, which can't work without a soft-float ABI, which we don't have. So grub gets an error instead of an ICE with the patc

[Bug target/66258] compiling a stdarg function with arch +nofp generates an ICE

2015-06-02 Thread wilson at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66258 --- Comment #2 from Jim Wilson --- Author: wilson Date: Wed Jun 3 00:46:19 2015 New Revision: 224054 URL: https://gcc.gnu.org/viewcvs?rev=224054&root=gcc&view=rev Log: gcc/ PR target/66258 * config/aarch64/aarch64.c (aarch64_fun

[Bug middle-end/66325] [6 Regression] ICE in gcc.c-torture/execute/930408-1.c, verify_type fails with --enable-checking=yes on arm-none-eabi

2015-06-02 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66325 --- Comment #1 from Jan Hubicka --- > The ICE backtrace is: > > 930408-1.c:6:1: error: type variant differs by TYPE_PACKED. > } s; > ^ > > I see this at least as far back as r223695 and it appears on trunk at r223800. > Honza, is this relat

[Bug tree-optimization/65337] [5/6 Regression] bootstrap-lto gnat1 linktime ICE: gcc/ada/exp_aggr.adb:6570:0: internal compiler error: in forward_edge_to_pdom, at tree-ssa-dce.c:1086

2015-06-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65337 --- Comment #6 from Jan Hubicka --- Patch posted to https://gcc.gnu.org/ml/gcc-patches/2015-05/msg02876.html

[Bug rtl-optimization/66351] [6 regression] r223883 miscompiles stage2 compiler on ia64

2015-06-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66351 --- Comment #1 from Jan Hubicka --- Hello, the following patch should fix the miscompilation: Index: ipa-polymorphic-call.c === --- ipa-polymorphic-call.c (revision 224053) +++

[Bug target/66363] ICE in modified test inline-39.c

2015-06-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66363 --- Comment #1 from Jan Hubicka --- Hmm, ipa-inline's transform pass does fixup_cfg and other things that are not really optional, so perhaps we should not support disabling it?

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

2015-06-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 Jan Hubicka changed: What|Removed |Added Status|REOPENED|ASSIGNED Assignee|unassigned at

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 --- Comment #4 from Steve Kargl --- On Tue, Jun 02, 2015 at 11:37:27PM +, sgk at troutmask dot apl.washington.edu wrote: > > OK. Digging a little deeper. The problem is in > module.c (load_equiv). There is a section of code > (lines 4526

[Bug target/66358] [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2015-06-02 Thread kkojima at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 --- Comment #7 from Kazumoto Kojima --- (In reply to Oleg Endo from comment #6) > There could be some negative side effects with the patch above, because it > forces the R0 usage quite early (at RTL expansion). Yes, the comment part says it and

[Bug target/65768] sub-optimimal code for constant Uses in loop

2015-06-02 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65768 kugan at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug fortran/66380] ICE for intrinsic reshape with insufficient number of array elements

2015-06-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66380 kargl at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 --- Comment #3 from Steve Kargl --- On Tue, Jun 02, 2015 at 07:04:21PM +, sgk at troutmask dot apl.washington.edu wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 > > --- Comment #2 from Steve Kargl --- > On Tue, Jun 02, 2015 at

[Bug fortran/66380] ICE for intrinsic reshape with insufficient number of array elements

2015-06-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66380 --- Comment #3 from kargl at gcc dot gnu.org --- Author: kargl Date: Tue Jun 2 23:02:05 2015 New Revision: 224049 URL: https://gcc.gnu.org/viewcvs?rev=224049&root=gcc&view=rev Log: 2015-06-02 Steven G. Kargl PR fortran/66380

[Bug target/65768] sub-optimimal code for constant Uses in loop

2015-06-02 Thread kugan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65768 --- Comment #3 from kugan at gcc dot gnu.org --- Author: kugan Date: Tue Jun 2 22:53:15 2015 New Revision: 224048 URL: https://gcc.gnu.org/viewcvs?rev=224048&root=gcc&view=rev Log: gcc/ChangeLog: 2015-06-03 Kugan Vivekanandarajah

[Bug libstdc++/59048] operator== between std::string and const char* slower than strcmp

2015-06-02 Thread neleai at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59048 Ondrej Bilka changed: What|Removed |Added CC||neleai at seznam dot cz --- Comment #13 f

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu

2015-06-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368 --- Comment #5 from Matthias Klose --- building trunk libgo with -fstack-protector-strong yields: $ go version fatal error: unexpected signal during runtime execution [signal 0xb code=0x1 addr=0x3] goroutine 16 [running]: :0 :

[Bug c++/66387] [5/6 Regression] ICE in make_decl_rtl with lambda

2015-06-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66387 Jakub Jelinek changed: What|Removed |Added Target Milestone|--- |5.2

[Bug c++/66387] New: [5/6 Regression] ICE in make_decl_rtl with lambda

2015-06-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66387 Bug ID: 66387 Summary: [5/6 Regression] ICE in make_decl_rtl with lambda Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #8 from James Almer --- (In reply to James Almer from comment #7) > (In reply to Markus Trippelsdorf from comment #6) > > (In reply to James Almer from comment #5) > > > Created attachment 35683 [details] > > > Preprocessed source as

[Bug target/66358] [5/6 Regression] [SH] ICE: in extract_constrain_insn, at recog.c:2232

2015-06-02 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66358 --- Comment #6 from Oleg Endo --- (In reply to Kazumoto Kojima from comment #3) > (In reply to Oleg Endo from comment #2) > > Defaulting -mlra might be reasonable for gcc 6. > For gcc 5, I thought the patch for prepare_move_operands like > > di

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu

2015-06-02 Thread adconrad at 0c3 dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368 Adam Conrad changed: What|Removed |Added CC||adconrad at 0c3 dot net --- Comment #4 fro

[Bug libfortran/66385] ICE: FORALL writing multiple elements of one array

2015-06-02 Thread wangmianzhi1 at linuxmail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385 --- Comment #1 from Mianzhi Wang --- The bug is bypassed by -fno-frontend-optimize, same as in the case of 66050 and 66386.

[Bug c++/65966] "sorry, unimplemented: unexpected AST of kind try_block" when initializing a 2D array

2015-06-02 Thread lhyatt at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65966 --- Comment #3 from Lewis Hyatt --- Hello- I thought it would make sense to ping this one again a month later, I am afraid I may have confused matters by mixing two separate issues in one report... Definitely the second issue is already covered

[Bug fortran/66386] ICE: FORALL reading multiple elements from one array

2015-06-02 Thread wangmianzhi1 at linuxmail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66386 --- Comment #1 from Mianzhi Wang --- The bug is bypassed by -fno-frontend-optimize

[Bug fortran/66386] New: ICE: FORALL reading multiple elements from one array

2015-06-02 Thread wangmianzhi1 at linuxmail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66386 Bug ID: 66386 Summary: ICE: FORALL reading multiple elements from one array Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Compone

[Bug libfortran/66385] New: ICE: FORALL writing multiple elements of one array

2015-06-02 Thread wangmianzhi1 at linuxmail dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66385 Bug ID: 66385 Summary: ICE: FORALL writing multiple elements of one array Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug ada/66384] New: Compiler fails with message "compilation abandoned"

2015-06-02 Thread andrewborrill at hotmail dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66384 Bug ID: 66384 Summary: Compiler fails with message "compilation abandoned" Product: gcc Version: 4.4.3 Status: UNCONFIRMED Severity: normal Priority: P3 Componen

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #7 from James Almer --- (In reply to Markus Trippelsdorf from comment #6) > (In reply to James Almer from comment #5) > > Created attachment 35683 [details] > > Preprocessed source as generated by -freport-bug, third test case, gcc 5.

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 --- Comment #2 from Steve Kargl --- On Tue, Jun 02, 2015 at 06:41:53PM +, kargl at gcc dot gnu.org wrote: > > Thus, there is something about the "arrayness" of x in > the original testcase that matters. Off-by-one maybe? > There certainly

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #6 from Markus Trippelsdorf --- (In reply to James Almer from comment #5) > Created attachment 35683 [details] > Preprocessed source as generated by -freport-bug, third test case, gcc 5.1.1 > svn 223417 > > How about this one? Crashe

[Bug c/66220] -Wmisleading-indentation false/inconsistent warning

2015-06-02 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66220 David Malcolm changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c/66220] -Wmisleading-indentation false/inconsistent warning

2015-06-02 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66220 --- Comment #5 from David Malcolm --- Author: dmalcolm Date: Tue Jun 2 18:45:50 2015 New Revision: 224041 URL: https://gcc.gnu.org/viewcvs?rev=224041&root=gcc&view=rev Log: PR c/66220: Fix false positive from -Wmisleading-indentation gcc/c-fam

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 --- Comment #5 from James Almer --- Created attachment 35683 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35683&action=edit Preprocessed source as generated by -freport-bug, third test case, gcc 5.1.1 svn 223417 How about this one? Crash

[Bug c++/66067] [6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/66067] [5/6 Regression] tree check ICE: accessed elt 1 of tree_vec with 0 elts in write_template_args, at cp/mangle.c:2574

2015-06-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66067 Markus Trippelsdorf changed: What|Removed |Added CC||trippels at gcc dot gnu.org --- Co

[Bug bootstrap/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-06-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 --- Comment #5 from Jason Merrill --- Author: jason Date: Tue Jun 2 17:50:23 2015 New Revision: 224039 URL: https://gcc.gnu.org/viewcvs?rev=224039&root=gcc&view=rev Log: PR bootstrap/66319 * configure.ac: Use -std=gnu++98. Modi

[Bug fortran/66380] ICE for intrinsic reshape with insufficient number of array elements

2015-06-02 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66380 --- Comment #2 from Steve Kargl --- The problem is that an assertion is triggered for a PAD size that is less than or equal to zero. The assertion should be an error condition. The patch that I attached does this.

[Bug fortran/66380] ICE for intrinsic reshape with insufficient number of array elements

2015-06-02 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66380 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- C

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu

2015-06-02 Thread boger at us dot ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368 boger at us dot ibm.com changed: What|Removed |Added CC||boger at us dot ibm.com --- Com

[Bug ada/64866] Lost visibility of package Interfaces after task or PO declaration

2015-06-02 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64866 --- Comment #5 from simon at pushface dot org --- (In reply to Arnaud Charlet from comment #2) > Visibility in the Ada runtime do not follow standard Ada rules. In other > words, the Ada runtime isn't implemented in Ada, but in a different > diale

[Bug ada/66162] segfault on code using controlled types in -gnatc mode

2015-06-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66162 --- Comment #7 from Eric Botcazou --- > In PR64866 comment 2, Arno said "Visibility in the Ada runtime do not follow > standard Ada rules. In other words, the Ada runtime isn't implemented in > Ada, but in a different dialect very close to Ada, w

[Bug target/49551] tentative declaration after definition and -fdata-sections cause ICE in C front-end.

2015-06-02 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49551 prathamesh3492 at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

[Bug target/49551] tentative declaration after definition and -fdata-sections cause ICE in C front-end.

2015-06-02 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49551 --- Comment #5 from prathamesh3492 at gcc dot gnu.org --- Author: prathamesh3492 Date: Tue Jun 2 16:42:27 2015 New Revision: 224033 URL: https://gcc.gnu.org/viewcvs?rev=224033&root=gcc&view=rev Log: 2015-06-02 Prathamesh Kulkarni PR

[Bug go/66368] [5 Regression] go tool crashes on powerpc-linux-gnu

2015-06-02 Thread doko at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66368 --- Comment #2 from Matthias Klose --- maybe the changes from PR65787 are unrelated. Building a compiler which has -fstack-protector strong enabled by default. The crash goes away when I add -fno-stack-protector to AM_CFLAGS in libgo. So it sho

[Bug target/66136] AArch64 geniterators.sh relies on GNU sed syntax, causing build failure on FreeBSD and probably Mac

2015-06-02 Thread nsz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66136 --- Comment #10 from nsz at gcc dot gnu.org --- Author: nsz Date: Tue Jun 2 16:21:18 2015 New Revision: 224031 URL: https://gcc.gnu.org/viewcvs?rev=224031&root=gcc&view=rev Log: [AArch64][PR 66136] rewrite geniterators.sh in awk 2015-06-02 Sza

[Bug c++/66383] ICE in gimplify_expr on this passed in inline initialization

2015-06-02 Thread alltaken380 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66383 --- Comment #2 from alltaken380 at gmail dot com --- $ ~/.local/gcc-5.1/bin/g++ -v Using built-in specs. COLLECT_GCC=/home/rafalw/.local/gcc-5.1/bin/g++ COLLECT_LTO_WRAPPER=/home/rafalw/.local/gcc-5.1/lib/gcc/x86_64-unknown-linux-gnu/5.1.1/lto-wra

[Bug c++/66383] ICE in gimplify_expr on this passed in inline initialization

2015-06-02 Thread alltaken380 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66383 alltaken380 at gmail dot com changed: What|Removed |Added Attachment #35679|0 |1 is obsolete|

[Bug c++/66383] New: ICE in gimplify_expr on this passed in inline initialization

2015-06-02 Thread alltaken380 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66383 Bug ID: 66383 Summary: ICE in gimplify_expr on this passed in inline initialization Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal P

[Bug libgcc/66382] New: POWER8 Vector optimized implementation of __float128 (IEEE754 128-bit Binary Floating Point)

2015-06-02 Thread dje at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66382 Bug ID: 66382 Summary: POWER8 Vector optimized implementation of __float128 (IEEE754 128-bit Binary Floating Point) Product: gcc Version: 6.0 Status: UNCONFIRMED

[Bug target/66369] gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb

2015-06-02 Thread marcus.kool at urlfilterdb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66369 --- Comment #4 from Marcus Kool --- > The intrinsic returns "int", and from the above tree dump, the compiler > won't even consider to combine the sign-extension with vpmovmskb. > > So, why not: > >unsigned int v; > >v = (unsigned int)

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

2015-06-02 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66342 John David Anglin changed: What|Removed |Added CC||danglin at gcc dot gnu.org --- Comme

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

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66349 Richard Biener changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment #

[Bug c++/66381] ice in dfs_enumerate_from with -O3

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66381 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug middle-end/66375] [4.8/4.9/5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 --- Comment #9 from Richard Biener --- Created attachment 35678 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35678&action=edit patch What I am testing.

[Bug middle-end/66375] [4.8/4.9/5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 --- Comment #8 from Richard Biener --- Bootstrapped / tested on x86_64-unknown-linux-gnu with no regressions... testing a more complete fix (applying this to all cases in follow_ssa_edge_binary) now.

[Bug c++/66381] New: ice in dfs_enumerate_from with -O3

2015-06-02 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66381 Bug ID: 66381 Summary: ice in dfs_enumerate_from with -O3 Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ As

[Bug fortran/66380] New: ICE for intrinsic reshape with insufficient number of array elements

2015-06-02 Thread gerhard.steinmetz.fort...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66380 Bug ID: 66380 Summary: ICE for intrinsic reshape with insufficient number of array elements Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal

[Bug go/66303] runtime.Caller() returns infinitely deep stack frames on s390x

2015-06-02 Thread ian at airs dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66303 --- Comment #8 from Ian Lance Taylor --- The initial stack frame of a goroutine is set up by the makecontext function, which is part of the C library. Ideally makecontext should arrange matters such that a backtrace stops at that point, as pthre

[Bug c++/66371] ICE: canonical types differ for identical types

2015-06-02 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66371 Markus Trippelsdorf changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 Richard Biener changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug tree-optimization/66379] New: SCCVN doesn't handle aggregate array element accesses very well

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66379 Bug ID: 66379 Summary: SCCVN doesn't handle aggregate array element accesses very well Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal

[Bug bootstrap/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-06-02 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66319 Jason Merrill changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug ipa/64181] 'noexcept' on a lambda sometimes appears to get optimised away at -O2 (or above).

2015-06-02 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64181 Mikhail Maltsev changed: What|Removed |Added Keywords||wrong-code Status|UNCONFIR

[Bug tree-optimization/66142] Loop is not vectorized because not sufficient support for GOMP_SIMD_LANE

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66142 --- Comment #17 from Richard Biener --- Ok, so even with PR63916 rudimentary fixed we hit the issue that in _9 = &D.3665[_11].org; MEM[(struct vec_ *)_9] = 1.0e+0; MEM[(struct vec_ *)_9 + 4B] = _8; ... _24 = MEM[(const struct Ray *)&D.36

[Bug tree-optimization/66280] [4.8/4.9/5 Regression] ICE: in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1472

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66280 Richard Biener changed: What|Removed |Added Summary|[4.8/4.9/5/6 Regression]|[4.8/4.9/5 Regression]

[Bug debug/65549] [4.9/5/6 Regression] crash in htab_hash_string with -flto -g

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549 --- Comment #32 from Richard Biener --- Author: rguenth Date: Tue Jun 2 12:33:02 2015 New Revision: 224029 URL: https://gcc.gnu.org/viewcvs?rev=224029&root=gcc&view=rev Log: 2015-06-02 Richard Biener PR debug/65549 * dwarf2o

[Bug debug/65549] [4.9/5 Regression] crash in htab_hash_string with -flto -g

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65549 Richard Biener changed: What|Removed |Added Known to work||6.0 Summary|[4.9/5/6 Regress

[Bug middle-end/66332] goacc/acc_on_device-2.c scan-rtl-dump-times expand testsuite failure

2015-06-02 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66332 Thomas Schwinge changed: What|Removed |Added Status|ASSIGNED|RESOLVED Version|5.1.0

[Bug middle-end/66375] [4.8/4.9/5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 Richard Biener changed: What|Removed |Added CC|law at gcc dot gnu.org |spop at gcc dot gnu.org --- Comm

[Bug libgomp/65742] [5/6 Regression] Several libgomp.oacc-* failures after r221922.

2015-06-02 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65742 --- Comment #7 from Thomas Schwinge --- Author: tschwinge Date: Tue Jun 2 11:48:56 2015 New Revision: 224028 URL: https://gcc.gnu.org/viewcvs?rev=224028&root=gcc&view=rev Log: [PR libgomp/65742, PR middle-end/66332] XFAIL acc_on_device compile-

[Bug middle-end/66332] goacc/acc_on_device-2.c scan-rtl-dump-times expand testsuite failure

2015-06-02 Thread tschwinge at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66332 --- Comment #2 from Thomas Schwinge --- Author: tschwinge Date: Tue Jun 2 11:48:56 2015 New Revision: 224028 URL: https://gcc.gnu.org/viewcvs?rev=224028&root=gcc&view=rev Log: [PR libgomp/65742, PR middle-end/66332] XFAIL acc_on_device compile-

[Bug go/66378] New: libgo syscall.Sendfile() does not honor/use offset argument

2015-06-02 Thread mvo at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66378 Bug ID: 66378 Summary: libgo syscall.Sendfile() does not honor/use offset argument Product: gcc Version: 5.1.1 URL: https://bugs.launchpad.net/snappy/+bug/1460530

[Bug ada/66162] segfault on code using controlled types in -gnatc mode

2015-06-02 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66162 --- Comment #6 from simon at pushface dot org --- (In reply to Eric Botcazou from comment #3) > That's not the problem., just avoid using -gnatc on the runtime. Eric, In PR64866 comment 2, Arno said "Visibility in the Ada runtime do not follow

[Bug middle-end/66375] [4.8/4.9/5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 --- Comment #6 from Richard Biener --- Indeed as we just feed the initial condition to chrec_convert it happily just fold_convert()s the zero to signed char and then back to int ... So res = follow_ssa_edge (loop,

[Bug target/66369] gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb

2015-06-02 Thread marcus.kool at urlfilterdb dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66369 --- Comment #3 from Marcus Kool --- > The intrinsic returns "int", and from the above tree dump, the compiler > won't even consider to combine the sign-extension with vpmovmskb. That is the core of the issue: the part of gcc that deals with int

[Bug go/66303] runtime.Caller() returns infinitely deep stack frames on s390x

2015-06-02 Thread vogt at linux dot vnet.ibm.com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66303 --- Comment #7 from Dominik Vogt --- When dumping the complete backtrace, gdb produces a warning. Maybe the libgo/runtime code does not properly set up the initial stack frame of the thread? (gdb) set backtrace past-main (gdb) bt #0 main.main

[Bug middle-end/66375] [4.8/4.9/5 Regression] wrong code at -O2 and -O3 on x86_64-linux-gnu

2015-06-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66375 --- Comment #5 from Richard Biener --- Hum. : # prephitmp_22 = PHI <0(4), c.2_15(10)> ... e_12 = (char) prephitmp_22; _13 = (int) e_12; ... c.2_15 = _13 + -11; Simulating statement (from ssa_edges): prephitmp_22 = PHI <0(4), c.2_15(10

[Bug c++/61683] decltype-specifier not accepted as mem-initializer-id

2015-06-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61683 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/61683] decltype-specifier not accepted as mem-initializer-id

2015-06-02 Thread paolo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61683 --- Comment #3 from paolo at gcc dot gnu.org --- Author: paolo Date: Tue Jun 2 10:28:14 2015 New Revision: 224022 URL: https://gcc.gnu.org/viewcvs?rev=224022&root=gcc&view=rev Log: /cp 2015-06-02 Paolo Carlini PR c++/61683 *

[Bug fortran/66377] [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 Francois-Xavier Coudert changed: What|Removed |Added Keywords||wrong-code Status|

[Bug fortran/66377] New: [F95] Wrong-code with equivalenced array in module

2015-06-02 Thread fxcoudert at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66377 Bug ID: 66377 Summary: [F95] Wrong-code with equivalenced array in module Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug target/66369] gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb

2015-06-02 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66369 --- Comment #2 from Uroš Bizjak --- I have looked briefly at this. The compiler actually generates the following: vpmovmskb %ymm0, %edx # 16avx2_pmovmskb [length = 4] testl %edx, %edx # 18*cmpsi_ccno_1/

[Bug tree-optimization/48052] loop not vectorized if index is "unsigned int"

2015-06-02 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48052 --- Comment #14 from amker at gcc dot gnu.org --- Author: amker Date: Tue Jun 2 10:19:18 2015 New Revision: 224020 URL: https://gcc.gnu.org/viewcvs?rev=224020&root=gcc&view=rev Log: PR tree-optimization/48052 * cfgloop.h (struct

[Bug c/66090] Wrong loop code generation with -O2 on ARM

2015-06-02 Thread wad at infinet dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66090 --- Comment #10 from Andrew --- (In reply to Christian Prochaska from comment #0) > test.c: > > void func() > { > unsigned int i; > > unsigned int *ptr = (unsigned int*)0xf000; > > for (i = 0; i < 1024; i++) > *(ptr++)

  1   2   >