[Bug fortran/31519] spurious ICE messages when module does not compile

2010-12-16 Thread bafinney at myrealbox dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31519 --- Comment #13 from bafinney at myrealbox dot com 2010-12-16 21:48:08 UTC --- For what it is worth, that same code still causes an ICE with MinGW32 F:\brad\fortran\gfortran\tests>gfortran -c -v modbug1.f90 Using built-in specs. COLLECT_GCC=gfortr

[Bug tree-optimization/43655] [4.5 Regression] -ftree-ter causes FAIL: g++.old-deja/g++.law/temps5.C execution test

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43655 Jakub Jelinek changed: What|Removed |Added Known to work||4.6.0 Summary|[4.5/4.6 Regress

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

2010-12-16 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46912 --- Comment #3 from Mike Stump 2010-12-16 21:59:44 UTC --- > it's all fall-out from the different assumed sizes of Bool (see also 46902). ? bool/_Bool is 4 on pcc. Making it any other size introduces a abi bug. What code assumes _Bool is 1 by

[Bug debug/28767] GCC should output DW_TAG_ptr_to_member for member functions

2010-12-16 Thread dodji at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28767 Dodji Seketeli changed: What|Removed |Added Status|NEW |ASSIGNED CC|dodji at gcc

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

2010-12-16 Thread iains at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46912 --- Comment #4 from Iain Sandoe 2010-12-16 22:05:55 UTC --- (In reply to comment #3) > > it's all fall-out from the different assumed sizes of Bool (see also 46902). > > ? bool/_Bool is 4 on pcc. Making it any other size introduces a abi bug.

[Bug tree-optimization/46984] New: [4.6 Regression] g++.dg/torture/pr45699.C FAILs with -fno-early-inlining -flto

2010-12-16 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46984 Summary: [4.6 Regression] g++.dg/torture/pr45699.C FAILs with -fno-early-inlining -flto Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority:

[Bug c/46902] [4.6 Regression] gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9

2010-12-16 Thread mrs at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46902 m...@gcc.gnu.org changed: What|Removed |Added CC||mrs at gcc dot gnu.org --- Comment #17

[Bug middle-end/45230] gcc.c-torture/execute/strncmp-1.c ICEs with -fgraphite-identity

2010-12-16 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45230 --- Comment #24 from Sebastian Pop 2010-12-16 22:30:35 UTC --- *** Bug 45406 has been marked as a duplicate of this bug. ***

[Bug middle-end/45406] ICE: in rename_uses, at sese.c:534

2010-12-16 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45406 Sebastian Pop changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug testsuite/46912] [4.6 Regression] Test failures for g++.dg/plugin/*plugin*.C on powerpc-apple-darwin9

2010-12-16 Thread mikestump at comcast dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46912 --- Comment #5 from Mike Stump 2010-12-16 22:42:34 UTC --- On Dec 16, 2010, at 2:06 PM, iains at gcc dot gnu.org wrote: > gcc/system.h : > # define bool unsigned char This is wrong. The solution is simple: #define bool _Bool on darwin. Ar

[Bug tree-optimization/46966] [4.6 Regression] ICE: in execute_cse_reciprocals, at tree-ssa-math-opts.c:474 with -floop-interchange -fno-tree-copy-prop -fno-tree-loop-im

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46966 --- Comment #4 from Jakub Jelinek 2010-12-16 22:45:55 UTC --- Author: jakub Date: Thu Dec 16 22:45:42 2010 New Revision: 167960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167960 Log: PR tree-optimization/46966 * graphite-sese-

[Bug tree-optimization/46966] [4.6 Regression] ICE: in execute_cse_reciprocals, at tree-ssa-math-opts.c:474 with -floop-interchange -fno-tree-copy-prop -fno-tree-loop-im

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46966 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug libstdc++/46869] FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev

2010-12-16 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46869 Benjamin Kosnik changed: What|Removed |Added CC||bkoz at gcc dot gnu.org --- Comment #6

[Bug libstdc++/46869] FAIL: 20_util/enable_shared_from_this/cons/constexpr.cc scan-assembler-not _ZNSt23enable_shared_from_thisIiEC2Ev

2010-12-16 Thread bkoz at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46869 --- Comment #7 from Benjamin Kosnik 2010-12-16 22:51:54 UTC --- this might be an int-long mangling issue on s390 (ie swap i for l)

[Bug middle-end/46924] [4.6 Regression] ICE: SIGSEGV in rewrite_commutative_reductions_out_of_ssa_loop (graphite-poly.h:450) with -fgraphite-identity -ffast-math -fno-tree-loop-im

2010-12-16 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46924 --- Comment #3 from Sebastian Pop 2010-12-16 22:54:24 UTC --- Author: spop Date: Thu Dec 16 22:54:17 2010 New Revision: 167962 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167962 Log: Fix PR46924: Do not detect reductions outside the cu

[Bug middle-end/46924] [4.6 Regression] ICE: SIGSEGV in rewrite_commutative_reductions_out_of_ssa_loop (graphite-poly.h:450) with -fgraphite-identity -ffast-math -fno-tree-loop-im

2010-12-16 Thread spop at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46924 Sebastian Pop changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug tree-optimization/46985] New: ICE: SIGSEGV in is_gimple_min_invariant (gimple.c:2742) with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre

2010-12-16 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46985 Summary: ICE: SIGSEGV in is_gimple_min_invariant (gimple.c:2742) with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre Product: gcc Version: 4.6.0 Status: UNCO

[Bug c++/46983] Diagnostic about change in meaning of name in class misses some cases

2010-12-16 Thread gdr at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46983 Gabriel Dos Reis changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/44563] GCC uses a lot of RAM when compiling a large numbers of functions

2010-12-16 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44563 --- Comment #12 from Jan Hubicka 2010-12-17 00:08:07 UTC --- Author: hubicka Date: Fri Dec 17 00:08:02 2010 New Revision: 167964 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167964 Log: PR middle-end/44563 * ipa-inline.c: Upda

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #2 from Matt Hargett 2010-12-17 00:38:14 UTC --- Created attachment 22789 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22789 pre-processed source of the file that triggers the compilation regression generated with this command

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #3 from Matt Hargett 2010-12-17 00:39:27 UTC --- Created attachment 22790 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22790 original source file

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread matt at use dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 --- Comment #4 from Matt Hargett 2010-12-17 00:40:55 UTC --- Attached original and pre-processed sources. Re-tested with 4.6.0 20101215, problem is still happening.

[Bug go/46986] New: Fails to build due to -Werror with --disable-werror

2010-12-16 Thread manphiz at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 Summary: Fails to build due to -Werror with --disable-werror Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo:

[Bug go/46986] Go is not supported on Darwin

2010-12-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986 --- Comment #1 from Andrew Pinski 2010-12-17 01:08:12 UTC --- http://www.maillistarchive.com/threads/1657-gccgo-branch-and-darwin

[Bug tree-optimization/46987] New: [4.6 Regression] g++.dg/torture/covariant-1.C ICE: double free or corruption with -fno-inline

2010-12-16 Thread zsojka at seznam dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46987 Summary: [4.6 Regression] g++.dg/torture/covariant-1.C ICE: double free or corruption with -fno-inline Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal

[Bug fortran/46982] SIZE(TRANSFER()) as specification expression

2010-12-16 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46982 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org --- Co

[Bug preprocessor/46988] New: gcc/cp/cfns.h is modified even when the object directory is out of tree

2010-12-16 Thread raj.khem at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46988 Summary: gcc/cp/cfns.h is modified even when the object directory is out of tree Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug c++/46890] compile regression from 4.5 when building scummvm's player_v4a.cpp

2010-12-16 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46890 H.J. Lu changed: What|Removed |Added Status|WAITING |NEW CC|

[Bug tree-optimization/46985] [4.4/4.5/4.6 Regression] ICE: SIGSEGV in is_gimple_min_invariant (gimple.c:2742) with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre

2010-12-16 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46985 H.J. Lu changed: What|Removed |Added Target Milestone|--- |4.6.0 Summary|ICE: SIGSEGV in

[Bug debug/46724] [4.6 Regression] Wrong debug info: Invalid variable location

2010-12-16 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 Alexandre Oliva changed: What|Removed |Added AssignedTo|unassigned at gcc dot |aoliva at gcc dot gnu.org

[Bug regression/46931] [4.6 Regression] Subversion id 167184 breaks building perlbench on power7 with debug

2010-12-16 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46931 Alexandre Oliva changed: What|Removed |Added AssignedTo|unassigned at gcc dot |aoliva at gcc dot gnu.org

[Bug debug/46724] [4.6 Regression] Wrong debug info: Invalid variable location

2010-12-16 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46724 --- Comment #6 from Alexandre Oliva 2010-12-17 06:19:30 UTC --- Created attachment 22792 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22792 Patch I'm testing that fixes the bug Here's what I meant. It does fix the bug at hand, and (surpr

[Bug regression/46931] [4.6 Regression] Subversion id 167184 breaks building perlbench on power7 with debug

2010-12-16 Thread aoliva at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46931 --- Comment #6 from Alexandre Oliva 2010-12-17 06:23:19 UTC --- Created attachment 22793 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22793 Patch I'm testing that fixes the bug Instead of just dropping the debug info on the floor, I figur

[Bug bootstrap/46988] gcc/cp/cfns.h is modified even when the object directory is out of tree

2010-12-16 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46988 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Component|preprocessor

[Bug debug/46893] [4.5/4.6 Regression] ICE: in trunc_int_for_mode, at explow.c:56 with -O -g

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46893 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5 f

[Bug fortran/46313] [OOP] class container naming collisions

2010-12-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46313 --- Comment #16 from Tobias Burnus 2010-12-16 08:37:16 UTC --- Cf. also PR 46971

[Bug fortran/46978] New: TRANSPOSE corrupts structure and memory

2010-12-16 Thread m.a.hulsen at tue dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 Summary: TRANSPOSE corrupts structure and memory Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: major Priority: P3 Component: fortran AssignedTo: unassig..

[Bug target/46972] __thread storage class variable gets optimized out on ARM

2010-12-16 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46972 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #2

[Bug tree-optimization/46939] http://blog.regehr.org/archives/320 example 6

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46939 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug fortran/46979] New: Possible false "may be used uninitialized in this function" warning

2010-12-16 Thread mjw at mjw dot name
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46979 Summary: Possible false "may be used uninitialized in this function" warning Product: gcc Version: 4.4.5 Status: UNCONFIRMED Severity: minor Priority: P3

[Bug tree-optimization/46957] http://blog.regehr.org/archives/320 Example 1

2010-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46957 --- Comment #2 from Jakub Jelinek 2010-12-16 09:31:43 UTC --- Indeed, that's another possibility, could handle even more complex expressions. On the other side, it makes sense to do it only if the initial value is constant and thus we can expect

[Bug fortran/46978] TRANSPOSE corrupts structure and memory

2010-12-16 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 --- Comment #1 from Dominique d'Humieres 2010-12-16 10:20:47 UTC --- It works for me on powerpc-apple-darwin9, revision 167865, and x86_64-apple-darwin10.5.0, revision 167880, in both 32 and 64 bit modes, with/without '-Ofast -g'. Could you provi

[Bug fortran/46978] TRANSPOSE corrupts structure and memory

2010-12-16 Thread m.a.hulsen at tue dot nl
: (reconfigured) ../gcc/configure --prefix=/home/martien/gcc-trunk --enable-languages=c,fortran --enable-checking=release --disable-bootstrap Thread model: posix gcc version 4.6.0 20101216 (experimental) (GCC)

[Bug c++/43085] Make profiledbootstrap fails with cc1plus catching SIGSEGV

2010-12-16 Thread jamborm at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43085 --- Comment #14 from Martin Jambor 2010-12-16 11:14:42 UTC --- I've tried make profiledebootstrap with IPA-SRA disabled (directly in the code) and it segfaulted anyway. Will try it with disabled IPA-CP tonight.

[Bug target/35294] iwmmxt intrinsics, internal compiler error

2010-12-16 Thread serowk at yandex dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35294 --- Comment #10 from serowk at yandex dot ru 2010-12-16 11:19:50 UTC --- It seems that this bug affects the whole iwmmxt shift intrinsics group(_mm_slli_pi16, _mm_slli_pi32, _mm_slli_si64, _mm_srai_pi16, _mm_srai_pi32, _mm_srai_si64, _mm_srli_pi16,

[Bug fortran/46978] [4.6 Regression] TRANSPOSE corrupts structure and memory

2010-12-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46978 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code CC|

[Bug fortran/46979] Possible false "may be used uninitialized in this function" warning

2010-12-16 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46979 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment #1

[Bug tree-optimization/46969] [4.6 Regression] -fcompare-debug failure with -O -ftree-vectorize -ftree-parallelize-loops=2

2010-12-16 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46969 --- Comment #3 from Ira Rosen 2010-12-16 11:35:19 UTC --- This revision changed the realignment for the loop, we now use loop peeling to make the accesses aligned. Maybe auto-par doesn't handle the peeled loop correctly? Also after a small chang

[Bug tree-optimization/46957] http://blog.regehr.org/archives/320 Example 1

2010-12-16 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46957 --- Comment #3 from Jan Hubicka 2010-12-16 12:11:26 UTC --- Yep, it is more hack that proper solution for this particular problem. I considered implementing this a while ago when I ran into problem that fixing insn estimates affected unrolling ne

[Bug lto/46976] FAIL: gcc.dg/lto/pr46940_0.c

2010-12-16 Thread hjl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46976 --- Comment #3 from hjl at gcc dot gnu.org 2010-12-16 12:15:22 UTC --- Author: hjl Date: Thu Dec 16 12:15:18 2010 New Revision: 167903 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167903 Log: Make main return 0. 2010-12-16 H.J. Lu

[Bug c++/46977] [4.6 Regression] [C++0x] ICE: SIGSEGV in htab_find_slot_with_hash (hashtab.c:650)

2010-12-16 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46977 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/36861] [4.5/4.6 Regression] boost's compressed avl confuses GCC

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36861 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #35 from Richard Gue

[Bug libgomp/43706] scheduling two threads on one core leads to starvation

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43706 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #28 from Richard Gue

[Bug middle-end/42961] [4.5/4.6 regression] IRA register preferencing bug

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42961 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug tree-optimization/46723] [4.5 Regression] internal compiler error: in get_initial_def_for_induction, at tree-vect-loop.c:2431

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46723 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #12 from Richard Gue

[Bug rtl-optimization/37272] [4.5 Regression] IRA has caused ppc64-double-1.c to fail

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37272 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug target/39722] [4.5/4.6 Regression][cond-optab] worse code with bitfields on v850, mn10300, avr

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39722 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug tree-optimization/42906] [4.5 Regression] Empty loop not removed

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42906 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #31 from Richard Gue

[Bug c++/35112] [4.3/4.4 regression] ICE and broken diagnostic with ambiguous class name

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35112 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #11 from Richard Gue

[Bug tree-optimization/46188] [4.5 regression] -fipa-cp removes destructor call

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46188 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #9 from Richard Guen

[Bug target/42818] Static C++ linking breakage "undefined reference to ___real__Znwj" and others in libcygwin.a(_cygwin_crt0_common.o)

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42818 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #9 from Richard Guen

[Bug c++/46565] [4.5/4.6 Regression] ICE: SIGSEGV in pop_tinst_level (pt.c:7513) with -gstabs -g on invalid code

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46565 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #1 from Richard Guen

[Bug libmudflap/40778] [4.5/4.6 Regression] Mudflap instrumentation missing in cloned function.

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40778 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #7 from Richard Guen

[Bug middle-end/45819] [4.5 Regression] unexpected unaligned access to volatile int

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45819 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #6 from Richard Guen

[Bug c++/45606] [4.5/4.6 Regression] match a method prototyped a typedef alias with the original type (using stdlib)

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45606 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #7 from Richard Guen

[Bug rtl-optimization/40107] [4.5/4.6 Regression] gcc.c-torture/execute/builtins/memmove.c and gcc.c-torture/execute/builtins/memmove-chk.c fail at -O1 on spu-elf

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40107 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #4 from Richard Guen

[Bug target/44290] [4.5 regression] __naked attribute is broken

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44290 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #30 from Richard Gue

[Bug rtl-optimization/45472] [4.5/4.6 Regression] ICE: in move_op_ascend, at sel-sched.c:6124 with -fselective-scheduling2

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45472 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #13 from Richard Gue

[Bug tree-optimization/40436] [4.5/4.6 regression] 0.5% code size regression caused by r147852

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40436 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #47 from Richard Gue

[Bug target/39723] [4.5/4.6 Regression][cond-optab] worse code with long long shifts on v850

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39723 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #3 from Richard Guen

[Bug target/39718] [4.5/4.6 Regression][cond-optab] crash on crx in IRA

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39718 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #4 from Richard Guen

[Bug tree-optimization/43695] [4.5/4.6 Regression] ICE: verify_flow_info failed: BB 2 is missing an EH edge with -fipa-cp-clone

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43695 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug c++/46304] [4.5 Regression] g++ crashes with ICE in bitmap_first_set_bit, at bitmap.c:770

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46304 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #9 from Richard Guen

[Bug ada/43806] [4.5 regression] internal error (use before freeze) in gigi

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43806 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #4 from Richard Guen

[Bug target/39725] [4.5/4.6 Regression][cond-optab] MIPS pessimizations on floating-point

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39725 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #6 from Richard Guen

[Bug middle-end/44592] [4.5 Regression] wrong code at -O3

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44592 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #15 from Richard Gue

[Bug tree-optimization/45857] [4.5 Regression] memory exhausted compiling some variadic templates

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45857 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #2 from Richard Guen

[Bug rtl-optimization/46804] [4.5 Regression] gfortran.dg/char_cshift_2.f90 FAILs with -fregmove

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46804 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #8 from Richard Guen

[Bug target/44581] [4.5/4.6 Regression] internal compiler error: in simplify_subreg

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44581 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug target/43610] [4.5 Regression] ICE: in prepare_float_lib_cmp, at optabs.c:4392 with -fno-trapping-math and _Decimal64 comparison

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43610 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #15 from Richard Gue

[Bug rtl-optimization/42863] [4.5/4.6 Regression] with auto increments

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42863 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #6 from Richard Guen

[Bug tree-optimization/45397] [4.5/4.6 Regression] Issues with integer narrowing conversions

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45397 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #4 from Richard Guen

[Bug target/39726] [4.5/4.6 Regression][cond-optab] ColdFire pessimizations on QImode/HImode tests

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39726 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #5 from Richard Guen

[Bug tree-optimization/41881] [4.5/4.6 regression] Complete unrolling (inner) versus vectorization of reduction

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41881 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #8 from Richard Guen

[Bug middle-end/40060] [4.5/4.6 Regression] casts loose alignment info

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40060 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #9 from Richard Guen

[Bug target/41082] [4.5 Regression] FAIL: gfortran.fortran-torture/execute/where_2.f90 execution, -O3

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41082 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #72 from Richard Gue

[Bug testsuite/41166] contrib/test_summary should not depend upon config.status

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41166 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #10 from Richard Gue

[Bug target/33120] Data not put in BSS section on Mac OS

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33120 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #19 from Richard Gue

[Bug target/42894] [4.5/4.6 Regression] Invalid rtl sharing in Thumb1.

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42894 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #15 from Richard Gue

[Bug middle-end/45566] [4.5/4.6 Regression] ICE: in convert_to_eh_region_ranges, at except.c:2446 with -freorder-blocks-and-partition -fnon-call-exceptions -fprofile-use

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45566 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #2 from Richard Guen

[Bug middle-end/39976] [4.5/4.6 Regression] Big sixtrack degradation on powerpc 32/64 after revision r146817

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39976 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #33 from Richard Gue

[Bug middle-end/45416] [4.5/4.6 Regression] Code size regression between 4.6(4.5) and 4.4 for ARM

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45416 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #6 from Richard Guen

[Bug c++/46364] [4.5 Regression] basic_string.h:541:32: internal compiler error: Segmentation fault

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46364 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #2 from Richard Guen

[Bug target/43810] [4.5 Regression] linking results in undefined references to _savegpr_* _restgpr_*_x

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #14 from Richard Gue

[Bug rtl-optimization/45967] [4.5 Regression] gcc-4.5.x optimizes code with side-effects away

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45967 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #7 from Richard Guen

[Bug rtl-optimization/42839] [4.5/4.6 Regression] gcc.target/mips/octeon-bbit-2.c failing for -mabi=64

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42839 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #17 from Richard Gue

[Bug tree-optimization/44061] [4.5/4.6 Regression] Warns about out-of-bounds array access inside __builtin_constant_p guarded section

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44061 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #3 from Richard Guen

[Bug preprocessor/28435] -MMD vs not found system header (included from a system header)

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28435 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #19 from Richard Gue

[Bug c++/46159] [4.5/4.6 Regression] Bogus warning about lambdas

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46159 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #2 from Richard Guen

[Bug middle-end/46734] [4.5 Regression] ICE in create_tmp_var, at gimplify.c:505

2010-12-16 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46734 Richard Guenther changed: What|Removed |Added Target Milestone|4.5.2 |4.5.3 --- Comment #8 from Richard Guen

  1   2   3   >