[Bug bootstrap/44302] [4.6 Regression] Failed to bootstrap

2010-05-27 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2010-05-27 22:47 --- It is caused by revision 159943: http://gcc.gnu.org/ml/gcc-cvs/2010-05/msg01000.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug bootstrap/44302] [4.6 Regression] Failed to bootstrap

2010-05-27 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2010-05-27 22:58 --- This patch: --- Index: dwarf2out.c === --- dwarf2out.c (revision 159943) +++ dwarf2out.c (working copy) @@ -19427,7 +19427,8 @@ gen_typedef_die (tree d

[Bug bootstrap/44302] [4.6 Regression] Failed to bootstrap

2010-05-27 Thread hjl dot tools at gmail dot com
--- Comment #3 from hjl dot tools at gmail dot com 2010-05-27 23:01 --- This one avoids one extra is_naming_typedef_decl call: --- Index: dwarf2out.c === --- dwarf2out.c (revision 159943) +++ dwarf2out.c (working copy) @@ -

[Bug bootstrap/44302] [4.6 Regression] Failed to bootstrap

2010-05-27 Thread dodji at gcc dot gnu dot org
--- Comment #4 from dodji at gcc dot gnu dot org 2010-05-28 00:09 --- I have reverted that commit for now. See my comments on PR44188. Sorry for the breakage. -- dodji at gcc dot gnu dot org changed: What|Removed |Added

[Bug bootstrap/44302] [4.6 Regression] Failed to bootstrap

2010-05-27 Thread dodji at redhat dot com
--- Comment #5 from dodji at gcc dot gnu dot org 2010-05-28 00:39 --- Subject: Re: [4.6 Regression] Failed to bootstrap "hjl dot tools at gmail dot com" writes: > --- Comment #3 from hjl dot tools at gmail dot com 2010-05-27 23:01 > --- > This one avoids one extra is_naming