This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug rtl-optimization/15853] [3.3 Regression] temporaries are not destroyed and overwritten later


------- Additional Comments From bugzilla at little-bat dot de  2004-06-07 19:11 -------
The conclusion that it has nothing to do with inlining is wrong: the error 
occured with not-inlined member functions and adding -fno-inline to the 
command line is just a nop. :-) 
I tested a version of the test proggi where constructor & destructor are 
inlined: 
 
gcc -Wall -O2 -lstdc++             test-inlined.cpp    -> a.out  ok 
gcc -Wall -O2 -lstdc++ -fno-inline test-inlined.cpp    -> a.out  BUMMER 
gcc -Wall -O1 -lstdc++ -fno-inline test-inlined.cpp    -> a.out  ok 
 
see <http://k1.dyndns.org/Develop/projects/gcc-error> 
 
       ... kio ! 

-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]