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 c++/15057] Compiling of conditional value throw constructs cause a segmentation violation


------- Additional Comments From christian dot groove at gmx dot de  2004-04-22 20:26 -------
(In reply to comment #1) 
> I think this is invalid as the compile needs to do a copy of the expression 
> but I do not know until I look  
> into the full preprocessed source as there is non yet. 
 
The construct ist correct. It worked also in some 
previously version of G++ and other c++ compilers 
too ! 
The only think that has to be make sure is that the 
types of the conditional structure is unequivocally. 
Anyway my replacement was correct, so the conditional 
must be correct too ! 
 
 

-- 


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


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