------- Comment #8 from pinskia at gcc dot gnu dot org  2008-03-29 00:57 -------
This is working as designed, the unrelated edits are really related as we base
stuff on the DECL UID which we assign based on the order.

We only promise the same generated code for the same preprocessed source. 
Otherwise you can never do an ordering in a quick way. DECL UID are stable for
rerunning of the compiler so obviously adding a function or two will change the
UID since the functions are decls too.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29950

Reply via email to