[Bug preprocessor/116047] C preprocessor bug

2025-05-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 --- Comment #8 from GCC Commits --- The releases/gcc-14 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:8cbe033a8a88fe6437cc5d343ae0ddf8dd3455c8 commit r14-11749-g8cbe033a8a88fe6437cc5d343ae0ddf8dd3455c8 Author: Jakub Jelinek

[Bug preprocessor/116047] C preprocessor bug

2025-05-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 --- Comment #7 from GCC Commits --- The releases/gcc-15 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:bfcb5da69a41f7a5e41faab39b763d9d7c8bd2ea commit r15-9638-gbfcb5da69a41f7a5e41faab39b763d9d7c8bd2ea Author: Jakub Jelinek

[Bug preprocessor/116047] C preprocessor bug

2025-05-07 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 --- Comment #6 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:edf745dc519ddbfef127e2789bf11bfbacd300b7 commit r16-450-gedf745dc519ddbfef127e2789bf11bfbacd300b7 Author: Jakub Jelinek Date: We

[Bug preprocessor/116047] C preprocessor bug

2024-07-24 Thread ovidiu.panait at windriver dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 --- Comment #5 from Ovidiu Panait --- (In reply to Jakub Jelinek from comment #1) > The compiler represents locations and even location ranges as 32-bit > integers, so for normally sized sources can encode both line and column and > range inform

[Bug preprocessor/116047] C preprocessor bug

2024-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 --- Comment #4 from Andrew Pinski --- Wrong one. *** This bug has been marked as a duplicate of bug 108900 ***

[Bug preprocessor/116047] C preprocessor bug

2024-07-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug preprocessor/116047] C preprocessor bug

2024-07-23 Thread andi-gcc at firstfloor dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 Andi Kleen changed: What|Removed |Added CC||andi-gcc at firstfloor dot org --- Comment

[Bug preprocessor/116047] C preprocessor bug

2024-07-23 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 Jakub Jelinek changed: What|Removed |Added CC||dmalcolm at gcc dot gnu.org,

[Bug preprocessor/116047] New: C preprocessor bug

2024-07-23 Thread ovidiu.panait at windriver dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047 Bug ID: 116047 Summary: C preprocessor bug Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: preprocessor

Re: C preprocessor bug

2024-07-22 Thread Jonathan Wakely via Gcc-bugs
On 22/07/24 12:24 +0300, Ovidiu Panait wrote: Hi, When processing large header files, the C preprocessor reports error on the wrong line. This mailing list is for automated emails fom our bug tracker, not for reporting bugs. Emails sent directly to this list will not get tracked as bugs, and

C preprocessor bug

2024-07-22 Thread Ovidiu Panait
Hi, When processing large header files, the C preprocessor reports error on the wrong line. This is 100% reproducible on my side with gcc mainline. Reproducer:  # Build mkdir build; cd build ../configure --host=x86_64-pc-linux-gnu --target=x86_64-wrs-linux --enable-languages=c --disable-mul

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2019-06-04 Thread mathias at gaunard dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Mathias Gaunard changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2019-06-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Segher Boessenkool changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comme

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2013-06-20 Thread win_wa at gmx dot net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Mathias Winkel changed: What|Removed |Added CC||win_wa at gmx dot net --- Comment #6 fro

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 --- Comment #5 from Mathias Gaunard 2011-12-22 18:48:36 UTC --- gaunard@emeria:~$ g++-4.6 -v Using built-in specs. COLLECT_GCC=g++-4.6 COLLECT_LTO_WRAPPER=/usr/lib/gcc/powerpc-linux-gnu/4.6.0/lto-wrapper Target: powerpc-linux-gnu Configured with:

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Andrew Pinski changed: What|Removed |Added Target||powerpc*-*-* --- Comment #4 from Andrew P

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 --- Comment #3 from Mathias Gaunard 2011-12-22 15:54:20 UTC --- The workarounds #undef vector or compiling with -Dvector=vector seem to work. But shouldn't this not be necessary when altivec.h is not included?

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/51654] C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 --- Comment #1 from Mathias Gaunard 2011-12-22 15:16:18 UTC --- Excuse the typo, the above code should have been template struct test { typedef typename T::vector vector; }; to be valid C++ code. The " vector" bit is incorrectly removed in

[Bug target/51654] New: C++ preprocessor bug with -maltivec and typedefs involving 'vector'

2011-12-22 Thread mathias at gaunard dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654 Bug #: 51654 Summary: C++ preprocessor bug with -maltivec and typedefs involving 'vector' Classification: Unclassified Product: gcc Version: unknown