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 middle-end/30696] [4.3 regression] Linker failure with OpenMP and inline function



------- Comment #1 from reichelt at gcc dot gnu dot org  2007-02-03 21:39 -------
Even shorter testcase:

====================================
inline void foo() {}

int main()
{
#pragma omp parallel
    foo();
    foo();

    return 0;
}
====================================


-- 


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


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