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++/33960] [4.3 Regression] r129030 breaks -fopenmp -static compile of tramp3d-v4



------- Comment #11 from rguenth at gcc dot gnu dot org  2007-11-02 16:43 -------
Linking pthread with --whole-archive works.

Re comment #6 - here's the output of nm tramp3d-v4 | grep " pthread_"

0000000000569440 T pthread_attr_destroy
0000000000569480 T pthread_attr_getstacksize
0000000000569420 W pthread_attr_init
000000000056a980 W pthread_attr_setaffinity_np
0000000000569460 T pthread_attr_setdetachstate
00000000005694a0 T pthread_attr_setstacksize
000000000056a150 T pthread_cancel
                 w pthread_cond_broadcast
                 w pthread_cond_wait
0000000000568400 W pthread_create
000000000056a7d0 W pthread_getaffinity_np
0000000000569fd0 T pthread_getspecific
0000000000569f70 T pthread_key_create
00000000005694c0 T pthread_mutex_lock
0000000000569f30 T pthread_mutex_unlock
000000000056a1c0 T pthread_once
0000000000569410 T pthread_self
000000000056a8d0 W pthread_setaffinity_np
                 w pthread_setcancelstate
000000000056a050 T pthread_setspecific


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|2007-11-02 14:05:30         |2007-11-02 16:43:03
               date|                            |


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


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