[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-24 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #16 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:204f56aa65d2496e9f7db86c4aa37d42a336fc5b commit r12-3877-g204f56aa65d2496e9f7db86c4aa37d42a336fc5b Author: Tobias Burnus Date: F

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-22 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #15 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:83aac698835edcdb3e6d96b856bef1c5f92e5e24 commit r12-3825-g83aac698835edcdb3e6d96b856bef1c5f92e5e24 Author: Tobias Burnus Date: W

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-21 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 Tobias Burnus changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-20 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #13 from CVS Commits --- The master branch has been updated by Tobias Burnus : https://gcc.gnu.org/g:417ea5c02cef7f000e66d1af22b066c2c1cda047 commit r12-3722-g417ea5c02cef7f000e66d1af22b066c2c1cda047 Author: Tobias Burnus Date: T

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-17 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #12 from Tobias Burnus --- Patch: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579678.html

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2021-09-17 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #11 from Tobias Burnus --- The problem is an ordering problem. Namely: * toplev.c calls: lang_hooks.init_options (save_decoded_options_count, save_decoded_options); which in turn is: gfc_init_options ( { ... SET_OPTION

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2019-02-02 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 Dominique d'Humieres changed: What|Removed |Added Priority|P3 |P5

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2014-12-29 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #10 from Manuel López-Ibáñez --- (In reply to Harald Anlauf from comment #9) > (In reply to Manuel López-Ibáñez from comment #8) > > (In reply to Manuel López-Ibáñez from comment #7) > > > The ideal fix for this would adding a functio

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2014-12-29 Thread anlauf at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #9 from Harald Anlauf --- (In reply to Manuel López-Ibáñez from comment #8) > (In reply to Manuel López-Ibáñez from comment #7) > > The ideal fix for this would adding a function like: > > I forgot about this bug and redid the above

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2014-10-04 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #8 from Manuel López-Ibáñez --- (In reply to Manuel López-Ibáñez from comment #7) > The ideal fix for this would adding a function like: I forgot about this bug and redid the above from scratch. But this time, I actually tested that

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2014-09-09 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 Manuel López-Ibáñez changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-13 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #6 from Harald Anlauf 2012-12-13 21:11:20 UTC --- Adding some prints, I found that the crash is probably due to the actual order of invocation of some functions: gfc_post_options, which calls gfc_cpp_post_options; then gfc_c

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-07 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #5 from Harald Anlauf 2012-12-07 21:09:50 UTC --- (In reply to comment #4) > * With the patch and the warning activated, the compiler crashes in > gcc/incpath.c's remove_duplicates for cur->name == "/no/such/dir". Yes, I get

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #4 from Tobias Burnus 2012-12-06 00:04:34 UTC --- (In reply to comment #3) > I addition to the patch in comment #2 tried: That piece I also had, but I forgot to include it in the diff. (I have too many patches on that tree.

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-05 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #3 from Harald Anlauf 2012-12-05 21:43:43 UTC --- (In reply to comment #2) > (See PR 54033 for the patch which originally added this feature.) > > Untested patch. With this patch, the warning is also gone. :-) However,

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-05 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 Tobias Burnus changed: What|Removed |Added CC||burnus at gcc dot gnu.org,

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-12-04 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 --- Comment #1 from Harald Anlauf 2012-12-04 23:02:29 UTC --- It would be nice if somebody could explain how to handle the setting of options. In the meantime, since this warning may generate lots of output, I disabled it: Index: gcc

[Bug fortran/55534] -Wno-missing-include-dirs does not work with gfortran

2012-11-29 Thread anlauf at gmx dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534 Harald Anlauf changed: What|Removed |Added Severity|normal |enhancement