[Bug c++/52212] friend declaration doesn't see previous friend of same function

2012-02-11 Thread igodard at pacbell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52212 --- Comment #1 from Ivan Godard 2012-02-12 07:46:10 UTC --- p.s. FWIW, clang accepts this and Comeau does not.

[Bug c++/52212] New: friend declaration doesn't see previous friend of same function

2012-02-11 Thread igodard at pacbell dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52212 Bug #: 52212 Summary: friend declaration doesn't see previous friend of same function Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED

[Bug go/51874] Many libgo testsuite failures on Solaris, IRIX

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #9 from Andrew Pinski 2012-02-12 06:55:18 UTC --- (In reply to comment #7) > I have not tested on Irix. To be honest I am far less interested in Irix than > I am in Solaris. Can you still buy a new Irix system? Not know I know of.

[Bug go/52084] go tests fail to link on powerpc-linux-gnu (undefined reference to __sync_add_and_fetch_8)

2012-02-11 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52084 Ian Lance Taylor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug go/52084] go tests fail to link on powerpc-linux-gnu (undefined reference to __sync_add_and_fetch_8)

2012-02-11 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52084 --- Comment #1 from ian at gcc dot gnu.org 2012-02-12 06:23:13 UTC --- Author: ian Date: Sun Feb 12 06:23:08 2012 New Revision: 184138 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184138 Log: PR go/52084 libgo: Provide more __sync f

[Bug go/51874] Many libgo testsuite failures on Solaris, IRIX

2012-02-11 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #8 from Ian Lance Taylor 2012-02-12 06:05:36 UTC --- Sorry, I should clarify that I don't see any failures on Solaris if I patch the compiler to avoid PR 51921.

[Bug go/51874] Many libgo testsuite failures on Solaris, IRIX

2012-02-11 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #7 from Ian Lance Taylor 2012-02-12 06:04:42 UTC --- In current mainline I'm not aware of any test failures on Solaris. The SPARC Solaris system I am using is very slow and I do see some timeouts. However, I do not see any more actu

[Bug go/51874] Many libgo testsuite failures on Solaris, IRIX

2012-02-11 Thread ian at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51874 --- Comment #6 from ian at gcc dot gnu.org 2012-02-12 06:00:42 UTC --- Author: ian Date: Sun Feb 12 06:00:34 2012 New Revision: 184137 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184137 Log: PR go/51874 * go.test/go-test.exp (g

[Bug go/47656] libgo.so has writable executable stack

2012-02-11 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47656 --- Comment #4 from Ian Lance Taylor 2012-02-12 05:59:42 UTC --- Yes, __builtin_init_heap_trampoline is new for 4.7. Sorry for not answering earlier, I missed the e-mail message somehow.

[Bug tree-optimization/15017] compare with casts (equal) are not removed in forwprop

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15017 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug middle-end/31531] A microoptimization of isnegative of signed integer

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531 --- Comment #8 from Andrew Pinski 2012-02-12 04:39:01 UTC --- forwprop already handles: int f(int a) { int b = ~a; return b<0; } It just needs to handle: int f(unsigned a) { int b = ~a; return b<0; }

[Bug middle-end/31531] A microoptimization of isnegative of signed integer

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug middle-end/31531] A microoptimization of isnegative of signed integer

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31531 --- Comment #6 from Andrew Pinski 2012-02-12 04:35:53 UTC --- The shortest testcase for the problem function: int isnegative_optimized_4(unsigned int X) { int result; // Y is the conditional expression of if-else. if ((~X) >> 31) result = 0

[Bug tree-optimization/15459] [meta-bug] there should be a tree combiner like the rtl one

2012-02-11 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15459 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug target/52205] SPARC Solaris 2.11 unwind through signal handler fails with -fnon-call-exceptions

2012-02-11 Thread ian at airs dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52205 Ian Lance Taylor changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug bootstrap/52172] [4.7 Regression] stage 3 Bootstrap comparison failure on FreeBSD ia64

2012-02-11 Thread mexas at bristol dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52172 --- Comment #8 from Anton Shterenlikht 2012-02-11 22:01:52 UTC --- bear with me.. # pwd /usr/ports/lang/gcc47/work/build/stage2-gcc # cat stage2-command /usr/ports/lang/gcc47/work/build/./stage2-gcc/g++ -fcompare-debug -save-temps -B/usr/ports

[Bug translation/52211] New: Typo in translatable string: "-fdisble" ("-fdisable")

2012-02-11 Thread stigge at antcom dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52211 Bug #: 52211 Summary: Typo in translatable string: "-fdisble" ("-fdisable") Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal

[Bug ada/48835] Porting GNAT to GNU/Linux/m68k

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

[Bug c/52210] New: vect_model_simple_cost: reading uninitialised memory

2012-02-11 Thread dcb314 at hotmail dot com
on latest trunk dated 20120211 on an AMD x86_64 box. Valgrind said ==6796== Conditional jump or move depends on uninitialised value(s) ==6796==at 0xAECAC5: vect_model_simple_cost(_stmt_vec_info*, int, vect_def_type*, _slp_tree*) (tree-vect-stmts.c:800) ==6796==by 0xB17

[Bug rtl-optimization/52203] ICE: in reset_sched_cycles_in_current_ebb, at sel-sched.c:7136 with -fsel-sched-pipelining -fselective-scheduling2 and other custom flags

2012-02-11 Thread abel at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52203 Andrey Belevantsev changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassign

[Bug other/52207] License on gcc/doc/include/gcc-common.texi screws up the licenses of many other documents.

2012-02-11 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52207 Joseph S. Myers changed: What|Removed |Added CC||gerald at pfeifer dot com --- Comment #

[Bug fortran/52117] allocated arrays give incorrect results when used with RESHAPE in gcc v4.6.2

2012-02-11 Thread sphirshman at yahoo dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52117 --- Comment #12 from steven hirshman 2012-02-11 12:08:02 UTC --- Thank you for your reply. I'll check with my coworker about that. From: burnus at gcc dot gnu.org To: sphirsh...@yahoo.com Sent: Saturday, February 11, 2012 6:40 AM Subject: [Bu

[Bug fortran/52117] allocated arrays give incorrect results when used with RESHAPE in gcc v4.6.2

2012-02-11 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52117 --- Comment #11 from Tobias Burnus 2012-02-11 11:40:36 UTC --- (In reply to comment #9) > We have a problem in v4.6.2 with the following (using the std=f95 flag): > There seems to have been a limitation in past versions of gfortran with > allocat

[Bug target/51445] g++ sometimes miscompiles code for the avr target

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

[Bug target/46779] [4.4/4.5/4.6 Regression][avr] wrong code generation for values held in R28/R29

2012-02-11 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46779 Georg-Johann Lay changed: What|Removed |Added CC||dhowells at redhat dot com --- Comment

[Bug target/51921] [4.6/4.7 regression] EH unwinding support is broken

2012-02-11 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51921 --- Comment #12 from Eric Botcazou 2012-02-11 10:50:53 UTC --- > Did the revert fix any regression that was reported as a bug and has gotten > a testcase? If not, then the proper way to address this new regression is > to revert the revert espec

[Bug target/52205] SPARC Solaris 2.11 unwind through signal handler fails with -fnon-call-exceptions

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

[Bug fortran/38114] unneeded temp

2012-02-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38114 Thomas Koenig changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug middle-end/52209] [4.7 Regression] wrong code at -O0

2012-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52209 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug c++/51910] [4.7 Regression] -frepo linking failure

2012-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51910 Jakub Jelinek changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug rtl-optimization/52175] [4.7 regression] ICE in maybe_record_trace_start after invalid dbr_schedule transformation

2012-02-11 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52175 rsand...@gcc.gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug rtl-optimization/52175] [4.7 regression] ICE in maybe_record_trace_start after invalid dbr_schedule transformation

2012-02-11 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52175 --- Comment #2 from rsandifo at gcc dot gnu.org 2012-02-11 09:00:47 UTC --- Author: rsandifo Date: Sat Feb 11 09:00:42 2012 New Revision: 184128 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184128 Log: gcc/ PR rtl-optimization/52175

[Bug c++/39055] [DR 1443][4.4/4.5/4.6/4.7 regression] questionable default parameter of a member function accepted

2012-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39055 Jason Merrill changed: What|Removed |Added Status|SUSPENDED |NEW Summary|questionable defau

[Bug c++/51910] [4.7 Regression] -frepo linking failure

2012-02-11 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51910 --- Comment #18 from Jason Merrill 2012-02-11 08:50:27 UTC --- Author: jason Date: Sat Feb 11 08:50:23 2012 New Revision: 184127 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184127 Log: PR c++/51910 * tlink.c (demangled_hash_ent

[Bug debug/52132] [4.7 Regression] ICE in loc_descriptor

2012-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52132 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug debug/52132] [4.7 Regression] ICE in loc_descriptor

2012-02-11 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52132 --- Comment #5 from Jakub Jelinek 2012-02-11 08:27:41 UTC --- Author: jakub Date: Sat Feb 11 08:27:30 2012 New Revision: 184126 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184126 Log: PR debug/52132 * reg-stack.c (subst_stack_r