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++/42346] darwin instantiation vs. optimization oddity



------- Comment #12 from howarth at nitro dot med dot uc dot edu  2010-03-11 03:28 -------
Ben,
    Is basic-eh-map.darwin10.ii still failing to compile for you on current gcc
trunk? On x86_64-apple-darwin10, I am finding that....

g++-4 basic-eh-map.darwin10.ii -S -m64 -std=c++0x -v -O2 -g
g++-4 basic-eh-map.darwin10.ii -S -m64 -std=c++0x -v -O2 -g --param
ggc-min-expand=100 --param ggc-min-heapsize=131072
g++-4 basic-eh-map.darwin10.ii -S -m64 -std=c++0x -v -g --param
ggc-min-expand=1 --param ggc-min-heapsize=1

all compile without errors. Also, if r156303 was intended to induce the error
in the testsuite, I have never seen it manifested in my test suite results for
i686-apple-darwin10 or x86_64-apple-darwin10.


-- 


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


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