https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111918
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111918
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=9471
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47857
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112319
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
||2023-11-27
Ever confirmed|0 |1
CC||lhyatt at gcc dot gnu.org
--- Comment #4 from Lewis Hyatt ---
Here is the fix. Not sure if it needs to wait for GCC 15 by now, but I can
submit it with the testcase.
diff
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112701
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112701
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112747
Lewis Hyatt changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64117
Lewis Hyatt changed:
What|Removed |Added
CC||piannetta at kalrayinc dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66290
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103902
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Target Milestone|---
|1
Last reconfirmed||2023-12-11
CC||lhyatt at gcc dot gnu.org
--- Comment #4 from Lewis Hyatt ---
__has_include was added I think in GCC 5, and re-implemented in GCC 10, but
this issue with padding in the macro
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110558
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
|1
URL||https://gcc.gnu.org/piperma
||il/gcc-patches/2023-Decembe
||r/641247.html
CC||lhyatt at gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704
Lewis Hyatt changed:
What|Removed |Added
Ever confirmed|0 |1
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608
Lewis Hyatt changed:
What|Removed |Added
URL|https://gcc.gnu.org/piperma |
|il/gcc-patches/2023-D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608
--- Comment #11 from Lewis Hyatt ---
Oh interesting. So the purpose of this test was just to record that GCC outputs
incorrect locations for this case, I wanted to xfail it and then fix it
properly for GCC 15. I did not consider that it might ou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608
--- Comment #13 from Lewis Hyatt ---
I think I understand why it is platform dependent. The location being assigned
to the restored macros is pfile->directive_line, which was stored relative to
the original line map instance, before replacing it
|RESOLVED
CC||lhyatt at gcc dot gnu.org
--- Comment #1 from Lewis Hyatt ---
Thanks, yes the test is problematic because the warnings it looks for are
platform dependent. There is a patch to address it here:
https://gcc.gnu.org/pipermail
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105608
Lewis Hyatt changed:
What|Removed |Added
CC||danglin at gcc dot gnu.org
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115312
--- Comment #3 from Lewis Hyatt ---
(In reply to Brecht Sanders from comment #2)
> I have made a native Windows MinGW-w64 build where the lines "gcc_assert
> (!the_parser);" were commented out in file gcc/cp/parser.cc and got
> confirmation this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115312
--- Comment #5 from Lewis Hyatt ---
(In reply to Brecht Sanders from comment #4)
> No, that patch wasn't added for my build, see my build recipe here:
> https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes/gcc.winlib
Thanks, this
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115312
Lewis Hyatt changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115312
Lewis Hyatt changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115312
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913
--- Comment #8 from Lewis Hyatt ---
I think they are for different things, push_options/pop_options is for saving
and restoring the command line flags that get implied from switching
optimization levels or target pragmas, while diagnostic pragma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117118
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114423
Lewis Hyatt changed:
What|Removed |Added
Keywords||patch
URL|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114423
Lewis Hyatt changed:
What|Removed |Added
Keywords|patch |
--- Comment #5 from Lewis Hyatt ---
The
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109704
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117118
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114436
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117118
Lewis Hyatt changed:
What|Removed |Added
Summary|[12/13/14/15 Regression]|[12/13/14/15 Regression]
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64117
Lewis Hyatt changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117118
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117970
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
--- Comment #2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114423
Lewis Hyatt changed:
What|Removed |Added
See Also||https://gcc.gnu.org/bugzill
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118205
Lewis Hyatt changed:
What|Removed |Added
CC||lhyatt at gcc dot gnu.org
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118205
Lewis Hyatt changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Summary|[15 Regression] IC
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118205
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118708
--- Comment #1 from Lewis Hyatt ---
Yeah... I did add the note to the comment "in the case of 32-bit location_t"
but this could certainly be improved. There is also libcpp/location-example.txt
(which the comments refer to) that could be redone f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117970
Lewis Hyatt changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117970
--- Comment #6 from Lewis Hyatt ---
I can reproduce that failure using your configuration to make cross compilers
on an x86-64 host. The tests pass when a single arch is configured, there are
just problems with multilib configuration. They also
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117970
Lewis Hyatt changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913
Lewis Hyatt changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
|unknown
CC||lhyatt at gcc dot gnu.org
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #1 from Lewis Hyatt ---
Thanks, so this one is not actually about macros or the
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118838
Lewis Hyatt changed:
What|Removed |Added
URL||https://gcc.gnu.org/piperma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118838
Lewis Hyatt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
101 - 153 of 153 matches
Mail list logo