[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #10 from hjl dot tools at gmail dot com 2009-01-22 00:01 --- (In reply to comment #5) > Created an attachment (id=17159) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17159&action=view) [edit] > Fix candidate > > I think this patch should fix the problem. > > I am te

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #9 from hjl dot tools at gmail dot com 2009-01-21 22:43 --- (In reply to comment #8) > Subject: Re: [4.4 Regression] Revision 143546 failed to bootstrap > > hjl dot tools at gmail dot com a écrit : > > --- Comment #6 from hjl dot tools at gmail dot com 2009-01-21 22:3

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread dodji at redhat dot com
--- Comment #8 from dodji at gcc dot gnu dot org 2009-01-21 22:37 --- Subject: Re: [4.4 Regression] Revision 143546 failed to bootstrap hjl dot tools at gmail dot com a écrit : > --- Comment #6 from hjl dot tools at gmail dot com 2009-01-21 22:34 > --- > A small testcase: >

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #7 from hjl dot tools at gmail dot com 2009-01-21 22:37 --- (In reply to comment #5) > Created an attachment (id=17159) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17159&action=view) [edit] > Fix candidate > > I think this patch should fix the problem. > > I am test

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #6 from hjl dot tools at gmail dot com 2009-01-21 22:34 --- A small testcase: [...@gnu-6 pr38930]$ cat x.cc class _Jv_Linker { private: typedef unsigned int uaddr __attribute__ ((mode (pointer))); }; [...@gnu-6 pr38930]$ /export/build/gnu/gcc-work/build-x86_64-linux/gcc/x

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread dodji at gcc dot gnu dot org
--- Comment #5 from dodji at gcc dot gnu dot org 2009-01-21 22:27 --- Created an attachment (id=17159) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17159&action=view) Fix candidate I think this patch should fix the problem. I am testing it right now. It'll take a little while as

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread dodji at gcc dot gnu dot org
--- Comment #4 from dodji at gcc dot gnu dot org 2009-01-21 22:25 --- I think I have an idea of what's going on. g++ is actually failing on the line: typedef unsigned int uaddr __attribute__ ((mode (pointer))); (in libjava/include/jvm.h:262, while compiling libjava/jni-libjvm.cc). That

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||build Priority|P3 |P1 http://gcc

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread dominiq at lps dot ens dot fr
--- Comment #3 from dominiq at lps dot ens dot fr 2009-01-21 19:58 --- It failed to bootstrap on i686-apple-darwin9 too. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38930

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #2 from hjl dot tools at gmail dot com 2009-01-21 19:46 --- It failed to bootstrap on Linux/ia32 and Linux/Intel64. Linux/ia64 is OK. -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap on Linux/ia64

2009-01-21 Thread dodji at gcc dot gnu dot org
-- dodji at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dodji at gcc dot gnu dot org |dot org

[Bug c++/38930] [4.4 Regression] Revision 143546 failed to bootstrap on Linux/ia64

2009-01-21 Thread hjl dot tools at gmail dot com
--- Comment #1 from hjl dot tools at gmail dot com 2009-01-21 18:31 --- It also happened on Linux/ia32. -- hjl dot tools at gmail dot com changed: What|Removed |Added T