[Bug other/53615] Buffer overflow in the compiler?

2012-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53615 Eric Botcazou changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug rtl-optimization/54133] regrename introduces additional dependencies

2012-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54133 Eric Botcazou changed: What|Removed |Added CC||ebotcazou at gcc dot |

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug c/54088] ICE at dwarf2out.c:20632 with -O1 -g

2012-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54088 Eric Botcazou changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug tree-optimization/50672] [4.7/4.8 Regression] ice: verify_ssa failed: no immediate_use list

2012-08-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50672 Richard Guenther changed: What|Removed |Added Status|REOPENED|ASSIGNED AssignedTo|tom at cod

[Bug c++/48914] #pragma GCC diagnostic ignored "-Wc++0x-compat" doesn't work

2012-08-02 Thread asmwarrior at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48914 --- Comment #5 from asmwarrior 2012-08-02 08:28:10 UTC --- (In reply to comment #4) > We are Code::Blocks' developers, we see the same annoying warnings, hope it > will be fixed. Thanks. > See: > http://forums.codeblocks.org/index.php/topic,16670

[Bug fortran/54159] New: Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread jonathan.hogg at stfc dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 Bug #: 54159 Summary: Fortran quad precision rounding seemingly nonsensical Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal

[Bug fortran/54147] [F03] Interface checks for PPCs & deferred TBPs

2012-08-02 Thread janus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54147 --- Comment #4 from janus at gcc dot gnu.org 2012-08-02 08:58:01 UTC --- Author: janus Date: Thu Aug 2 08:57:58 2012 New Revision: 190069 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190069 Log: 2012-08-02 Janus Weil PR fortran/5

[Bug fortran/54147] [F03] Interface checks for PPCs & deferred TBPs

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

[Bug middle-end/54154] cprop_hardreg generates redundant instructions

2012-08-02 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54154 --- Comment #5 from Paulo J. Matos 2012-08-02 09:34:03 UTC --- I have now a patch for this which I will submit shortly.

[Bug c++/54158] [4.6, 4.7, 4.8 Regression] Silently accepts sizeof to non-static member without object in C++03 mode

2012-08-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54158 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/50672] [4.7/4.8 Regression] ice: verify_ssa failed: no immediate_use list

2012-08-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50672 --- Comment #19 from Richard Guenther 2012-08-02 09:43:19 UTC --- Author: rguenth Date: Thu Aug 2 09:43:14 2012 New Revision: 190070 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190070 Log: 2012-08-02 Richard Guenther PR tree-o

[Bug tree-optimization/50672] [4.7/4.8 Regression] ice: verify_ssa failed: no immediate_use list

2012-08-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50672 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/50672] [4.7/4.8 Regression] ice: verify_ssa failed: no immediate_use list

2012-08-02 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50672 Richard Guenther changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/54158] [4.6, 4.7, 4.8 Regression] Silently accepts sizeof to non-static member without object in C++03 mode

2012-08-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54158 --- Comment #2 from Jonathan Wakely 2012-08-02 09:45:06 UTC --- Ah, it was changed by a DR (http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#613) not a C++11 proposal, so supporting it in C++03 mode is probably intentional.

[Bug middle-end/54154] cprop_hardreg generates redundant instructions

2012-08-02 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54154 --- Comment #6 from Paulo J. Matos 2012-08-02 09:58:55 UTC --- Created attachment 27926 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27926 regcprop patch to remove redundant moves This patch seems to fix 54154. I am not sure its generic e

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-02 Thread steven at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 Steven Bosscher changed: What|Removed |Added Component|middle-end |tree-optimization Summary|Ve

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-02 Thread dshanke at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 --- Comment #2 from damz 2012-08-02 10:02:46 UTC --- (In reply to comment #1) > > /*** COMPILATION OUTPUT ***/ > > bash-3.2# gcc -o test1 test.cpp -m32 -mcpu=ultrasparc -lstdc++ > > /usr/local/bin/ld: target elf32-sparc not fou

[Bug middle-end/54154] cprop_hardreg generates redundant instructions

2012-08-02 Thread Paulo.Matos at csr dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54154 --- Comment #7 from Paulo J. Matos 2012-08-02 10:05:40 UTC --- (In reply to comment #6) > With send it to gcc-patches. 's/With/Will/'

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-02 Thread dshanke at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 --- Comment #3 from damz 2012-08-02 10:08:44 UTC --- Note: My gcc libraries are available at the /usr/local/gcc-4.4.4/lib whereas I ran the sed command on usr/lib/lib*.so

[Bug testsuite/53664] neon-testgen.ml generates duplicate scan-assembler directives

2012-08-02 Thread ramrad01 at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53664 --- Comment #15 from ramrad01 at arm dot com 2012-08-02 10:10:47 UTC --- On 08/02/12 00:35, janis at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53664 > > --- Comment #14 from Janis Johnson 2012-08-01 > 23:35:12 UTC --- >

[Bug rtl-optimization/54133] regrename introduces additional dependencies

2012-08-02 Thread amker.cheng at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54133 --- Comment #7 from amker.cheng 2012-08-02 10:18:41 UTC --- (In reply to comment #6) > > In experiment, if I disable r0/r1 from renaming, most regressions observed > > in > > CSiBE are gone. > > > > So how should this be fixed? Thanks. > > The

[Bug c++/54111] function return type template deduction

2012-08-02 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54111 --- Comment #2 from Jonathan Wakely 2012-08-02 10:18:44 UTC --- FWIW Clang 3.2 accepts bug-int?.cc and rejects bug-u?.cc

[Bug fortran/54159] Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/54146] Very slow compile with attribute((flatten))

2012-08-02 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 --- Comment #13 from rguenther at suse dot de 2012-08-02 10:35:56 UTC --- On Thu, 2 Aug 2012, steven at gcc dot gnu.org wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54146 > > Steven Bosscher changed: > >What|Removed

[Bug fortran/54159] Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 --- Comment #2 from Tobias Burnus 2012-08-02 10:37:56 UTC --- Actually, you can also change the rounding mode by calling the following C program from your Fortran program. /*/ #include void set_round (void) { /* FE_TONE

[Bug c++/54158] [4.6, 4.7, 4.8 Regression] Silently accepts sizeof to non-static member without object in C++03 mode

2012-08-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54158 Paolo Carlini changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/54158] [4.6, 4.7, 4.8 Regression] Silently accepts sizeof to non-static member without object in C++03 mode

2012-08-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54158 --- Comment #4 from Paolo Carlini 2012-08-02 10:51:32 UTC --- 2009-03-31 Jason Merrill C++ DR 613 * semantics.c (finish_non_static_data_member): Allow such references without an associated object in sizeof/decltype/alignof.

[Bug c++/54111] function return type template deduction

2012-08-02 Thread leonid at volnitsky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54111 --- Comment #3 from Leonid Volnitsky 2012-08-02 11:13:26 UTC --- if in bug-int2.cc (and only in this file) to replace tuple with pair - it becomes accepted by any gcc version.

[Bug fortran/54159] Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug fortran/54159] Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread jonathan.hogg at stfc dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 --- Comment #4 from Jonathan Hogg 2012-08-02 11:37:17 UTC --- I can confirm that if we fiddle the fp rounding mode using a bit of C (very similar to the one you just suggested) then the problem goes away for this example. With your clue and loo

[Bug c++/54111] function return type template deduction

2012-08-02 Thread leonid at volnitsky dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54111 --- Comment #4 from Leonid Volnitsky 2012-08-02 13:12:44 UTC --- Please disregard my last message (about std::pair) - it was incorrect.

[Bug target/54087] __atomic_fetch_add does not use xadd instruction

2012-08-02 Thread drepper.fsp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54087 --- Comment #4 from Ulrich Drepper 2012-08-02 14:33:19 UTC --- One more data point. In a micro-benchmark which uses realistic code used in production the change from __sync_sub_and_fetch(var, constant) to __sync_add_and_fetch(var, -cons

[Bug c++/54155] Newly compiled GCC 4.4.4 on Solaris sparc gives problem with -m32/-m64 flags

2012-08-02 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54155 Eric Botcazou changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug fortran/54159] Fortran quad precision rounding seemingly nonsensical

2012-08-02 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54159 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug preprocessor/54160] New: gcc should not define __OBJC2__ when lang is not set to ObjC (gcc 4.6 and later)

2012-08-02 Thread jeremyhu at macports dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54160 Bug #: 54160 Summary: gcc should not define __OBJC2__ when lang is not set to ObjC (gcc 4.6 and later) Classification: Unclassified Product: gcc Version: 4.8.0 Status

[Bug fortran/53876] [4.8 Regression] [OOP] ICE with class array

2012-08-02 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53876 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #3

[Bug target/53961] internal compiler error: in memory_address_length, at config/i386/i386.c:23341

2012-08-02 Thread uros at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53961 --- Comment #21 from uros at gcc dot gnu.org 2012-08-02 16:24:35 UTC --- Author: uros Date: Thu Aug 2 16:24:25 2012 New Revision: 190089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190089 Log: Backport from mainline 2012-07-24

[Bug target/53961] internal compiler error: in memory_address_length, at config/i386/i386.c:23341

2012-08-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53961 Uros Bizjak changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug other/53615] Buffer overflow in the compiler?

2012-08-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53615 --- Comment #7 from Georg-Johann Lay 2012-08-02 16:45:24 UTC --- (In reply to comment #6) > You should run the compiler under Valgrind and see whether it complains. I never built the compiler with valgrind support. Is the a comprehensible docum

[Bug middle-end/53865] [4.8 Regression] 176.gcc in SPEC CPU 2000 failed to build with LTO

2012-08-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53865 --- Comment #5 from hjl at gcc dot gnu.org 2012-08-02 16:58:42 UTC --- Author: hjl Date: Thu Aug 2 16:58:33 2012 New Revision: 190090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190090 Log: Add free inline summary pass after pass_earl

[Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-08-02 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 --- Comment #25 from hjl at gcc dot gnu.org 2012-08-02 16:58:41 UTC --- Author: hjl Date: Thu Aug 2 16:58:33 2012 New Revision: 190090 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190090 Log: Add free inline summary pass after pass_ear

[Bug bootstrap/54128] GCC does not bootstrap on little endian mips due to mis-compare on tree-data-ref.c

2012-08-02 Thread sje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54128 Steve Ellcey changed: What|Removed |Added Status|WAITING |NEW

[Bug other/50925] [4.6/4.7/4.8 Regression][avr] ICE at spill_failure, at reload1.c:2118

2012-08-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 Georg-Johann Lay changed: What|Removed |Added Last reconfirmed|2012-02-17 00:00:00 |2012-08-02 0:00 --- Comment #24 from G

[Bug libfortran/30162] I/O with named pipes does not work

2012-08-02 Thread iliev at rz dot rwth-aachen.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30162 Hristo Iliev changed: What|Removed |Added CC||iliev at rz dot |

[Bug other/50925] [4.6/4.7/4.8 Regression][avr] ICE at spill_failure, at reload1.c:2118

2012-08-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50925 --- Comment #25 from Georg-Johann Lay 2012-08-02 17:34:40 UTC --- (In reply to comment #24) > The kook isn't even called once... My bad... The hook IS called, but it does not help with this bug.

[Bug target/54087] __atomic_fetch_add does not use xadd instruction

2012-08-02 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54087 --- Comment #5 from Uros Bizjak 2012-08-02 17:35:30 UTC --- Created attachment 27927 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27927 Patch that introduces atomic_fetch_sub with const_int operands This patch introduces atomic_fetch_sub:

[Bug c++/54161] New: sizeof(void) expressions are accepted

2012-08-02 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54161 Bug #: 54161 Summary: sizeof(void) expressions are accepted Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug middle-end/53321] [4.8 Regression] LTO bootstrap failed with bootstrap-profiled

2012-08-02 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53321 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug rtl-optimization/52543] lower-subreg.c: code bloat of 300%-400% for multi-word memory splits

2012-08-02 Thread gjl at gcc dot gnu.org
n't split), the code bloat returns. Just suppose the examples given in comment #0 long readx (const __memx long *p) { return *p; } long read0 (const __flash long *p) { return *p; } with "GCC: (GNU) 4.8.0 20120802 (experimental)" and -S -Os -dp -mmcu=avr5 -fno-split-wide-t

[Bug rtl-optimization/52543] lower-subreg.c: code bloat of 300%-400% for multi-word memory splits

2012-08-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52543 --- Comment #11 from Georg-Johann Lay 2012-08-02 18:37:18 UTC --- Created attachment 27928 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27928 /local/gnu/patches/pr52543-undo-185605.diff Just for reference: Here is the patch that undoes th

[Bug rtl-optimization/52543] lower-subreg.c: code bloat of 300%-400% for multi-word memory splits

2012-08-02 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52543 Georg-Johann Lay changed: What|Removed |Added CC||pinskia at gcc dot gnu.org --- Comment

[Bug c++/54161] sizeof(void) expressions are accepted

2012-08-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54161 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1 f

[Bug c++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions

2012-08-02 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213 --- Comment #11 from paolo at gcc dot gnu.org 2012-08-02 18:45:04 UTC --- Author: paolo Date: Thu Aug 2 18:44:58 2012 New Revision: 190093 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190093 Log: /cp 2012-08-02 Jason Merrill

[Bug c++/51213] [C++11][DR 1170] Access control checking has to be done under SFINAE conditions

2012-08-02 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51213 Paolo Carlini changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug fortran/48820] TR 29113: Implement parts needed for MPI 3

2012-08-02 Thread mikael at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48820 --- Comment #20 from Mikael Morin 2012-08-02 19:48:55 UTC --- Author: mikael Date: Thu Aug 2 19:48:50 2012 New Revision: 190098 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190098 Log: fortran/ PR fortran/48820 * trans-array.c

[Bug tree-optimization/53805] combine_comparisons changes trapping behavior

2012-08-02 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53805 --- Comment #10 from Marc Glisse 2012-08-02 19:54:47 UTC --- Author: glisse Date: Thu Aug 2 19:54:43 2012 New Revision: 190100 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190100 Log: 2012-08-02 Marc Glisse PR tree-optimization

[Bug c++/54161] sizeof(void) expressions are accepted

2012-08-02 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54161 --- Comment #2 from Daniel Krügler 2012-08-02 20:13:29 UTC --- (In reply to comment #1) > Jason can you double check whether we > want to reject even without -pedantic? I hope it will be active even without -pedantic > Anyway, Daniel, it would

[Bug c++/54161] sizeof(void) expressions are accepted

2012-08-02 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54161 --- Comment #3 from Jason Merrill 2012-08-02 20:34:52 UTC --- A SFINAE testcase that doesn't depend on core 1172 would be template auto f(int) -> char; template auto f(...) -> char(&)[2]; static_assert(sizeof(f(0)) != 1, ""); // OK - Oops stat

[Bug c++/54161] sizeof(void) expressions are accepted

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

[Bug target/51931] No support for MIPS16 long branches

2012-08-02 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51931 --- Comment #2 from rsandifo at gcc dot gnu.org 2012-08-02 21:32:02 UTC --- Author: rsandifo Date: Thu Aug 2 21:31:57 2012 New Revision: 190104 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=190104 Log: gcc/ PR target/51931 * con

[Bug c/54162] New: Does not accept static global anonymous unions or structs

2012-08-02 Thread josh at joshtriplett dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54162 Bug #: 54162 Summary: Does not accept static global anonymous unions or structs Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug c/54162] Does not accept static global anonymous unions or structs

2012-08-02 Thread joseph at codesourcery dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54162 --- Comment #1 from joseph at codesourcery dot com 2012-08-02 23:23:19 UTC --- On Thu, 2 Aug 2012, josh at joshtriplett dot org wrote: > C1X, and numerous other compilers, support static anonymous unions or structs > at file scope. For example,

[Bug c++/54158] [4.6, 4.7, 4.8 Regression] Silently accepts sizeof to non-static member without object in C++03 mode

2012-08-02 Thread ai.azuma at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54158 --- Comment #5 from Ai Azuma 2012-08-03 02:05:45 UTC --- Well, I'm a bit confused. So I would like to make sure some points. > Ah, it was changed by a DR > (http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#613) not a C++11 > proposal

[Bug target/54087] __atomic_fetch_add does not use xadd instruction

2012-08-02 Thread drepper.fsp at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54087 --- Comment #6 from Ulrich Drepper 2012-08-03 02:16:57 UTC --- (In reply to comment #5) > This patch introduces atomic_fetch_sub: Seems to work nicely.