]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Detect only conflict with synomyms of max queue length
authorJose Ruiz <ruiz@adacore.com>
Thu, 7 Mar 2024 18:16:18 +0000 (19:16 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 20 May 2024 07:47:03 +0000 (09:47 +0200)
commitd6a10f8173ca9f390cd87691477fa147d4404f3b
tree758f4bed6a99a74d05515b7602baf0233e2fb550
parentbf941670685fd8d646ae8955c3bb086d1512bac2
ada: Detect only conflict with synomyms of max queue length

Use of duplicated representation aspect is detected elsewhere
so we do not try to detect them here to avoid repetition of
messages.

gcc/ada/

* sem_prag.adb (Analyze_Pragma): Exclude detection of duplicates
because they are detected elsewhere.
gcc/ada/sem_prag.adb