[Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt

2013-01-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55957 Thomas Koenig changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt

2013-01-13 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55957 --- Comment #4 from Thomas Koenig 2013-01-13 12:14:38 UTC --- Created attachment 29154 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29154 Typescript from compilation Bootstrap compiler is Using built-in specs. COLLECT_GCC=gcc

[Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt

2013-01-13 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55957 --- Comment #3 from Jakub Jelinek 2013-01-13 11:29:13 UTC --- Yeah, what bootstrap compiler are you using? And are you sure your tree is in consistent state? $ grep gimple_call_builtin_p gimple.h extern bool gimple_call_builtin_p (gimple,

[Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt

2013-01-12 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55957 --- Comment #2 from Andrew Pinski 2013-01-13 04:59:57 UTC --- It works fine for me without any modifications with revision 195125.

[Bug bootstrap/55957] [4.8 Regression] Bootstrap error in prop_value_t evaluate_stmt

2013-01-12 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55957 Thomas Koenig changed: What|Removed |Added Target Milestone|--- |4.8.0 --- Comment #1 from Thoma