[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #9 f

[Bug web/60119] Bugzilla URLs don't work with https.

2014-02-08 Thread fche at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60119 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug libfortran/52879] Pathological reseeding of PRNG generator genernates poor sequence

2014-02-08 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52879 --- Comment #2 from kargl at gcc dot gnu.org --- Potential patch http://gcc.gnu.org/ml/fortran/2014-02/msg00047.html

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #8 from Chengnian Sun --- (In reply to Andrew Pinski from comment #7) > (In reply to Chengnian Sun from comment #6) > > The test case can be further reduced to the following code, which is NOT > > dead or dependent on bug 60115. > >

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #7 from Andrew Pinski --- (In reply to Chengnian Sun from comment #6) > The test case can be further reduced to the following code, which is NOT > dead or dependent on bug 60115. > > int b[1]; > int f() { > return b[]; > } Bec

[Bug target/60123] New: TIC6x: EABI incompatibility when large struct is returned from function and is not used by the caller

2014-02-08 Thread wojtek.golf at interia dot pl
-gcc (GCC) 4.9.0 20140208 (experimental) System type: Linux wmigda-desktop 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 17:26:33 UTC 2013 i686 i686 i686 GNU/Linux

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #6 from Chengnian Sun --- The test case can be further reduced to the following code, which is NOT dead or dependent on bug 60115. int b[1]; int f() { return b[]; }

[Bug target/60028] TIC6X: B3 register (return address) is saved on stack when real call is replaced with sibling call in a leaf function

2014-02-08 Thread wojtek.golf at interia dot pl
||i686 GNU/Linux Version|4.8.2 |4.9.0 Build||tic6x-none-elf-gcc (GCC) ||4.9.0 20140208 ||(experimental) --- Comment #1

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #5 from Zhendong Su --- (In reply to Andrew Pinski from comment #4) > Actually the reason for the warning is due to LIM pulling the out of bounds > access out of the loop, the same reason why bug 60115 fails. It is just > showing the

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #10 from Andrew Pinski --- *** Bug 60121 has been marked as a duplicate of this bug. ***

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/60122] Unexpected warning for uninitialised character variable

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60122 Andrew Pinski changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 Andrew Pinski changed: What|Removed |Added CC||fmartinez at gmv dot com --- Comment #9 f

[Bug fortran/60122] Unexpected warning for uninitialised character variable

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60122 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/60122] Unexpected warning for uninitialised character variable

2014-02-08 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60122 --- Comment #1 from Fran Martinez Fadrique --- Created attachment 32085 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32085&action=edit Test case

[Bug fortran/60122] New: Unexpected warning for uninitialised character variable

2014-02-08 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60122 Bug ID: 60122 Summary: Unexpected warning for uninitialised character variable Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priorit

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #3 from Zhendong Su --- (In reply to Andrew Pinski from comment #2) > I think this is expected. out of bounds warnings come not from the front-end > but the middle-end and are designed not to warn about in dead code. This > code is de

[Bug fortran/55916] Alignment issues with real(16) on i686

2014-02-08 Thread jouko.orava at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916 --- Comment #11 from Jouko Orava --- Just in case there are users who encounter this bug report, here is the single-file workaround. Save the following as nosegfault.c, and follow the instructions in the comments. It can be compiled into a shared

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #8 from Andrew Pinski --- LIM is pulling the out of bounds load out of the loop.

[Bug middle-end/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #2 from Andrew Pin

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #7 from Zhendong Su --- > Should I report the out-out-bound array access warning issue as a separate > report? Thanks. Reported it as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121

[Bug c/60121] gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121 --- Comment #1 from Zhendong Su --- Here is the testcase: - int a, b[1]; int main () { lbl: for (; a; a--) if (b[613]) goto lbl; return 0; }

[Bug c/60121] New: gcc does not warn an obvious out-of-bound array access at -O0 and -O1

2014-02-08 Thread su at cs dot ucdavis.edu
linux-gnu/4.9.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-trunk/configure --prefix=/usr/local/gcc-trunk --enable-languages=c,c++ --disable-werror --enable-multilib Thread model: posix gcc version 4.9.0 20140208 (experimental) [trunk revision 207627] (GCC) $ $ gcc-trunk -W

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #6 from Zhendong Su --- So, it's also a 4.8 regression.

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread su at cs dot ucdavis.edu
8/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.8.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.8/configure --enable-languages=c,c++ Thread model: posix gcc version 4.8.3 20140208 (prerelease) [gcc-4_8-branch revision 207632] (GCC) $ $ gcc -O3 small.c; a.out Segmentation

[Bug ipa/60120] wrong code (for code with the optimize attribute) at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-08 Thread su at cs dot ucdavis.edu
C=gcc COLLECT_LTO_WRAPPER=/home/su/software/local/gcc-4.8/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.8.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.8/configure --enable-languages=c,c++ Thread model: posix gcc version 4.8.3 20140208 (prerelease) [gcc-4_8-branch revision 207632]

[Bug ipa/60120] New: wrong code (for code with the optimize attribute) at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-08 Thread su at cs dot ucdavis.edu
gured with: ../gcc-4.8/configure --enable-languages=c,c++ Thread model: posix gcc version 4.8.3 20140208 (prerelease) [gcc-4_8-branch revision 207632] (GCC) $ $ gcc -m32 -O1 small.c; a.out 2 $ gcc -m64 -Os small.c; a.out 2 $ gcc -m32 -Os small.c; a.out 1 $ $ gcc-4.7.3 -m32 -Os small.c; a.out 2 $ gcc-

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #7 from Mikael Morin --- (In reply to Mikael Morin from comment #6) > (In reply to Mikael Morin from comment #5) > > Patch: > > > doesn't work. :-( ichar's kind argument is optional, so passing a constant number of arguments to gfc_c

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #6 from Mikael Morin --- (In reply to Mikael Morin from comment #5) > Patch: > doesn't work. :-(

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #5 from Mikael Morin --- Patch: diff --git a/gcc/fortran/trans-intrinsic.c b/gcc/fortran/trans-intrinsic.c index 1eb9490..1e1a137 100644 --- a/gcc/fortran/trans-intrinsic.c +++ b/gcc/fortran/trans-intrinsic.c @@ -4690,7 +4690,7 @@ gfc

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #4 from Mikael Morin --- (In reply to Mikael Morin from comment #3) > we evaluate the string lenth into argarray[curr_arg], s/lenth/length/ > but argarray[curr_arg] > is supposed to be the place where the next function argument lies.

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 Mikael Morin changed: What|Removed |Added CC||mikael at gcc dot gnu.org --- Comment #3 f

[Bug fortran/58470] [4.9 Regression] [OOP] ICE on invalid with FINAL procedure and type extension

2014-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58470 janus at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/37336] [F03] Finish derived-type finalization

2014-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37336 Bug 37336 depends on bug 58470, which changed state. Bug 58470 Summary: [4.9 Regression] [OOP] ICE on invalid with FINAL procedure and type extension http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58470 What|Removed

[Bug fortran/58470] [4.9 Regression] [OOP] ICE on invalid with FINAL procedure and type extension

2014-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58470 --- Comment #6 from janus at gcc dot gnu.org --- Author: janus Date: Sat Feb 8 21:32:25 2014 New Revision: 207636 URL: http://gcc.gnu.org/viewcvs?rev=207636&root=gcc&view=rev Log: 2014-02-08 Janus Weil Mikael Morin PR fortran/584

[Bug web/60119] Bugzilla URLs don't work with https.

2014-02-08 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60119 Andrew Pinski changed: What|Removed |Added CC||overseers at gcc dot gnu.org --- Comment

[Bug web/60119] Bugzilla URLs don't work with https.

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60119 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug web/60119] New: Bugzilla URLs don't work with https.

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60119 Bug ID: 60119 Summary: Bugzilla URLs don't work with https. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: web

[Bug fortran/57033] [4.7/4.8/4.9 Regression] ICE on extended derived type and default initialization

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57033 Mikael Morin changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug fortran/57033] [4.7/4.8/4.9 Regression] ICE on extended derived type and default initialization

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57033 --- Comment #7 from Mikael Morin --- Author: mikael Date: Sat Feb 8 20:51:01 2014 New Revision: 207635 URL: http://gcc.gnu.org/viewcvs?rev=207635&root=gcc&view=rev Log: fortran/ PR fortran/57033 * primary.c (gfc_convert_to_structur

[Bug other/59834] [4.9 Regression] g++.dg/cilk-plus/CK/catch_exc.cc

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59834 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug fortran/57033] [4.7/4.8/4.9 Regression] ICE on extended derived type and default initialization

2014-02-08 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57033 --- Comment #6 from Mikael Morin --- Author: mikael Date: Sat Feb 8 20:37:55 2014 New Revision: 207634 URL: http://gcc.gnu.org/viewcvs?rev=207634&root=gcc&view=rev Log: fortran/ PR fortran/57033 * primary.c (gfc_convert_to_struct

[Bug libstdc++/59603] std::random_shuffle tries to swap element with itself

2014-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59603 --- Comment #3 from Jonathan Wakely --- This patch avoids the self-move: index 4c6ca8a..6ce2d21 100644 --- a/libstdc++-v3/include/bits/stl_algo.h +++ b/libstdc++-v3/include/bits/stl_algo.h @@ -4430,7 +4430,12 @@ _GLIBCXX_BEGIN_NAMESPACE_ALGO

[Bug target/60111] [SH] ICE compiling Newlib

2014-02-08 Thread olegendo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60111 Oleg Endo changed: What|Removed |Added CC||olegendo at gcc dot gnu.org --- Comment #1 fr

[Bug fortran/59599] Compiler internal error on intrinsic ichar

2014-02-08 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59599 --- Comment #2 from Fran Martinez Fadrique --- *** Bug 60118 has been marked as a duplicate of this bug. ***

[Bug fortran/60118] Internal compiler error gfc_trans_assignment_1

2014-02-08 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60118 Fran Martinez Fadrique changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/60118] New: Internal compiler error gfc_trans_assignment_1

2014-02-08 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60118 Bug ID: 60118 Summary: Internal compiler error gfc_trans_assignment_1 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: for

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/55916] Alignment issues with real(16) on i686

2014-02-08 Thread jouko.orava at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916 --- Comment #10 from Jouko Orava --- (In reply to Dominique d'Humieres from comment #9) > I can do the testing on darwin (intel d10 and d13, ppc d9). That would be very much appreciated. I've put a tarball and some background info on my web page

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 --- Comment #43 from Denis Kolesnik --- you guys yourself have bad culture if you tell me this is not the place to talk about my not working correctly compiler, but yourself talk about meat.

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 --- Comment #42 from Denis Kolesnik --- do not even try to intrude my pc remotelly!

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 Denis Kolesnik changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug fortran/60110] ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1266

2014-02-08 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60110 janus at gcc dot gnu.org changed: What|Removed |Added Keywords||ice-on-valid-code

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 Andreas Schwab changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 Denis Kolesnik changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 --- Comment #38 from Denis Kolesnik --- if i find a bug I will reopen it and if I find intrusion in my software I will take actions accordingly.

[Bug c++/59598] very simple code using file open for read

2014-02-08 Thread denis.v.koles...@safe-mail.net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59598 --- Comment #37 from Denis Kolesnik --- you are not right in the following: I did not visit sites where would be fair to contaminate my software with viruses and similar code and I do trust(not fully, but enough) to Microsoft support because of th

[Bug fortran/60066] Bad elemental invocation of non-scalar base object

2014-02-08 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60066 --- Comment #11 from Paul Thomas --- Author: pault Date: Sat Feb 8 16:22:46 2014 New Revision: 207633 URL: http://gcc.gnu.org/viewcvs?rev=207633&root=gcc&view=rev Log: 2014-02-08 Paul Thomas PR fortran/60066 * gfortran.dg/elemental_s

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #5 from Manuel López-Ibáñez --- (In reply to Manuel López-Ibáñez from comment #4) > (In reply to Chengnian Sun from comment #2) > > It seems -pedantic and -Woverflow are different. When I issue > > $ gcc-trunk -c -Woverflow s.c > > th

[Bug c/60117] simd reduction clause suppresses simd auto-vectorization when -fopenmp is set

2014-02-08 Thread tprince at computer dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60117 --- Comment #2 from tprince at computer dot org --- Jakub Jelinek requested this PR filing

[Bug c/60117] simd reduction clause suppresses simd auto-vectorization when -fopenmp is set

2014-02-08 Thread tprince at computer dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60117 --- Comment #1 from tprince at computer dot org --- Created attachment 32083 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32083&action=edit f2c style include file

[Bug c/60117] New: simd reduction clause suppresses simd auto-vectorization when -fopenmp is set

2014-02-08 Thread tprince at computer dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60117 Bug ID: 60117 Summary: simd reduction clause suppresses simd auto-vectorization when -fopenmp is set Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: no

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #4 from Zhendong Su --- (In reply to Jakub Jelinek from comment #2) > I have to use something like: > int a, b[1]; > > int > main () > { > lbl: > for (; a; a--) > if (b[1000]) > goto lbl; > > return 0; > } > > to a

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 --- Comment #3 from Zhendong Su --- (In reply to Jakub Jelinek from comment #2) > I have to use something like: > int a, b[1]; > > int > main () > { > lbl: > for (; a; a--) > if (b[1000]) > goto lbl; > > return 0; > } > > to a

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c++/19377] Using declaration in "private" part causes "protected" diagnostic

2014-02-08 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19377 --- Comment #13 from Jonathan Wakely --- FWIW Harald's analysis looks right to me

[Bug fortran/55916] Alignment issues with real(16) on i686

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916 --- Comment #9 from Dominique d'Humieres --- > My hardware selection is very limited, but if someone wishes to test the > possibilities on other hardware, I'd be happy to clean up my benchmarking > code. I can do the testing on darwin (intel d10

[Bug fortran/55916] Alignment issues with real(16) on i686

2014-02-08 Thread jouko.orava at iki dot fi
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55916 Jouko Orava changed: What|Removed |Added CC||jouko.orava at iki dot fi --- Comment #8 fr

[Bug fortran/53077] replace "Illegal preprocessor directive" message with "Ignoring preprocessor directive at %C. Use -cpp to enable the C preprocessor" (a patch by Tobias included)

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53077 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug fortran/58000] Accept OPEN( ... NAME=) with -std=legacy

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58000 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c++/60097] spurious warning about command line option "-Wno-mismatched-tags"

2014-02-08 Thread dan at math dot uiuc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60097 dan at math dot uiuc.edu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug fortran/59612] [F03] iso_fortran_env segfaults with -fdump-fortran-original

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59612 --- Comment #10 from Dominique d'Humieres --- Should not this PR be closed as FIXED?

[Bug c++/60112] bogus error: array subscript is above array bounds

2014-02-08 Thread david.abdurachmanov at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60112 --- Comment #2 from David Abdurachmanov --- Tested today on r207627, still the same result. $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/build1/davidlt/ngcc490/a/slc6_amd64_gcc490/external/gcc/4.9.0-cms/bin/../libexec/gcc/

[Bug fortran/45586] [4.8 Regression] ICE non-trivial conversion at assignment

2014-02-08 Thread pault at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45586 Paul Thomas changed: What|Removed |Added CC||pault at gcc dot gnu.org --- Comment #101 f

[Bug fortran/60091] Misleading error messages in rank-2 pointer assignment to rank-1 target

2014-02-08 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60091 Dominique d'Humieres changed: What|Removed |Added Keywords||diagnostic Status|UNCO

[Bug tree-optimization/58556] [4.9 Regression] gen-vect-26.c / gen-vect-28.c regression merging from r202839 to r202981

2014-02-08 Thread clyon at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58556 --- Comment #7 from clyon at gcc dot gnu.org --- Author: clyon Date: Sat Feb 8 12:14:11 2014 New Revision: 207631 URL: http://gcc.gnu.org/viewcvs?rev=207631&root=gcc&view=rev Log: 2014-02-01 Christophe Lyon Backport from trunk r202875,202

[Bug target/59927] [4.9 Regression] ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it

2014-02-08 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59927 --- Comment #7 from Kai Tietz --- (In reply to Richard Henderson from comment #6) > I'll attempt to test this at some point this weekend, but I'm not > currently in a position to build on x86_64 windows. Kai, can you > fire something off? I wil

[Bug tree-optimization/60115] [4.9 Regression] wrong code at -O3 on x86_64-linux-gnu

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60115 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug translation/52289] translatable string typo: "must not be have"

2014-02-08 Thread schwab at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52289 --- Comment #3 from Andreas Schwab --- Author: schwab Date: Sat Feb 8 09:33:24 2014 New Revision: 207630 URL: http://gcc.gnu.org/viewcvs?rev=207630&root=gcc&view=rev Log: PR translation/52289 * gfortran.dg/coarray_8.f90: Update dg-error match.

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned at

[Bug target/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60116 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org,

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #8 from Jakub Jelinek --- The wrong-code issue is now fixed, but we still don't vectorize this. See http://gcc.gnu.org/ml/gcc-patches/2014-02/msg00514.html for details. Note that without making the two pointer parameters linear on the

[Bug c/59984] OpenMP and Cilk Plus SIMD pragma makes loop incorrect

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59984 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Sat Feb 8 09:10:14 2014 New Revision: 207629 URL: http://gcc.gnu.org/viewcvs?rev=207629&root=gcc&view=rev Log: PR c/59984 * gimplify.c (gimplify_bind_expr): In ORT_SIMD region

[Bug c++/60097] spurious warning about command line option "-Wno-mismatched-tags"

2014-02-08 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60097 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment #

[Bug middle-end/60092] posix_memalign not recognized to derive alias and alignment info

2014-02-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60092 --- Comment #17 from Jakub Jelinek --- Author: jakub Date: Sat Feb 8 09:09:01 2014 New Revision: 207628 URL: http://gcc.gnu.org/viewcvs?rev=207628&root=gcc&view=rev Log: PR middle-end/60092 * tree-ssa-ccp.c (surely_varying_stmt_p): Don't

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #3 from Marek Polacek --- -Woverflow is turned on by default, so it doesn't matter if you specify it or not; what matters here is the -Wpedantic (we have a bug about that discrepancy: PR59753). So yeah, expected.

[Bug rtl-optimization/60116] [4.8/4.9 Regression] wrong code at -Os on x86_64-linux-gnu in 32-bit mode

2014-02-08 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60116 Marc Glisse changed: What|Removed |Added Target||i386-linux-gnu Status|UNCONFIRM

[Bug c++/19377] Using declaration in "private" part causes "protected" diagnostic

2014-02-08 Thread harald at gigawatt dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19377 Harald van Dijk changed: What|Removed |Added CC||harald at gigawatt dot nl --- Comment #

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread chengniansun at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 --- Comment #2 from Chengnian Sun --- It seems -pedantic and -Woverflow are different. When I issue $ gcc-trunk -c -Woverflow s.c then there is no overflow warning. (There is indeed no overflow.) But when I use $ gcc-trunk -c -pedantic s.c the

[Bug c++/60113] Internal compiler error

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60113 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/60114] Incorrect column number for -pedantic and -Wconversion

2014-02-08 Thread mpolacek at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60114 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|