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 libstdc++/48750] for_each_template_random_access_ed has unbalanced new/delete[]


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

--- Comment #1 from Seth Heeren <bugs at sehe dot nl> 2011-04-24 11:51:17 UTC ---
Created attachment 24089
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24089
minimal example

Compiled with


g++ -g -O0 -fopenmp minimal.cpp  -o minimal -save-temps


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