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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534
Tobias Burnus changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534
Dominique d'Humieres changed:
What|Removed |Added
Priority|P3 |P5
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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
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
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.
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,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534
Tobias Burnus changed:
What|Removed |Added
CC||burnus at gcc dot gnu.org,
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55534
Harald Anlauf changed:
What|Removed |Added
Severity|normal |enhancement
18 matches
Mail list logo