mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.6K
active users

#gcc

3 posts3 participants0 posts today
Arne Babenhauserheide<p><span class="h-card" translate="no"><a href="https://babka.social/@serge" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>serge</span></a></span> That said: I now predict that <a href="https://rollenspiel.social/tags/COBOL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>COBOL</span></a> will make a comeback.</p><p><a href="https://rollenspiel.social/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> 15 integrated a COBOL frontend,¹ and <a href="https://rollenspiel.social/tags/GNU" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GNU</span></a> COBOL 4 seems to make the performance no longer atrocious² compared to the damn expensive proprietary COBOL compilers.</p><p>And that’s likely a game changer for many huge, mission critical codebases.</p><p>¹ <a href="https://gcc.gnu.org/gcc-15/changes.html#cobol" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gcc.gnu.org/gcc-15/changes.htm</span><span class="invisible">l#cobol</span></a><br>² <a href="https://sourceforge.net/p/gnucobol/discussion/cobol/thread/e1d8cc73ff/#d61f/9c83/4f83/a5de/d16a/7890/6ad7" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceforge.net/p/gnucobol/dis</span><span class="invisible">cussion/cobol/thread/e1d8cc73ff/#d61f/9c83/4f83/a5de/d16a/7890/6ad7</span></a></p><p><a href="https://rollenspiel.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://rollenspiel.social/tags/programmingLanguage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programmingLanguage</span></a></p>
Oxidize Conf Sep 16-18, 2025<p>GCC with Rust support? Arthur Cohen (embecosm) presents gccrs - a Rust compiler based on GCC that broadens architecture support, enables powerful optimizations, and offers new opportunities for the Rust ecosystem. <a href="https://oxidizeconf.com/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">oxidizeconf.com/</span><span class="invisible"></span></a> <a href="https://social.ferrous-systems.com/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a> <a href="https://social.ferrous-systems.com/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> <a href="https://social.ferrous-systems.com/tags/Compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Compiler</span></a></p>
Alo Japan<p><a href="https://www.alojapan.com/1327434/japan-tourism-launches-campaign-for-gcc-travelers/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">alojapan.com/1327434/japan-tou</span><span class="invisible">rism-launches-campaign-for-gcc-travelers/</span></a> Japan tourism launches campaign for GCC travelers<br>​ <a href="https://channels.im/tags/Campaign" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Campaign</span></a> <a href="https://channels.im/tags/for" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>for</span></a> <a href="https://channels.im/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://channels.im/tags/Japan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Japan</span></a> <a href="https://channels.im/tags/JapanTourism" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JapanTourism</span></a> <a href="https://channels.im/tags/Launches" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Launches</span></a> <a href="https://channels.im/tags/tourism" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tourism</span></a> <a href="https://channels.im/tags/travelers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>travelers</span></a> Japan National Tourism Organization (JNTO) has launched a new integrated media campaign in the GCC, aimed at encouraging future repeat travel to Japan by showcasing destinations beyond popular cities like Tokyo, Kyoto, and Osaka. This initiative focuses on promoting visits to new areas of Japan that are still less well kn</p>
Cllr Gareth Kitchen<a href="https://gloucesternewscentre.co.uk/thames-water-should-be-brought-under-public-control-say-shire-hall-chiefs" rel="nofollow noopener" target="_blank">https://gloucesternewscentre.co.uk/thames-water-should-be-brought-under-public-control-say-shire-hall-chiefs</a><br><br><a class="hashtag" href="https://stroud.social/tag/ukpol" rel="nofollow noopener" target="_blank">#ukpol</a> <a class="hashtag" href="https://stroud.social/tag/gloucstershire" rel="nofollow noopener" target="_blank">#gloucstershire</a> <a class="hashtag" href="https://stroud.social/tag/gcc" rel="nofollow noopener" target="_blank">#gcc</a>
Sergei Trofimovich<p>Today's `gcc` change is not a bug, but a feature! <a href="https://gcc.gnu.org/PR44677" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">gcc.gnu.org/PR44677</span><span class="invisible"></span></a> now detects unused variables that otherwise took part in arithmetic, like</p><p> volatile int j=0;<br> j++;</p><p>A minor change you would say. And yet it broke the build of at least 3 packages that use `-Werror`:<br>- `assimp`: <a href="https://github.com/assimp/assimp/pull/6267" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/assimp/assimp/pull/</span><span class="invisible">6267</span></a><br>- `usrsctp`: <a href="https://github.com/sctplab/usrsctp/pull/729" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/sctplab/usrsctp/pul</span><span class="invisible">l/729</span></a><br>- `systemtap`: <a href="https://sourceware.org/pipermail/systemtap/2025q3/028228.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">sourceware.org/pipermail/syste</span><span class="invisible">mtap/2025q3/028228.html</span></a></p><p>All good finds!</p><p><a href="https://fosstodon.org/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://fosstodon.org/tags/diagnostic" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>diagnostic</span></a></p>
WidgetJones :transgender:<p>Doing another install of <a href="https://mas.to/tags/linuxfromscratch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linuxfromscratch</span></a>. Had issues building the temp toolchain as I got loads of errors from <a href="https://mas.to/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> when trying to install <a href="https://mas.to/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a>. After some research and trial and error, found out it was because <a href="https://mas.to/tags/archlinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>archlinux</span></a> in bleeding edge and gcc-15x is not playing well with the likes of bash. So I installed a minimal <a href="https://mas.to/tags/ubuntu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ubuntu</span></a> OS with <a href="https://mas.to/tags/LinuxLTS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxLTS</span></a> kernel and gcc-13 and voila, back in business! Couldn't be bothered rolling gcc back in my arch build, too much hassle that route.<br><a href="https://mas.to/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a></p>
Lukas Rotermund<p>Writing in C just feels right. Having my code compiled by GCC makes me happy. And when the binary does what it's supposed to, nothing could be better.</p><p>I only usually have the same gut feeling with Rust. PHP simply can't compete. C is like a drug xD!</p><p><a href="https://social.tchncs.de/tags/C" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>C</span></a> <a href="https://social.tchncs.de/tags/Programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Programming</span></a> <a href="https://social.tchncs.de/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a></p>
Pat<p>What do OpenBSD people use for static analysis of C code?</p><p>Valgrind was available for a while but it seems to have been removed now</p><p>Apparently there is something called the "Clang Static Analyzer", but I'm not sure how to actually use it (it seems you have to compile your program with specific Clang flags?)</p><p>I know there are countless other bugs in my code, but its nice to see "no leaks detected" when I do some stupid shit with void pointers :)</p><p><a href="https://mastodon.sdf.org/tags/openbsd" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openbsd</span></a> <a href="https://mastodon.sdf.org/tags/c" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>c</span></a> <a href="https://mastodon.sdf.org/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://mastodon.sdf.org/tags/clang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clang</span></a></p>
Green Webpage<p>In this article, we will describe how you can install the GCC compiler on your Debian 12.</p><p>Keep reading:👇<br><a href="https://greenwebpage.com/community/how-to-install-gcc-compiler-on-debian-12/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">greenwebpage.com/community/how</span><span class="invisible">-to-install-gcc-compiler-on-debian-12/</span></a></p><p><a href="https://mastodon.social/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://mastodon.social/tags/compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiler</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/debian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debian</span></a> <a href="https://mastodon.social/tags/linuxadministration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linuxadministration</span></a> <a href="https://mastodon.social/tags/greenwebpage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>greenwebpage</span></a></p>
unixbhaskar<p>Umm </p><p><a href="https://fosstodon.org/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://fosstodon.org/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <a href="https://fosstodon.org/tags/compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiler</span></a> </p><p><a href="https://fractalfir.github.io/generated_html/cg_gcc_bootstrap.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fractalfir.github.io/generated</span><span class="invisible">_html/cg_gcc_bootstrap.html</span></a></p>
unixbhaskar<p>Umm </p><p><a href="https://mastodon.social/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/compiler" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>compiler</span></a> </p><p><a href="https://fractalfir.github.io/generated_html/cg_gcc_bootstrap.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fractalfir.github.io/generated</span><span class="invisible">_html/cg_gcc_bootstrap.html</span></a></p>
GripNews<p>🌖 使用 GCC 構建 Rust 編譯器<br>➤ 克服編譯器中的迴圈內聯問題<br>✤ <a href="https://fractalfir.github.io/generated_html/cg_gcc_bootstrap.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">fractalfir.github.io/generated</span><span class="invisible">_html/cg_gcc_bootstrap.html</span></a><br>本文記錄了作者使用 `cg_gcc` 嘗試以 GCC 代替 LLVM 構建 Rust 編譯器的過程。此過程分為三個階段,目標是驗證使用 GCC 構建的編譯器與使用 LLVM 構建的編譯器是否具有相同的行為。作者在過程中遇到了多個錯誤,並透過一系列的除錯技巧,包括將編譯器「切除部分功能」,最終找到並解決了問題,其中一個主要問題源自於 `#[inline(always)]` 屬性在 GCC 和 LLVM 上的不同處理方式。<br>+ 這篇文章詳細記錄了編譯器的開發過程,對於想了解編譯器原理的人來說很有幫助。<br>+ 看到作者用「編譯器切除術」來除錯,真是讓人嘆為觀止!這也顯示了編譯器開發的困難度。<br><a href="https://mastodon.social/tags/%E7%B7%A8%E8%AD%AF%E5%99%A8" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>編譯器</span></a> <a href="https://mastodon.social/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a> <a href="https://mastodon.social/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> <a href="https://mastodon.social/tags/%E9%96%8B%E6%BA%90%E5%B0%88%E6%A1%88" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>開源專案</span></a></p>
cdrmack<p>How do you use <a href="https://fosstodon.org/tags/jails" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>jails</span></a> on <a href="https://fosstodon.org/tags/FreeBSD" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeBSD</span></a> as a software engineer? Does it make sense to keep my "host" clean and minimal and for example as a <a href="https://fosstodon.org/tags/cpp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cpp</span></a> developer have two jails to compile code with <a href="https://fosstodon.org/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> and other one with <a href="https://fosstodon.org/tags/clang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>clang</span></a>?</p>
Sourceware<p>The next GNU Tools Cauldron, taking place in Porto, Portugal, on September 26-28, 2025.</p><p><a href="https://inbox.sourceware.org/gcc/87o6ubhn4j.fsf@oracle.com/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">inbox.sourceware.org/gcc/87o6u</span><span class="invisible">bhn4j.fsf@oracle.com/</span></a><br><a href="https://gcc.gnu.org/wiki/cauldron2025" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">gcc.gnu.org/wiki/cauldron2025</span><span class="invisible"></span></a><br><a href="https://gnu-tools-cauldron.org/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">gnu-tools-cauldron.org/</span><span class="invisible"></span></a></p><p>Some <a href="https://fosstodon.org/tags/Sourceware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Sourceware</span></a> Project Leadership Committee members and <span class="h-card" translate="no"><a href="https://social.sfconservancy.org/users/conservancy" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>conservancy</span></a></span> staff should also be there.</p><p><a href="https://fosstodon.org/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> <a href="https://fosstodon.org/tags/GDB" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GDB</span></a> <a href="https://fosstodon.org/tags/binutils" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>binutils</span></a> <a href="https://fosstodon.org/tags/CGEN" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CGEN</span></a> <a href="https://fosstodon.org/tags/DejaGnu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DejaGnu</span></a> <a href="https://fosstodon.org/tags/newlib" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>newlib</span></a> <a href="https://fosstodon.org/tags/glibc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>glibc</span></a> <a href="https://fosstodon.org/tags/poke" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>poke</span></a> <a href="https://fosstodon.org/tags/libabigail" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>libabigail</span></a> <a href="https://fosstodon.org/tags/elfutils" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>elfutils</span></a></p>
Roger Ferrer Ibáñez<p><a href="https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/gcc-15-continuously-improving" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">community.arm.com/arm-communit</span><span class="invisible">y-blogs/b/tools-software-ides-blog/posts/gcc-15-continuously-improving</span></a></p><p><a href="https://mastodon.world/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://mastodon.world/tags/aarch64" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>aarch64</span></a></p>
Elias<p>This is why it's good to have lots of stickers on your laptops: when you get interviewed and they publish a photo, your face may not be all that pretty but the laptops, they look great! 😆 </p><p><a href="https://social.librem.one/tags/fsf" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fsf</span></a> <a href="https://social.librem.one/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://social.librem.one/tags/gnu" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gnu</span></a> <a href="https://social.librem.one/tags/dfri" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>dfri</span></a> <a href="https://social.librem.one/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> <a href="https://social.librem.one/tags/bash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bash</span></a> <a href="https://social.librem.one/tags/fripost" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fripost</span></a> <a href="https://social.librem.one/tags/debian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>debian</span></a> <a href="https://social.librem.one/tags/foss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>foss</span></a> <a href="https://social.librem.one/tags/floss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>floss</span></a> <a href="https://social.librem.one/tags/FreeSoftware" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FreeSoftware</span></a> <a href="https://social.librem.one/tags/FriProgramvara" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FriProgramvara</span></a> <a href="https://social.librem.one/tags/ThereIsNoCloud" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ThereIsNoCloud</span></a> </p><p><a href="https://www.flamman.se/hackarna-som-utmanar-bankid/" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">flamman.se/hackarna-som-utmana</span><span class="invisible">r-bankid/</span></a></p>
Free Software Foundation<p>Assigning your copyright to the FSF helps defend the GPL and keep software free. Thank you to Giovanni Turco for assigning your copyright to the FSF! More at: <a href="https://u.fsf.org/463" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">u.fsf.org/463</span><span class="invisible"></span></a> <a href="https://hostux.social/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> <a href="https://hostux.social/tags/CopyrightAssignments" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CopyrightAssignments</span></a></p>
Free Software Foundation<p>Assigning your copyright to the FSF helps defend the GPL and keep software free. Thank you to Giovanni Turco for assigning your copyright to the FSF! More at: <a href="https://u.fsf.org/463" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">u.fsf.org/463</span><span class="invisible"></span></a> <a href="https://hostux.social/tags/GCC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GCC</span></a> <a href="https://hostux.social/tags/CopyrightAssignments" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CopyrightAssignments</span></a></p>
halogenoworks<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@gnutools" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>gnutools</span></a></span> is gccrs <a href="https://pfalz.social/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a> running only on <a href="https://pfalz.social/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> 15.x or on older versions, too?</p>
Alo Japan<p><a href="https://www.alojapan.com/1299538/japanese-firms-toyo-and-modec-to-hire-750-people-in-its-new-gcc-in-bengaluru/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">alojapan.com/1299538/japanese-</span><span class="invisible">firms-toyo-and-modec-to-hire-750-people-in-its-new-gcc-in-bengaluru/</span></a> Japanese Firms Toyo and MODEC to Hire 750 People in its New GCC in Bengaluru <a href="https://channels.im/tags/gcc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>gcc</span></a> <a href="https://channels.im/tags/Japan" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Japan</span></a> <a href="https://channels.im/tags/JapanNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JapanNews</span></a> <a href="https://channels.im/tags/Japanese" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Japanese</span></a> <a href="https://channels.im/tags/JapaneseNews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JapaneseNews</span></a> <a href="https://channels.im/tags/ModecGroup" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ModecGroup</span></a> <a href="https://channels.im/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a> <a href="https://channels.im/tags/ToyoIndia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ToyoIndia</span></a> You’re reading Entrepreneur India, an international franchise of Entrepreneur Media. As India continues to be a hotbed for tech and innovation, Toyo Engineering Corporation (Toyo Japan) and MODEC, Inc. (MODEC) has officially launched their global capability Center (GCC), TOYO MODEC OFS India…</p>