Changes between Initial Version and Version 1 of Ticket #38774, comment 2


Ignore:
Timestamp:
Apr 12, 2013, 6:51:17 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38774, comment 2

    initial v1  
    1 Confirmed that this packaging installs cleanly with the new gcc48 packaging and that the test case from ticket 38732 now compiles and runs properly using gcc47 ...[[BR]]
    2 [[BR]]
    3 % g++-mp-4.7 -std=c++11 test.cc[[BR]]
    4 % ./a.out[[BR]]
    5 doing the test[[BR]]
     1Confirmed that this packaging installs cleanly with the new gcc48 packaging and that the test case from ticket 38732 now compiles and runs properly using gcc47 ...
     2
     3{{{
     4% g++-mp-4.7 -std=c++11 test.cc
     5% ./a.out
     6doing the test
    67success, result is 1
     8}}}