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
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
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
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
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 ***
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047
Andi Kleen changed:
What|Removed |Added
CC||andi-gcc at firstfloor dot org
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116047
Jakub Jelinek changed:
What|Removed |Added
CC||dmalcolm at gcc dot gnu.org,
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654
Mathias Gaunard changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654
Segher Boessenkool changed:
What|Removed |Added
CC||segher at gcc dot gnu.org
--- Comme
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
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:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654
Andrew Pinski changed:
What|Removed |Added
Target||powerpc*-*-*
--- Comment #4 from Andrew P
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?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51654
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
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
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
20 matches
Mail list logo