# GCC gfortran does not output basic debug info

**URL:** https://fortran-lang.discourse.group/t/gcc-gfortran-does-not-output-basic-debug-info/8664
**Category:** Compilers
**Created:** [September 29, 2024, 4:12pm UTC](https://fortran-lang.discourse.group/t/gcc-gfortran-does-not-output-basic-debug-info/8664 "2024-09-29T16:12:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jordan4ibanez](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/jordan4ibanez/32/5314_2.png) [@jordan4ibanez](https://fortran-lang.discourse.group/u/jordan4ibanez)
#### Post date: [September 29, 2024, 4:12pm UTC](https://fortran-lang.discourse.group/t/gcc-gfortran-does-not-output-basic-debug-info/8664/1 "2024-09-29T16:12:27Z")

</div>

I exclusively use GCC gfortran in my daily activities. I was just wondering why it does not give out useful information on C code when creating intertwined libraries with Fortran using C to do some brute force activities.

Now if I create a file called “test\_this.c” and simply import the .c file into the the test\_this file, and run gcc on it, I will get that information.

I was simply wondering this because it’s the GNU Compiler Collection and it seems like it’s not working together with itself? Maybe this was intentionally behavior. I was just curious.
