[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-08-20 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-08-20 09:13 --- Even the non reduced testcase works now, so closing. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-06-29 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30392

[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-06-17 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-06-18 05:35 --- My reduced testcase works now, I don't understand why because the patch in comment #2 was never appled. Honza? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30392

[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-01-06 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 tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-01-06 Thread hubicka at gcc dot gnu dot org
--- Comment #2 from hubicka at gcc dot gnu dot org 2007-01-06 18:10 --- Created an attachment (id=12866) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12866action=view) patch in testing Mine, testing the attached fix. Honza -- hubicka at gcc dot gnu dot org changed:

[Bug tree-optimization/30392] [4.3 Regression] ice for legal kernel code with -Os

2007-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-01-06 19:43 --- Reduced testcase: typedef unsigned long size_t; static inline __attribute__((always_inline)) __attribute__((always_inline)) int index_of(const int size) { return __builtin_constant_p(size); } static inline int