[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #12 from rguenth at gcc dot gnu dot org 2006-01-03 09:30 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNE

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2006-01-03 09:30 --- Subject: Bug 25183 Author: rguenth Date: Tue Jan 3 09:30:18 2006 New Revision: 109274 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109274 Log: 2006-01-03 Richard Guenther <[EMAIL PROTECTED]>

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #10 from rguenth at gcc dot gnu dot org 2006-01-03 09:25 --- Subject: Bug 25183 Author: rguenth Date: Tue Jan 3 09:25:29 2006 New Revision: 109273 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109273 Log: 2006-01-03 Richard Guenther <[EMAIL PROTECTED]>

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2006-01-03 09:15 --- Subject: Bug 25183 Author: rguenth Date: Tue Jan 3 09:15:08 2006 New Revision: 109272 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109272 Log: 2006-01-03 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-02 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2006-01-02 16:27 --- Patch posted. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added URL|

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-02 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2006-01-02 14:29 --- One possible fix would be to make error.h:8: warning: ISO C restricts enumerator values to range of 'int' an error instead of a warning in case of -pedantic (or always). Testing a patch to deal with TREE_OVERFLOW

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2006-01-02 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2006-01-02 13:58 --- It's only ICEing with -pedantic. Looking at it. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25183

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2005-12-19 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-12-19 18:48 --- Serious problem - but an ICE, not wrong code: P2. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2005-11-30 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-11-30 19:27 --- A regression hunt using the testcase from comment #3 identified: http://gcc.gnu.org/viewcvs?view=rev&rev=85599 r85599 | nathan | 2004-08-05 09:03:42 + (Thu, 05 Aug 2004) | 17 lines * tree.h (force_fit_ty

[Bug c/25183] [4.0/4.1/4.2 Regression] internal compiler error triggered by overflow in constant expression

2005-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2005-11-30 16:17 --- Confirmed, reduced testcase: enum err { err_IO = 0x8a45, err_NM, err_EOF, err_SE, err_PT, }; static enum err E_; int error() { switch (E_) { case err_IO : break; case err_NM : break; case