[Bug c++/37800] decrementation problem - different result in similar situations

2008-10-10 Thread terrix at wp dot pl
--- Comment #2 from terrix at wp dot pl 2008-10-10 16:57 --- i'm not really sure why there maight be a difference in incrementation behavior between: foo(++p, p); and foo(++p, p - 1); looking at the code it is obvious that '++p' is a first operation an

[Bug c++/37800] New: decrementation problem - different result in similar situations

2008-10-10 Thread terrix at wp dot pl
sion: 4.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: terrix at wp dot pl http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37800