[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 --- Comment #17 from Jakub Jelinek 2012-01-26 08:02:50 UTC --- Doing it in get_inner_reference sounds like a risky change though. E.g. Richard's PR51750 change would need to be adjusted to match it.

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 Uros Bizjak changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #18

[Bug target/52006] New: [4.7 Regression] ARM ICE on

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52006 Bug #: 52006 Summary: [4.7 Regression] ARM ICE on Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: n

[Bug target/52006] [4.7 Regression] ARM ICE with incorrectly peepholed tls_load_dot_plus_eight

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52006 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug target/52006] [4.7 Regression] ARM ICE with incorrectly peepholed tls_load_dot_plus_eight

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52006 Jakub Jelinek changed: What|Removed |Added Known to work||4.6.3 Target Milestone|---

[Bug target/52006] [4.7 Regression] ARM ICE with incorrectly peepholed tls_load_dot_plus_eight

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52006 --- Comment #1 from Jakub Jelinek 2012-01-26 09:35:30 UTC --- Created attachment 26471 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26471 gcc47-pr52006.patch Untested fix.

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 --- Comment #19 from Richard Guenther 2012-01-26 10:01:23 UTC --- I agree, all callers of get_inner_reference need to cope with a negative bitpos. Those that forward it unchecked to functions that expect an unsigned bitpos are broken. Thus I th

[Bug c/52007] New: configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread chilakaravikumar at yahoo dot co.in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 Bug #: 52007 Summary: configure: error: installation or configuration problem: C compiler cannot create executables Classification: Unclassified Product: gcc Version: 4.2.4

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 Andrew Pinski changed: What|Removed |Added Severity|critical|normal

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread chilakaravikumar at yahoo dot co.in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 --- Comment #2 from chilaka 2012-01-26 10:28:52 UTC --- (In reply to comment #1) > You should look into config.log to find out why it fails. Also don't build in > the source directory. I bet you don't have all the right packages installed > to

[Bug c++/52008] New: [C++0x] ICE when adding partial specialization for variadic-templated structure

2012-01-26 Thread ethouris at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52008 Bug #: 52008 Summary: [C++0x] ICE when adding partial specialization for variadic-templated structure Classification: Unclassified Product: gcc Version: 4.7.0 Status:

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread chilakaravikumar at yahoo dot co.in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 --- Comment #3 from chilaka 2012-01-26 10:39:37 UTC --- (In reply to comment #2) > (In reply to comment #1) > > You should look into config.log to find out why it fails. Also don't build > > in > > the source directory. I bet you don't have al

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 Jakub Jelinek changed: What|Removed |Added Status|WAITING |RESOLVED CC|

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 --- Comment #5 from Jonathan Wakely 2012-01-26 10:41:20 UTC --- The problem you're facing is that you didn't read the documentation on installing GCC, starting at http://gcc.gnu.org/install/ and summarised at http://gcc.gnu.org/wiki/InstallingGCC

[Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457

2012-01-26 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985 Ramana Radhakrishnan changed: What|Removed |Added CC||ramana at gcc dot gnu.org --- Comm

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 --- Comment #6 from Jonathan Wakely 2012-01-26 10:44:35 UTC --- (In reply to comment #3) > > Now I have ran autoconf and then ./configure. Here is content of config.log > > #/usr/local/bin/autoconf -v > # ./configure Why have you done that?

[Bug bootstrap/52007] configure: error: installation or configuration problem: C compiler cannot create executables

2012-01-26 Thread chilakaravikumar at yahoo dot co.in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52007 --- Comment #7 from chilaka 2012-01-26 10:49:12 UTC --- Thanks for the inputs.

[Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51985 --- Comment #10 from Jakub Jelinek 2012-01-26 10:55:20 UTC --- Author: jakub Date: Thu Jan 26 10:55:12 2012 New Revision: 183556 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183556 Log: PR bootstrap/51985 * src/c++98/Makefile.am

[Bug bootstrap/51985] [4.7 Regression] Bootstrap failure due to revision 183457

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

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 --- Comment #20 from Eric Botcazou 2012-01-26 11:00:33 UTC --- > Eric, you should know this area the best - what do you recommend here? > [we could assert in the unsigned bitpos taking functions that the MSB > is not set on bitpos] I agree that

[Bug c++/52008] [C++0x] ICE when adding partial specialization for variadic-templated structure

2012-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52008 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/52003] warning about (un)existing return statement in the main function declared 'noreturn'

2012-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52003 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/52000] cross-jumping drops MEM attributes even when it makes no changes to the code

2012-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52000 --- Comment #2 from Richard Guenther 2012-01-26 11:21:33 UTC --- It also calls merge_notes (so I suppose might drop REG_EQUAL notes). Both should be delayed to commit time.

[Bug c++/51641] Lookup finds enclosing class member instead of template parameter

2012-01-26 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51641 --- Comment #1 from Dodji Seketeli 2012-01-26 12:36:25 UTC --- I candidate patch was sent to http://gcc.gnu.org/ml/gcc-patches/2012-01/msg01371.html

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #11 from Jakub Jelinek 2012-01-26 13:01:58 UTC --- What about the other files that use __sync_* in libstdc++? include/tr1/shared_ptr.h, include/bits/shared_ptr_base.h, include/profile/impl/profiler_state.h, libsupc++/guard.cc and part

[Bug tree-optimization/52009] New: Another missed tail merging opportunity

2012-01-26 Thread vries at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52009 Bug #: 52009 Summary: Another missed tail merging opportunity Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: minor Priority: P

[Bug tree-optimization/48794] [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop

2012-01-26 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48794 --- Comment #9 from Michael Matz 2012-01-26 13:25:06 UTC --- Author: matz Date: Thu Jan 26 13:24:58 2012 New Revision: 183559 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183559 Log: PR tree-optimization/48794 * tree-eh.c (remov

[Bug middle-end/51959] [4.7 Regression] ICE in set_mem_alias_set, at emit-rtl.c:1884

2012-01-26 Thread ebotcazou at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51959 Eric Botcazou changed: What|Removed |Added Component|target |middle-end --- Comment #5 from Eric Botca

[Bug tree-optimization/48794] [4.7 Regression] ICE: SIGSEGV in remap_eh_region_nr (tree-inline.c:1194) with -Os -fopenmp -fexceptions -fno-tree-ccp -fno-tree-copy-prop

2012-01-26 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48794 Michael Matz changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread amacleod at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #12 from Andrew Macleod 2012-01-26 13:57:56 UTC --- (In reply to comment #11) > What about the other files that use __sync_* in libstdc++? I would change the bare minimum... Every change is a risk of some sort this late n the game.

[Bug middle-end/51895] [4.7 Regression] ICE in simplify_subreg

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51895 --- Comment #18 from Jakub Jelinek 2012-01-26 14:09:34 UTC --- Author: jakub Date: Thu Jan 26 14:09:29 2012 New Revision: 183560 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183560 Log: PR middle-end/51895 * expr.c (expand_expr_

[Bug middle-end/51895] [4.7 Regression] ICE in simplify_subreg

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

[Bug middle-end/51998] compiler hangs on self-recursive alias attribute

2012-01-26 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51998 --- Comment #5 from Jan Hubicka 2012-01-26 14:23:21 UTC --- > I think remove_attribute would be desirable too. But I wonder if it can't be > detected earlier than here. In any case, I'd like to hear Honza on this. I was under impression that v

[Bug bootstrap/44173] configure -disable-fixincludes doesn't work

2012-01-26 Thread ariel.burton at roguewave dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44173 Ariel Burton changed: What|Removed |Added CC||ariel.burton at roguewave

[Bug bootstrap/51999] gcc-4.7-20120114 v. AIX 6.1

2012-01-26 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51999 --- Comment #2 from David Edelsohn 2012-01-26 14:58:09 UTC --- You seem to have applied a lot of random changes to your system and then reported a GCC bootstrap bug. Do not use GNU Binutils on AIX 6.1.

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #13 from David Edelsohn 2012-01-26 15:02:14 UTC --- If libstdc++-v3 does not consistently use its own atomicity.h everywhere, then it is even more broken. Any code that explicitly calls __sync_* in libstdc++-v3 has introduced a perfo

[Bug target/51974] [4.7 Regression] GCC fails to bootstrap with --enable-checking=release on opensuse

2012-01-26 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51974 --- Comment #2 from Richard Guenther 2012-01-26 15:14:23 UTC --- I can reproduce random comparison failures as well, even with checking enabled, on openSUSE Factory x86_64. I wasn't yet able to reproduce them locally though. I'm trying again.

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #14 from Jonathan Wakely 2012-01-26 15:25:11 UTC --- (In reply to comment #13) > If libstdc++-v3 does not consistently use its own atomicity.h everywhere, then > it is even more broken. calm down, a few places in libstdc++ use __sync

[Bug fortran/52010] New: Intrinsic assignment involving CLASS/TYPE

2012-01-26 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 Bug #: 52010 Summary: Intrinsic assignment involving CLASS/TYPE Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority

[Bug debug/52001] [4.7 Regression] Huge compile-time regression with var-tracking

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

[Bug tree-optimization/46590] [4.5/4.6/4.7 Regression] long compile time with -O2 and many loops

2012-01-26 Thread matz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46590 --- Comment #20 from Michael Matz 2012-01-26 15:50:43 UTC --- Author: matz Date: Thu Jan 26 15:50:33 2012 New Revision: 183566 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183566 Log: PR tree-optimization/46590 * cfgexpand.c: Re

[Bug rtl-optimization/51978] ext-elim-1.c ICE on powerpc64

2012-01-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51978 --- Comment #3 from Jakub Jelinek 2012-01-26 15:53:03 UTC --- Author: jakub Date: Thu Jan 26 15:52:55 2012 New Revision: 183567 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183567 Log: PR rtl-optimization/51978 * ree.c (make_def

[Bug rtl-optimization/51978] ext-elim-1.c ICE on powerpc64

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

[Bug fortran/50981] [4.4/4.5/4.6 Regression] Wrong-code for scalarizing ELEMENTAL call with absent OPTIONAL argument

2012-01-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50981 --- Comment #30 from Dominique d'Humieres 2012-01-26 16:12:13 UTC --- (In reply to comment #28) > Created attachment 26468 [details] > better patch > > This one should work. It does;-) I have applied the patch on revision 183541 on top of the

[Bug fortran/52010] Intrinsic assignment involving CLASS/TYPE

2012-01-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #1 from Dominique d'Humieres 2012-01-26 16:22:51 UTC --- > The attached examle generates a compiler error about not being able to convert > from CLASS to TYPE being the object of the same declared type. There is no attachment!-(

[Bug fortran/52010] Intrinsic assignment involving CLASS/TYPE

2012-01-26 Thread fmartinez at gmv dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52010 --- Comment #2 from Fran Martinez Fadrique 2012-01-26 16:25:41 UTC --- Created attachment 26473 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26473 Test sample

[Bug testsuite/52011] New: FAIL: gcc.dg/lto/trans-mem-* c_lto_trans-mem-*.o assemble, -flto -fgnu-tm in 32 bit mode

2012-01-26 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52011 Bug #: 52011 Summary: FAIL: gcc.dg/lto/trans-mem-* c_lto_trans-mem-*.o assemble, -flto -fgnu-tm in 32 bit mode Classification: Unclassified Product: gcc Version: 4.7.0

[Bug bootstrap/49829] [4.7 Regression] --disable-static --enable-shared regression: cannot find -lstdc++

2012-01-26 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49829 Benjamin Kosnik changed: What|Removed |Added AssignedTo|unassigned at gcc dot |bkoz at gcc dot gnu.org

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 Uros Bizjak changed: What|Removed |Added Attachment #26466|0 |1 is obsolete|

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 --- Comment #22 from Uros Bizjak 2012-01-26 18:41:57 UTC --- (In reply to comment #20) > I agree that making get_inner_reference artificially return a non-zero poffset > would most certainly be problematic as this would change the semantics. Bu

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

2012-01-26 Thread ubizjak at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51994 --- Comment #23 from Uros Bizjak 2012-01-26 18:51:00 UTC --- With a crosscompiler to alpha-linux-gnu, we can trigger both problems, one with preprocessed source, another with the testcase in latest attached patch: [uros@localhost testalpha]$ ~/g

[Bug c++/51199] [C++11][DR 547] gcc forms impossible types derived from function types with cv-qualifier-seq

2012-01-26 Thread daniel.kruegler at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51199 --- Comment #1 from Daniel Krügler 2012-01-26 19:32:03 UTC --- Related to this bug: http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1417

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #15 from David Edelsohn 2012-01-26 19:42:47 UTC --- > calm down, a few places in libstdc++ use __sync_compare_and_swap directly > because there is no CAS in atomicity.h Jonathan, I do not know what you are reading into my comment.

[Bug libstdc++/51798] [4.7 regression] libstdc++ atomicity performance regression due to __sync_fetch_and_add

2012-01-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51798 --- Comment #16 from Jonathan Wakely 2012-01-26 20:39:40 UTC --- Apologies for my phrasing. What I meant is that it's not a matter of consistency. Localising all uses of __sync_bool_compare_and_swap by adding an unnecessary additional layer of

[Bug middle-end/51994] [4.6/4.7 Regression] git-1.7.8.3 miscompiled due to negative bitpos from get_inner_reference

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

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 --- Comment #11 from Nathan Ridge 2012-01-26 21:48:09 UTC --- I bisected the SVN history between the snapshot that worked and the snapshot that gave the error - it appears at r182668.

[Bug fortran/52012] New: [4.6/4.7 Regression] Wrong-code with RESHAPE

2012-01-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52012 Bug #: 52012 Summary: [4.6/4.7 Regression] Wrong-code with RESHAPE Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Keywords: wrong-code S

[Bug tree-optimization/52005] tree-ssa-combineif does not work with some cfgs

2012-01-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52005 --- Comment #2 from Andrew Pinski 2012-01-26 22:08:05 UTC --- Here is another testcase: int f(int x, int a, int b) { int t = 0; int c = 1 << a; if (!(x & 1)) t = 0; else if (x & (1 << 2)) t = g(); else t = 0; ret

[Bug c++/51908] [C++11] ICE in cp_parser_abort_tentative_parse with decltype and variable template arguments

2012-01-26 Thread pinskia at gcc dot gnu.org
Andrew Pinski 2012-01-26 22:27:42 UTC --- This still fails on the trunk: GNU C++ (GCC) version 4.7.0 20120126 (experimental) [trunk revision 183553] (mips64-linux-gnu) compiled by GNU C version 4.7.0 20120126 (experimental) [trunk revision 183553], GMP version 4.3.2, MPFR version 3.0.0, MPC version

[Bug target/42240] [4.3/4.4 Regression] wrong epilogue on naked function

2012-01-26 Thread gjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42240 Georg-Johann Lay changed: What|Removed |Added Keywords||wrong-code Target Milestone|4.3.6

[Bug fortran/52012] [4.6/4.7 Regression] Wrong-code with RESHAPE

2012-01-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52012 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org Known to w

[Bug fortran/52013] New: [OOP] Polymorphism and coarrays: Support as class container

2012-01-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52013 Bug #: 52013 Summary: [OOP] Polymorphism and coarrays: Support as class container Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED

[Bug fortran/52012] [4.6/4.7 Regression] Wrong-code with RESHAPE

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

[Bug fortran/52012] [4.6/4.7 Regression] Wrong-code with realloc on assignment

2012-01-26 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52012 Tobias Burnus changed: What|Removed |Added Summary|[4.6/4.7 Regression]|[4.6/4.7 Regression] |W

[Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter

2012-01-26 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51370 --- Comment #4 from paolo at gcc dot gnu.org 2012-01-27 00:12:48 UTC --- Author: paolo Date: Fri Jan 27 00:12:41 2012 New Revision: 183593 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183593 Log: /cp 2012-01-26 Paolo Carlini PR

[Bug c++/51370] [4.6/4.7 Regression] ICE with invalid template parameter

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

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 Jonathan Wakely changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 Andrew Pinski changed: What|Removed |Added Keywords||GC --- Comment #13 from Andrew Pinski 20

[Bug c++/52003] warning about (un)existing return statement in the main function declared 'noreturn'

2012-01-26 Thread gnumaurorusso at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52003 --- Comment #4 from mauro 2012-01-27 00:27:43 UTC --- (In reply to comment #2) > main has an implicit return 0 if it follows through to the end according to > the > C++ standard IIRC. Ok, I thought it was something like that. Thanks for answer.

[Bug libstdc++/51795] linear_congruential_engine doesn't work correctly

2012-01-26 Thread 3dw4rd at verizon dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51795 --- Comment #1 from Ed Smith-Rowland <3dw4rd at verizon dot net> 2012-01-27 04:48:39 UTC --- I random.tcc in _Mod __x = 1103527590 __m = 2147483648 __a = 1103515245 __c = 12345 static const _Tp __q = __m / __a; // 1 static cons

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 --- Comment #14 from Nathan Ridge 2012-01-27 05:37:21 UTC --- (In reply to comment #13) > One thing to do is to use --param ggc-min-expand=1 --param ggc-min-heapsize=1 > and try to reduce it from there. And then when you get down use 0's instead

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 --- Comment #15 from Nathan Ridge 2012-01-27 06:29:07 UTC --- (In reply to comment #14) > (In reply to comment #13) > > One thing to do is to use --param ggc-min-expand=1 --param > > ggc-min-heapsize=1 > > and try to reduce it from there. And t

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 Jason Merrill changed: What|Removed |Added Status|WAITING |NEW --- Comment #16 from Jason Merrill 2

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

2012-01-26 Thread cheesear at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52014 Bug #: 52014 Summary: [c++0x] g++: Segfault When `decltype` Used in Nested Lambda Function Defined in Class Member Function Classification: Unclassified Product: gcc Version: 4.6

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

2012-01-26 Thread cheesear at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52014 --- Comment #1 from cheesear at gmail dot com 2012-01-27 07:05:26 UTC --- Sorry, accidentally hit return before I was ready. The code sample fails to compile because of the use of decltype in the parameter-list of the nested lambda function defined

[Bug c++/51852] [regression] [c++11] tree check: expected tree_list, have HßèMÕþÿøtxøtsø

2012-01-26 Thread zeratul976 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51852 --- Comment #17 from Nathan Ridge 2012-01-27 07:30:00 UTC --- (In reply to comment #16) > make check-g++-strict-gc finds failures on several variadic template tests, > including variadic99.C, so I don't think reducing your testcase is necessary.