[Bug bootstrap/56689] internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-25 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 Andreas Krebbel changed: What|Removed |Added Attachment #29707|0 |1 is obsolete|

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-03-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comme

[Bug c++/56715] Explicit Reg Vars are being ignored for consts when using g++

2013-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56715 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Co

[Bug bootstrap/56689] internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-25 Thread krebbel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 --- Comment #4 from Andreas Krebbel 2013-03-25 09:14:52 UTC --- phicprop2: : switch (fixed_11(D)) , case 0: , case 1: > vrp2: : switch (fixed_13(D)) , case 1: > : (bb 10) switch (call_used_12(D)) , case 1: > VRP opt

[Bug rtl-optimization/56434] document that __attribute__((__malloc__)) assumes returned pointer has BIGGEST_ALIGNMENT

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug tree-optimization/56717] New: Enhance Dot-product pattern recognition to avoid mult widening.

2013-03-25 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56717 Bug #: 56717 Summary: Enhance Dot-product pattern recognition to avoid mult widening. Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCON

[Bug middle-end/56712] [4.6 Regression] constructor function is called twice

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56712 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRM

[Bug bootstrap/56714] [4.9 regression] Bootstrap failure libitm/local_atomic:1580:3: error: always_inline function might not be inlinable

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56714 Richard Biener changed: What|Removed |Added CC||andi-gcc at firstfloor dot

[Bug c++/56715] Explicit Reg Vars are being ignored for consts when using g++

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56715 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug target/56707] [4.7 regression] ICE in distance_non_agu_define_in_bb for -mtune=atom -O2

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56707 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code Pri

[Bug lto/56706] [4.8/4.9 Regression] failure building CP2K at -flto -O2

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56706 Richard Biener changed: What|Removed |Added Target Milestone|--- |4.8.1 Summary|[4.8 R

[Bug middle-end/56705] 4.8-20130319 misdiagnoses initialized var (regression from 4.7.2)

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56705 Richard Biener changed: What|Removed |Added Keywords||diagnostic, |

[Bug rtl-optimization/55278] [4.8/4.9 Regression] Botan performance regressions apparently due to LRA

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 Richard Biener changed: What|Removed |Added Keywords||missed-optimization P

[Bug tree-optimization/56695] [4.9 Regression] ICE in expand_vec_cond_expr, at optabs.c:6751

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56695 Richard Biener changed: What|Removed |Added Known to work||4.8.0 Target Milestone|---

[Bug c++/56694] [4.8/4.9 Regression] Internal compiler error when compiling OpenMP code

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 Richard Biener changed: What|Removed |Added Status|WAITING |ASSIGNED AssignedTo|una

[Bug tree-optimization/56718] New: Early inlining prevents type based devirtualization

2013-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56718 Bug #: 56718 Summary: Early inlining prevents type based devirtualization Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: norma

[Bug tree-optimization/56718] Early inlining prevents type based devirtualization

2013-03-25 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56718 Martin Jambor changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug bootstrap/56689] [4.9 Regression] internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/56038] declarations in xmmintrin.h conflict with mingw-w64 intrin.h in c++ mode

2013-03-25 Thread net147 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56038 --- Comment #4 from Jonathan Liu 2013-03-25 10:38:33 UTC --- Created attachment 29719 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29719 Add extern "C" modifier in intrinsics headers for C++

[Bug rtl-optimization/55278] [4.8/4.9 Regression] Botan performance regressions apparently due to LRA

2013-03-25 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55278 --- Comment #2 from Jan Hubicka 2013-03-25 11:03:36 UTC --- Yep, Botan tends to be very random, see our benchmarks. I looked into some of the loops and they are very tight written in a bit particular way, so a lot of performance changes a

[Bug c++/56715] Explicit Reg Vars are being ignored for consts when using g++

2013-03-25 Thread goswin-v-b at web dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56715 Goswin von Brederlow changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resol

[Bug c++/56715] Explicit Reg Vars are being ignored for consts when using g++

2013-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56715 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug rtl-optimization/56719] New: missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread felix-gcc at fefe dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 Bug #: 56719 Summary: missed optimization: i > 0x || i*4 > 0x Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread ktietz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 Kai Tietz changed: What|Removed |Added CC||ktietz at gcc dot gnu.org --- Comme

[Bug target/56720] New: ICE when expanding vcond with floating point unordered comparisons

2013-03-25 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56720 Bug #: 56720 Summary: ICE when expanding vcond with floating point unordered comparisons Classification: Unclassified Product: gcc Version: 4.9.0 Status: UN

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 Richard Biener changed: What|Removed |Added Keywords||missed-optimization

[Bug target/56720] ICE when expanding vcond with floating point unordered comparisons

2013-03-25 Thread ktkachov at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56720 --- Comment #1 from ktkachov at gcc dot gnu.org 2013-03-25 12:23:25 UTC --- Created attachment 29721 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29721 Patch to fix ICE on trunk Patch fixing bug on trunk. Will test to ensure it

[Bug c++/56694] [4.8/4.9 Regression] Internal compiler error when compiling OpenMP code

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 --- Comment #6 from Richard Biener 2013-03-25 12:28:55 UTC --- Reduced testcase: class GException { public: class vector_mismatch { public: vector_mismatch(int size1, int size2); }; }; class GVector{ public:

[Bug c++/56694] [4.8/4.9 Regression] Internal compiler error when compiling OpenMP code

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 --- Comment #7 from Richard Biener 2013-03-25 12:49:34 UTC --- It's the lower RESX pass that causes the location to appear. And likely bogus locations in the EH on-the-side info: x = gimple_build_call (fn, 0);

[Bug other/56721] New: libffi.info installed in share/info collides with that from libffi itself

2013-03-25 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56721 Bug #: 56721 Summary: libffi.info installed in share/info collides with that from libffi itself Classification: Unclassified Product: gcc Version: 4.8.0 Sta

[Bug other/56721] libffi.info installed in share/info collides with that from libffi itself

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56721 --- Comment #1 from Richard Biener 2013-03-25 12:53:09 UTC --- Kind of. The default install target should not install libffi. See the patch posted by Matthias Klose.

[Bug middle-end/35308] Straight line strength reduction

2013-03-25 Thread wschmidt at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35308 William J. Schmidt changed: What|Removed |Added Target Milestone|4.8.1 |4.9.0 --- Comment #5 from

[Bug bootstrap/56689] [4.9 Regression] internal compiler error: in get_loop_body, at cfgloop.c:841

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56689 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/54563] [4.7 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2215

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54563 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2013-03-25 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 --- Comment #9 from Wolfgang Bangerth 2013-03-25 13:50:00 UTC --- Vikas: This was fixed in GCC in 2008. The version of GCC you are using (3.4.6) was released in 2006 and the entire 3.4.x tree is in fact from 2004. It is time for you to upg

[Bug preprocessor/33415] Can't compile .cpp file with UTF-8 BOM.

2013-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 --- Comment #10 from Jonathan Wakely 2013-03-25 14:15:17 UTC --- And please don't use Bugzilla for questions about using GCC, use the gcc-help mailing list, thanks.

[Bug bootstrap/50686] [4.7 regression] IRIX 6.5 bootstrap failure: ICE in in lookup_cfa_1, at dwarf2cfi.c:595

2013-03-25 Thread ro at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50686 Rainer Orth changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug other/56721] libffi.info installed in share/info collides with that from libffi itself

2013-03-25 Thread howarth at nitro dot med.uc.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56721 --- Comment #2 from Jack Howarth 2013-03-25 14:24:55 UTC --- Will http://gcc.gnu.org/ml/gcc-patches/2013-02/msg00853.html go into both gcc 4.9 and 4.8.1?

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread felix-gcc at fefe dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 --- Comment #3 from felix-gcc at fefe dot de 2013-03-25 14:41:10 UTC --- @comment 1: maybe it's me but that does not make any sense. 3fff is wrong and the correct value is 3fff? Huh? @comment 2: I extracted this code from a piece of comm

[Bug c++/56694] [4.8/4.9 Regression] Internal compiler error when compiling OpenMP code

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56694 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 --- Comment #4 from Richard Biener 2013-03-25 14:55:45 UTC --- (In reply to comment #3) > @comment 2: I extracted this code from a piece of commercial production > software compiled with gcc. Not sure where you draw the line but to me tha

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread felix-gcc at fefe dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 --- Comment #5 from felix-gcc at fefe dot de 2013-03-25 15:06:02 UTC --- Yes. However I'd hope that fixing this case would mean that gcc also catches the case where it is split to multiple if statements. I think this statement came about

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 --- Comment #6 from Jakub Jelinek 2013-03-25 15:25:53 UTC --- This actually isn't about optimizing away the first compare, but about merging the two conditions into one that is equivalent to those two ored together. The first condition is

[Bug fortran/47034] TRANSFER of C_PTR: Components of structure constructor are PRIVATE

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47034 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/50612] C_FUNLOC takes the wrong address (result variable not function address)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50612 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/47023] C_Sizeof: Rejects valid code

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47023 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/38813] ICE with C_LOC(array)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38813 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/40963] ICE segfault - c_loc with derived type component as argument

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40963 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org K

[Bug fortran/38894] c_f_procpointer/c_f_pointer - add missing argument checking

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38894 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/50269] Wrongly rejects element of assumed-shape array in C_LOC

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/39288] Bind(C): C_LOC of character substrings (F2003 erratum, pending)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39288 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/38536] ICE with C_LOC in resolve.c due to not properly going through expr->ref

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/54263] C_F_POINTER wrongly accepts a SHAPE= for scalar pointers

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54263 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/49023] ICE on invalid code with C_ASSOCIATED

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49023 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/52426] ICE for c_loc with array constructor

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52426 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/55444] Rejects valid code with USE ISO_C_BINDING in BLOCK DATA

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55444 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/55574] [4.7/4.8/4.9 Regression] C binding access to c_ptr type

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55574 --- Comment #4 from Tobias Burnus 2013-03-25 15:54:31 UTC --- Author: burnus Date: Mon Mar 25 15:40:26 2013 New Revision: 197053 URL: http://gcc.gnu.org/viewcvs?rev=197053&root=gcc&view=rev Log: 2013-03-25 Tobias Burnus

[Bug fortran/56079] [4.7/4.8/4.9 Regression] ICE with C_PTR renaming and TRANSFER

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56079 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/55343] Renamed C_PTR entities are not treated as equivalent types.

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55343 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/56378] [4.6/4.7/4.8/4.9 Regression] ICE with C_LOC

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56378 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- C

[Bug fortran/45824] Update expr.c's check_inquiry for C_SIZEOF, compiler_version/_options, etc.

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45824 --- Comment #2 from Tobias Burnus 2013-03-25 15:54:49 UTC --- Author: burnus Date: Mon Mar 25 15:40:26 2013 New Revision: 197053 URL: http://gcc.gnu.org/viewcvs?rev=197053&root=gcc&view=rev Log: 2013-03-25 Tobias Burnus

[Bug middle-end/56719] missed optimization: i > 0xffff || i*4 > 0xffff

2013-03-25 Thread felix-gcc at fefe dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56719 --- Comment #7 from felix-gcc at fefe dot de 2013-03-25 16:01:14 UTC --- I filed this bug because I was under the impression that gcc was already supposed to optimize this out as part of the value range optimizations. You probably know bet

[Bug c++/56722] New: C++11: syntax error in for loop ends in SEGV

2013-03-25 Thread akim.demaille at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56722 Bug #: 56722 Summary: C++11: syntax error in for loop ends in SEGV Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/56722] C++11: syntax error in for loop ends in SEGV

2013-03-25 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56722 Jonathan Wakely changed: What|Removed |Added Keywords||ice-on-invalid-code

[Bug fortran/47034] TRANSFER of C_PTR: Components of structure constructor are PRIVATE

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47034 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/50612] C_FUNLOC takes the wrong address (result variable not function address)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50612 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/47023] C_Sizeof: Rejects valid code

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47023 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/38813] ICE with C_LOC(array)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38813 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/40963] ICE segfault - c_loc with derived type component as argument

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40963 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/38894] c_f_procpointer/c_f_pointer - add missing argument checking

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38894 Tobias Burnus changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/50269] Wrongly rejects element of assumed-shape array in C_LOC

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50269 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/39288] Bind(C): C_LOC of character substrings (F2003 erratum, pending)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39288 --- Comment #4 from Tobias Burnus 2013-03-25 17:50:29 UTC --- FIXED on the 4.9 trunk. (Actually, most cases worked before.)

[Bug fortran/39288] Bind(C): C_LOC of character substrings (F2003 erratum, pending)

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39288 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/54263] C_F_POINTER wrongly accepts a SHAPE= for scalar pointers

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54263 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/49023] ICE on invalid code with C_ASSOCIATED

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49023 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/52426] ICE for c_loc with array constructor

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52426 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/55444] Rejects valid code with USE ISO_C_BINDING in BLOCK DATA

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55444 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/55343] Renamed C_PTR entities are not treated as equivalent types.

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55343 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/38536] ICE with C_LOC in resolve.c due to not properly going through expr->ref

2013-03-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38536 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/56722] C++11: syntax error in for loop ends in SEGV

2013-03-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56722 Paolo Carlini changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unas

[Bug bootstrap/54659] [4.8 Regression] Bootstrap with --disable-nls broken under Windows

2013-03-25 Thread josuegomes at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54659 --- Comment #14 from Josue Andrade Gomes 2013-03-25 18:30:40 UTC --- Not fixed. Still reproducible with final 4.8.0 See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56644

[Bug c++/56723] New: wrong location in error message

2013-03-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56723 Bug #: 56723 Summary: wrong location in error message Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/56724] New: sub-optimal location in error

2013-03-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 Bug #: 56724 Summary: sub-optimal location in error Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/56725] New: extra spaces in error message

2013-03-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56725 Bug #: 56725 Summary: extra spaces in error message Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c/56724] sub-optimal location in error

2013-03-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 --- Comment #1 from Tom Tromey 2013-03-25 18:44:37 UTC --- This affects g++ as well.

[Bug c/56724] sub-optimal location in error

2013-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 --- Comment #2 from Andrew Pinski 2013-03-25 18:45:24 UTC --- (In reply to comment #0) > t.c: In function ‘docall’: > t.c:8:3: warning: passing argument 3 of ‘callf’ from incompatible pointer type > [enabled by default] > If you have many param

[Bug c++/56723] wrong location in error message

2013-03-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56723 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/56724] sub-optimal location in error

2013-03-25 Thread tromey at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56724 --- Comment #3 from Tom Tromey 2013-03-25 18:46:47 UTC --- (In reply to comment #2) > Though it does say the 3rd argument though. Sure, it is just nicer if the compiler counts commas instead of me doing it.

[Bug target/56726] New: i386: MALLOC_ABI_ALIGNMENT is too small (usually)

2013-03-25 Thread chip at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56726 Bug #: 56726 Summary: i386: MALLOC_ABI_ALIGNMENT is too small (usually) Classification: Unclassified Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal

[Bug rtl-optimization/56434] document that __attribute__((__malloc__)) assumes returned pointer has BIGGEST_ALIGNMENT

2013-03-25 Thread chip at pobox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56434 --- Comment #12 from Chip Salzenberg 2013-03-25 19:15:10 UTC --- Thank you. I've filed #56726 with a patch to update MALLOC_ABI_ALIGNMENT on i386.

[Bug c/56727] New: [4.7/4.8] [missed-optimization] Recursive call goes through the PLT unnecessarily

2013-03-25 Thread thiago at kde dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56727 Bug #: 56727 Summary: [4.7/4.8] [missed-optimization] Recursive call goes through the PLT unnecessarily Classification: Unclassified Product: gcc Version: 4.7.2

[Bug middle-end/56727] [4.7/4.8] [missed-optimization] Recursive call goes through the PLT unnecessarily

2013-03-25 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56727 Andrew Pinski changed: What|Removed |Added Component|c |middle-end --- Comment #1 from

[Bug target/56726] i386: MALLOC_ABI_ALIGNMENT is too small (usually)

2013-03-25 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56726 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Commen

[Bug fortran/52512] Cannot match namelist object name

2013-03-25 Thread t...@tilo-schwarz.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512 Tilo Schwarz changed: What|Removed |Added CC||t...@tilo-schwarz.de --- Comment

[Bug c++/56728] New: ICE using constexpr initialization and arrays

2013-03-25 Thread npl at chello dot at
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56728 Bug #: 56728 Summary: ICE using constexpr initialization and arrays Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal

[Bug c++/52014] [c++0x] Segfault When `decltype` Used in Nested Lambda Function Defined in Class Member Function

2013-03-25 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52014 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/56722] C++11: syntax error in for loop ends in SEGV

2013-03-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56722 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libgcj/54100] Problems building libjava on AIX 5.2

2013-03-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54100 David Edelsohn changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/56728] [4.8/4.9 Regression] ICE using constexpr initialization and arrays

2013-03-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56728 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/38607] AIX error messages about TOC during build

2013-03-25 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38607 David Edelsohn changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

  1   2   >