[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2008-08-10 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2008-08-11 01:22 --- *** Bug 36529 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2008-08-10 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-08-11 01:21 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2008-02-19 Thread hubicka at gcc dot gnu dot org
--- Comment #7 from hubicka at gcc dot gnu dot org 2008-02-19 17:11 --- Subject: Bug 34408 Author: hubicka Date: Tue Feb 19 17:11:12 2008 New Revision: 132440 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132440 Log: PR rtl-optimization/34408 * see.c (see_def_e

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2008-02-17 Thread hubicka at gcc dot gnu dot org
--- Comment #6 from hubicka at gcc dot gnu dot org 2008-02-17 19:30 --- Path posted. -- hubicka at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|una

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-28 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-12-29 03:33 --- *** Bug 34613 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2007-12-09 21:54 --- And here is a reduced testcase which can compiled with either the C or C++ front-ends: int isLegalIdChar (char); char get(); char z; void FillBuffer ( void ) { char c; while(1) { c = get(); if (!isLegalId

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-12-09 16:43 --- Not a regression since -fsee is broken since ever and the sharing verifier is new. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2007-12-09 16:05 --- You brave soul for trying to compile with -fsee. Nevertheless, yup, a bug. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/34408] Invalid RTL sharing with -fsee and inline functions

2007-12-09 Thread tsarkov at cs dot man dot ac dot uk
--- Comment #1 from tsarkov at cs dot man dot ac dot uk 2007-12-09 16:01 --- Created an attachment (id=14713) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14713&action=view) Preprocessed sources -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34408